(I\'m running Windows7 and using Visual Studio 2010.) I\'m using ClamAV in a .NET Azure project, and I\'m running into side-by-side errors whenever I run clamd.exe, either through my code or by runni
I had VS 2008.I upgraded to VS 2010, and uninstalled VS 2008. I have a test that runs on my machine, but fails to load on machines in the build lab.After some debugging, I realized that the test exec
I have a messy situation wrapping a couple of 3rd party COM components. Actually it\'s one COM component and several .NET assemblies. The .NET assemblies in turn depend on the same 3rd party\'s intern
It\'s a common complaint from certain groups that installing on Windows spreads stuff all over the filesystem and registry, and some apps provide the option to simply unzip the files so you can \'unin
I have a project written in VB6 that uses a UserControl, The project runs fine when the OCX is registered, but if I run the same project with a side by side manifest it results in an error.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I\'ve built a COM client application that uses two COM server dlls; I want this application to run without COM registration - ie: winsxs / .manifests
I have an application that uses some classes from a native COM dll in Isolated Deployment. Simplified:
I need to deploy multiple versions of the same C# .NET project. The project output is a COM interop assembly to be used in a native application. The problem I\'m having is that I h开发者_开发知识库ave
I have a .net application calling to a COM component (C++) which in turn calls to another COM object implemented in .NET.