windows application setup error [duplicate]
Possible Duplicate:
error when installing windows application on other pc
I had windows application and I published it and I installed it in other pc and when I was installing in this error apeared(unable to install or run the application.the application requires that assembly microsoft.sqlserver.connectioninfo version9.0.242 be installed in the global assembly cache (GAC) first.)
- Go to Project Properties page.
- Go to
Publish
tab. - Click on
Application Files
button. - Change the Microsoft.SqlServer.ConnectionInfo.dll from "Prerequisite" to "Include".
- Republish and try installing on the other computer again.
Here's a post where they discuss this issue and it's solution:
http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/thread/228a534e-a978-469c-9964-40d207ef8669
精彩评论