0 |
Main file not uploaded |
This error may occur when you do not have any items in your version. |
1 |
It was not possible to decompress zip file. |
The only supported file extension for the UserControl file is ".zip". Other formats like ".rar", ".gz", etc are not supported. |
2 |
*.control file not found. |
Is the ".control" definition file inside the main folder of your UserControl? |
3 |
You should specify a version for your product in %ControlDefinitionFileName. |
Is the "Version" property defined in the ".control" definition file? Note that 0 is not a possible value. |
4 |
Version already exists with that name(" %VersionName ") in %ControlDefinitionFileName |
Try changing the "Version" property defined in the ".control" definition file because you already have a Version with the same VersionName. |
5 |
Design render file not found in %ControlDefinitionFileName |
Is the Design render file well referenced in the ".control" definition file? |
6 |
Properties definition file not found in %ControlDefinitionFileName |
Is the Properties definition file inside the UserControl folder? |
7 |
Runtime render file not found in %ControlDefinitionFileName |
Is the Runtime render file inside the UserControl folder? |
8 |
Some referenced file/folder not found in %ControlDefinitionFileName |
Are all the referenced files inside the UserControl folder? |
9 |
Version is not properly formed, must has following format 'major.minor[.build[.revision]]' in %ControlDefinitionFileName |
Try changing the version name as this message mentions. To do so, change the "Version" property defined at the ".control" definition file.
For example: 3.2 or 3.2.529.2
|
10 |
Some referenced file/directory has invalid characters in %Parameter |
Try using alphanumeric characters. |
12 |
Designer render helper class not found in %ControlDefinitionFileName |
Is the Designer render helper well defined and referenced? |