vb.net webapp and vb6 dll

M

Matthew Hanna

I am not sure where to put this question so I am
putting it in two places:
microsoft.public.dotnet.framework.aspnet and
microsoft.public.dotnet.languages.vb. Sorry for
any disturbance this may cause.

I am trying to figure out how to debug my vb6 dll
that is being called from a vb.net webapp in VS
..NET 2003 Pro. I have tried what is described at
http://support.microsoft.com/?kbid=811658
word-for-word but the break point in my vb6 class
was never reached. My break points in that file
had ? in them though. Is that a problem?

What I am doing is this:
I have a vb6 dll that I use in other vb6
applications quite nicely. I needed to use it in
this vb.net webapp so I set it in the references
and I used the
Server.CreateObject("ASALayer.LayerClass") and
everything fell into place after that. The code
runs, various properties get setup like they are
supposed to, and then when I call the finalize
method it returns false indicating it failed. I
can't figure out how to determine the problem
inside the dll without being able to step into the
code and see what is going wrong.

Any ideas?

Oh yeah, I just set permissions for ASPNET to have
read/execute/write settings for the folder where
the dll and its debug files are. No go yet.
Do I need to do the same for all the folders that
contain dlls used by my vb6 dll?

Thanks!
Matthew Hanna
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

VB6 DLL problem 1
VB6 DLL asptypelibrary.request in asp.net 1
Accessing a COM dll in vb6 0
Accessing dll 14
No VB6 9
asp.net vb6 advapi 0
Debugging ASP.NET and VB6 dll 0
ASP3/VB6 to ASP.NET/VB.NET 1

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top