sxs
Visual studio redistributable & side-by-side / DependentAssembly error
(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[详细]
2023-03-31 02:27 分类:问答How to remove uninstalled DLL from SxS cache
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[详细]
2023-03-26 00:08 分类:问答How to debug registry free COM?
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[详细]
2023-03-17 00:40 分类:问答How are some apps able to simply unzip and run on Windows PCs without SxS problems?
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[详细]
2023-03-06 06:28 分类:问答Strange Case of the missing method: SXS and Controls.Add results in "object doesn't support this property or method"?
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.[详细]
2023-02-21 12:08 分类:问答Side by Side manifests, hot or falling from grace? [closed]
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[详细]
2023-02-11 21:14 分类:问答debugging COM free registration (c++)
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[详细]
2023-02-11 02:02 分类:问答Activation Context lost when working with WinForm?
I have an application that uses some classes from a native COM dll in Isolated Deployment. Simplified:[详细]
2023-02-03 18:24 分类:问答COM interop side-by-side assemblies
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[详细]
2023-01-26 13:04 分类:问答Does .net calling COM which in turn calls other .net COM object works when using SxS and manifest files are used
I have a .net application calling to a COM component (C++) which in turn calls to another COM object implemented in .NET.[详细]
2022-12-26 03:33 分类:问答