May 2005 Entries
After some thouht, I have come up with a solution that works very nicely in the environment that I am currently working in. DETAILS TO FOLLOW
I love the smart Client ability in .Net where I can deploy full scale managed applications over the web. But in some of my more recent .Net applications I have found the need to integrate with legacy unmanaged code, in most cases this unmanaged Dll's are Excel Addins that I want to reuse in my managed world. But try as I might I am unable to find any reference on the web to how I might avoid the need to install the unmanaged dll's thru a installation application before I make my app available, and...