Hi guys,
I am not sure what the issue is as I am new to this issue, but I'll describe the problem best I can. I have reportwriter dll written in VB6. I use this reportwriter in a web app (my main app).
At the moment, I am building the reportwriter project into a dll into the a folder in my main app's solution. I have been told VB6 automatically registers the dll when i build it. I then reference the reportwriter dll in a main app's solution.
I then start debugging in the reportwriter project in VB6, then start debugging in my main app. I attach the VB6 reportwriter process. I then place a break point in the reportwriter project, and try to step into it from the main app, but it does not recognise it. It just goes over it.
I got to say that I am running all this on 64bit machine and 64bit version of Vista. Not sure if that has any impact on it.
Any ideas? I know its a bit of a weird question. Any help would be great, as I am stuck. Cheers.