Hi,
Currently i'm trying to implement a com interop project.My business logic is
implemented in a vb com dll, which i access from asp.net via com interop
Today, we had a serious problem and tried to debug the dll source. Even if i
managed to debug the vb dll from inside vs.net, the debugger acted somewhat
weird, and immediate window was not usefull for vb types and values (or i
could not get it work right)
Instead of trying to debug from vs.net, we tried to debug the dll source
from vb 6, by starting the dll with run, in debug mode.
After this, i've removed the original reference to vb dll, and added the
reference to .vbp in vs.net. while vb is in debug mode.
When i run the asp.net app, i get an access denied error, telling me asp.net
can't access the required resource. I've tried everything from making
asp.net user Admin (gasp :) to changing directories security permissions
allowing access to everyone...
But no matter what i tried, i could not get it to work. I've tried to use
<identity impersonate =true/> and not allowing anonymous access to web site
that hosts asp.net code. The same code snippet i've used can be used in a
console app, and using same reference with asp.net project, the vb 6
debugger works perfect under these conditions.so i assume the problem is
somewhat the identity of asp.net app.
Unfortunately, i've failed so far..
Now, how can i debug the vb dll using vb6 , with an asp.net app, i hope i
could express the problem clear enough. Any help would be appreciated a lot
Best Regards,
Seref Arikan

Reply via email to