Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

weird createObject behavior

Status
Not open for further replies.

Rydel

Programmer
Feb 5, 2001
376
CZ
I am developing a Web solution in ASP using Visual InterDev. And here is the code:

Code:
Set objProductCatalog = Server.CreateObject("UNITELProductCatalog.ProductCatalog")

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!!!
---
---
 
First of all you tell me how you use interDev to debug the application ?
Where is that "Run" Tab ??

Rushi Shroff
"Life is beautiful."
 
Go to aspmessageboard.com and try there also! Rushi Shroff Rushi@emqube.com
"Life is beautiful."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top