Add reference to a .exe assembly?
C#
3
Posts
2
Posters
0
Views
1
Watching
-
Hi, Is there a possibility to add reference to assembly that is an exe ?? if so please tell me how? karam C Bose
-
Hi, Is there a possibility to add reference to assembly that is an exe ?? if so please tell me how? karam C Bose
Hi! With VS2005 you can directly reference an exe, IIRC. With VS2003 or earlier, you can simply rename the .exe to .dll and reference this file.
Regards, mav -- Black holes are the places where God divided by 0...
-
Hi! With VS2005 you can directly reference an exe, IIRC. With VS2003 or earlier, you can simply rename the .exe to .dll and reference this file.
Regards, mav -- Black holes are the places where God divided by 0...
thanks a lot !!!