views:

12

answers:

1

Hi guys, 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

A: 

I think the setup project is unable to find the icon thats why its throwing exception. Try choosing the Icon again.

  1. Rebuild your main application
  2. Goto your setup project .. then Application Folder
  3. Click on the MSDN Magazine** Handlers
  4. In the property window again choose the Icon
  5. Build your setup.
Zuhaib
zuhaib thanks for your answer,
jaminator
i am lost in the 3rd step of you rsoltion in application folder i have a Primarry output from a project and i icon which i want to display
jaminator
my main project is running and building fine its only the setup project that giving error
jaminator
yes got it, almost the same problem which u descirbed
jaminator