开发者

Assembly added to the installer but still not work

开发者 https://www.devze.com 2023-01-18 20:54 出处:网络
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

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

精彩评论

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

关注公众号