Deploy VC++ 2005 output files

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.

發佈了72 篇原創文章 · 獲贊 0 · 訪問量 17萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章