Installer Project giving error in VS2k8
I have a installer project on VS 2k8, .net 3.5. Its giving me the following error:
Error 1 Invalid icon file 'MSDN Magazine Managed Preview Handlers', located in 'Application Folder' C:\Users\jaminator\Desktop\APPreview\开发者_StackOverflow社区Handler\InstallPreviewHandlers\InstallPreviewHandlers.vdproj InstallPreviewHandlers
It is a demo application which i was trying to modify to make my own so i changed the icon since then i am getting this error
I am using VS 2005 but encountered the same issue:
- Left Click on your setup project in the solution explorer
- in the properties window to the right
- select AddRemoveProgramsIcon
- click browse
- find the icon file in your File System for this setup project (go back and add it if it isn't added already)
- Build your project, this should fix the issue.
I think the setup project is unable to find the icon thats why its throwing exception. Try choosing the Icon again.
- Rebuild your main application
- Goto your setup project .. then Application Folder
- Click on the MSDN Magazine** Handlers
- In the property window again choose the Icon
- Build your setup.
精彩评论