We are adapting our client side relatively complicated application (ActiveX / .net / Delphi / C++ / COM ) to use SxS to achieve non admin deployment and isolation from older versions of our product.
Problem I am trying to take an existin开发者_如何学JAVAg ASP.NET web application and manually migrate it over to use MVC 2 (I am currently running the RC). I followed several steps (I\'ll list in a m
I\'m not talking about calling a VBA COM from C#... the other way around! What I would like to do is call a C# library using VBA in MS Access without registering the DLL. I\'ve been playing around wi
I have a c# class library project that uses a COM dll registered on the system. I now want to deploy the COM dll as开发者_StackOverflow中文版 a side-by-side assembly, so I don\'t have to register it,
I\'m facing a the following situation: I created a simple full trust XBAP application that refers to unmanaged c++ COM server (isolated).
We include a 3rd Party lib+DLL that recently causes a lot of trouble on installations. Using dependencywalker, we found that the dll itself refers to two different Versions of
I recently asked a related question about SideBySide problems. I figured out that installing a shared assembly with installer works, while using a private assembly does not.