Message 1 of 6
Help on ACAD2004 + VS2003: compile, debug and for port to ACAD 2008)

Not applicable
02-07-2008
07:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I need to start maintenance on a 3rd party project written in VB.NET (vs2003, framework 1.1) that uses COM components. It's written for ACAD 2004. Other then some bug fix, the goal is to check compatibility on ACAD 2008. Obviously, no documentation. I'm totally new at ACAD and I do not use VB since year 1996. Yes...it's not a very good scenario :-).
Coming to the problem: I'm looking at the code but I cannot understand how does the project works. I mean: the final result has to be a DVB file. I have a copy of it, I tried it and it correctly loads on ACAD. Nevertheless, when I compile the project, it builds a standard .NET assembly (.dll). I cannot figure how to get the updated DVB file.
FYI there is also a setup project that installs all, also a acad2004.lsp file to auto load the application.
In the end: is there a way to debug? I've tried to attach the vs2003 debugger to ACAD process but it doesn't attach.
Thanks in advance for every help you can supply...
Luca
I need to start maintenance on a 3rd party project written in VB.NET (vs2003, framework 1.1) that uses COM components. It's written for ACAD 2004. Other then some bug fix, the goal is to check compatibility on ACAD 2008. Obviously, no documentation. I'm totally new at ACAD and I do not use VB since year 1996. Yes...it's not a very good scenario :-).
Coming to the problem: I'm looking at the code but I cannot understand how does the project works. I mean: the final result has to be a DVB file. I have a copy of it, I tried it and it correctly loads on ACAD. Nevertheless, when I compile the project, it builds a standard .NET assembly (.dll). I cannot figure how to get the updated DVB file.
FYI there is also a setup project that installs all, also a acad2004.lsp file to auto load the application.
In the end: is there a way to debug? I've tried to attach the vs2003 debugger to ACAD process but it doesn't attach.
Thanks in advance for every help you can supply...
Luca