I didn't know about that, thanks a lot! -----Original Message----- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Bob Provencher Sent: Tuesday, March 14, 2006 1:00 AM To: [email protected] Subject: Re: [ADVANCED-DOTNET] FW: compiling dlls into executables
Maybe not so dumb! Take a look at Registration-Free COM Interop. You may be able to package them as binary resources, extract to a temp directory at run time as needed, without registering them in COM's global registration space. >> Date: Mon, 13 Mar 2006 19:48:39 -0500 >> From: Alex Smotritsky <[EMAIL PROTECTED]> >> Subject: FW: compiling dlls into executables >> >> Scratch that, that was a dumb question. >> >> >> >> From: Alex Smotritsky [mailto:[EMAIL PROTECTED] >> Sent: Monday, March 13, 2006 6:16 PM >> To: '[EMAIL PROTECTED] DEVELOP. COM >> ([email protected])' >> Subject: compiling dlls into executables >> If I have a c# (1.0 framework) console or windows service app (exe) that is >> interoping with some com dlls, can I compile those dlls into the exe so that >> I can distribute just an exe to end users? =================================== This list is hosted by DevelopMentor. http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
