ASP2ASPX Error Messages


1.  Syntax error


ASP2ASPX fails to convert the ASP codes. Please check if your ASP codes violate one or more of the grammatical rules of VBScript. If possible, please send your ASP codes to asp2aspx@netcoole.com, we will check the problem here and let you know how to resolve it.


Top

2. The include file '{0}' was not found.


Please make sure the include file does exist and its physical PATH are right. For avoiding this issue, the best way is to convert your ASP project from IIS setting.


Top

3. ASP2ASPX expired


ASP2ASPX trial version has been expired. Please contact sales@netcoole.com to purchase ASP2ASPX.


Top

4. Variable was undefined: '{0}'


You have not declared a variable at all, or you have misspelt it later in the script.


Top

5. Name redefined: '{0}'


You declared an identifier with a name you have already used somewhere else in your ASP codes.


Top

6. Invalid ProgId: '{0}'


The Component has not been registered on the server or the ProgID passed to the Server.CreateObject method is misspelled.


Top

7.  Unsupported scripting language: '{0}'


ASP2ASPX can not convert the specified scripting langage to ASP.NET.


Top

8. Unsupported Function: '{0}'


ASP2ASPX can not convert the specified function to ASP.NET, e.g: ScriptEngine, ScriptEngineBuildVersion, ScriptEngineMajorVersion, SetLocale etc.


Top

9. Unsupported Statement: '{0}'


ASP2ASPX can not convert the specified Statement to .NET, e.g: ExecuteGlobal, Execute etc.


Top

10. Unknown property or method : '{0}'


ASP2ASPX can not know if the specified property or method does exist for the automation object during converting.


Top

11. Unknown object type: '{0}'


ASP2ASPX can not know what the explicit type of the object is during converting.


Top

12. Invalid procedure call or argument:


You passed an invalid parameter in your procedure call. This could be because the parameter was out of range, or contained invalid data.


Top

13.  300 lines limitation


ASP2ASPX trial version has 300 lines limitation. The ASP flie is more than 300 lines. Please use the licensed version to aviod this limitation.


Top

14.  Potential '{0}' problems


The converted codes have potential problems, you may modify the converted code manually.


Top