If encounter fileloadexception while deploying vc++ 2005 output files, please refer to the following links:
1. english version (passed my test)
Visual C++ How to: Deploy using XCopy
http://msdn2.microsoft.com/en-us/library/ms235291(VS.80).aspx
2. chinese version (not tested)
Visual C++ 如何:使用安装和部署项目进行部署
http://msdn2.microsoft.com/zh-cn/library/ms235317(VS.80).aspx
Notes:
For desktop application, we can place managed c++ dlls in same folder with other dotnet assemblies, then copy the Microsoft.VC80.CRT folder to the same folder;
But for web application, we'd better to create folder to place managed c++ dll file (folder name is same as c++ dll file name, e.g.: file: managedcpp.dll --> create folder: managedcpp), then copy the Microsoft.VC80.CRT folder to the same folder with managed c++ dll file.
本文介绍了解决部署VC++2005输出文件时遇到的FileLoadException的方法,包括英文版和中文版的教程链接。对于桌面应用,可以将托管C++ DLL放置在同一文件夹,并复制Microsoft.VC80.CRT文件夹;而对于Web应用,则建议创建专门的文件夹放置托管C++ DLL,并同样复制Microsoft.VC80.CRT文件夹。
5224

被折叠的 条评论
为什么被折叠?



