C# App Console must reference uninstalled Bricscad dlls - How to?
Hi all.
In Visual Studio, how can I build a C# application console which has to interact with Bricscad without installing the CAD?
Last year I installed BricscadV21, I created a C# Console Application for interacting with it and for doing it I referenced BricscadV21 dlls.
Then last November I decided to create a #22 version for my console app which had to interact with BricscadV22... so I did the same but referencing BricscadV22 dll ones.
I was able to build both applications in Visual Studio without any problem.
Two days ago I uninstalled both BricscadV21 and BricscadV22 programs from my machine... and right now I can not build no one of my projects...
T&R
In Visual Studio, how can I build a C# application console which has to interact with Bricscad without installing the CAD?
Last year I installed BricscadV21, I created a C# Console Application for interacting with it and for doing it I referenced BricscadV21 dlls.
Then last November I decided to create a #22 version for my console app which had to interact with BricscadV22... so I did the same but referencing BricscadV22 dll ones.
I was able to build both applications in Visual Studio without any problem.
Two days ago I uninstalled both BricscadV21 and BricscadV22 programs from my machine... and right now I can not build no one of my projects...
T&R
0
Comments
-
The solution is referencing COM refs0