'Default' specification must also specify 'Public'

Runtime Errors, Syntax Errors Home home | Other Resources other resources | Advertise with us advertise | Link to us link to us | Contact us contact | Bookmark Us!
Google
 
Where can I find good Windows Web Hosting to host my VBScript Site?
You can find good Windows Hosting which support VBScript, ASP, ASP.Net,VisualStudio.Net and MSSQL at a very reasonable low monthly fee at EasyCGI.com and DiscountASP.Net

'Default' specification must also specify 'Public'

You defined a property as Default, but not as Public. If you define a property as Default, you must define it as Public as well.

To correct this error

  • Define all Default properties as Public.
See Also

Function Statement


VBScriptOnline.com - Runtime Errors, Syntax Errors