I am developing a Web solution in ASP using Visual InterDev. And here is the code:
If I run the file through Interdev's debugger (just by pressing "run"
then it works perfectly, including the creation of the above object (which is crucial to the applicaiton).
And if I run the file with a stopped debugger, i.e. by clicking "view in browser" or just typing " in the address bar of the IE, I get the following error:
An exception of type 'Runtime Error' was not handled.
Would you like to debug the application?
Any help is greatly appreciated!!!
---
---
Code:
Set objProductCatalog = Server.CreateObject("UNITELProductCatalog.ProductCatalog")
If I run the file through Interdev's debugger (just by pressing "run"
And if I run the file with a stopped debugger, i.e. by clicking "view in browser" or just typing " in the address bar of the IE, I get the following error:
An exception of type 'Runtime Error' was not handled.
Would you like to debug the application?
Any help is greatly appreciated!!!
---
---