Click to See Complete Forum and Search --> : Unable to Deploy Webclass With Data Envirnoment Objects


October 20th, 1999, 12:09 AM
I have written a webclass application which uses data environment for database access. The application will run fine inside the VB IDE, but will not run completely when deployed. The application will run fine as long as it does not run the code that involves creating DE objects. The only message is the criptic one at the browser stating there is a problem with the application.asp. If I hardcode the objects using ADO, it seems to work fine.

I have no problem when deploying normal exe applications using data environment objects.

Is there any explanations to this?

November 7th, 1999, 10:49 PM
I've researched everything about Webclasses, but still no answers. I did noticed that every example about Webclasses avoided using data environment. Can anyone help?