开发者

Assembly added to the installer but still not work

our C# application has a thirdparty C++ exe wh开发者_如何转开发ich requires Microsoft_VC90_CRT assembly. I have add that assembly in my msi installer which is built by using VS2008. It looks like that assembly is still not available to our application.

Is there any special step I need to do when I build my installer? or it is the wrong version of the assembly?


It's hard to answer without knowing more. Make sure you understand .NET bitness, Manifests, WinSXS and be sure to use Depends to answer the question of whether an EXE or DLL can resolve it's (unmanaged) dependencies.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜