PDA

Click to See Complete Forum and Search --> : Webclasses


dnc2001
May 12th, 2000, 09:56 PM
I have a problem with webclasses once they're compiled.

Remote clients can connect to my server and the
webclasses work fine sending templates and creating
html without any problems. Until an attempt is made to open
a database. At that stage the browser displays an
error 800a9c68

If the project runs in the VB IDE on the server then
remote clients can connect and do everything.

I suspect that the VB IDE has different permissions
for sqlserver but I can't figure it out.

Can anyone Help ??

Thanks.
Ian Sanderson

May 22nd, 2000, 10:05 AM
I'm having almost the same problem. I sent my dll to my Web host and they have an error while trying to register the dll. It runs fine in VB IDE. I decided to start from scratch to see what's causing the problem. Took an empty dll with the sample message, worked fine outside of VB IDE. Then, I imported my one and only HTML template. Compiled it and when I attempt to view the results, I get this....


XXXXXX error '800a9c68'

Application-defined or object-defined error

/webclass1.asp, line 13

replace XXXXX's with the app name...

Did you find out why this error is caused?