function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
vfDeveloper.ax341vfDeveloper.ax341 

Package upload failed.

I'm trying to upload my package for testing purposes. I include only application into my package, which contains all neccessary pages.  But i'm getting the following error:

"Your upload failed. You will receive an e-mail containing additional information".

Also i was able to find out that package upload fails only if it contains visualforce pages.

Any help would be great. Thanks in advance.


GregCGregC
At this time Visualforce pages are not packageable. However, you should get a message stating that on upload rather than this error. Can you please file a case regarding this issue?
vfDeveloper.ax341vfDeveloper.ax341
I'm developing application for integration with another system. So my app contains couple of standart tabs like Leads, Contacts etc.
and one Visualforce page, where all integration related actions happen.
It seems to me that this is very strange restriction (unable to package visualforce pages/controls).  We also implemented all necessary logic and UI using visualforce. In that case do you mean that we have completely rewrite our code (for instance using S-Controls) in order to deploy our application?