Reputation: 4472
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\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
Upvotes: 0
Views: 750
Reputation: 1249
I am using VS 2005 but encountered the same issue:
Upvotes: 1
Reputation: 1420
I think the setup project is unable to find the icon thats why its throwing exception. Try choosing the Icon again.
Upvotes: 0