Error 1 Error creating Win32 resources
-
2. března 2007 16:50
Please can anybody help with this error, our domain server has recently gone down and now we a running on a backup DNS, everything seems OK with the network now; but now I am receiving the following error messages and my projects are refusing to compile. I've spent a couple of hours on trying to solve this problem by Repairing/Re-installing VS2005, and i can't find any help from a google search.
Error 1 Error creating Win32 resources: Error reading icon
'\\wxmdc\dfs\Application Data\ben\Microsoft\VisualStudio\8.0\VSProjectApplication.ico'
-- The network path was not found.
Many thanks in advance for any help I recieve
Ben
Všechny reakce
-
17. listopadu 2011 21:44
We recently moved our home folders to a different server, and started getting this error.
The problem is that the path to this resource is persisted in the .suo (Solution User Options) file as a full UNC path, instead of a relative path from the home folder. (Why this resource was landed in the home folder to start with, I have no idea.)
To get rid of the message, close the solution and delete the .suo file. Visual Studio will recreate it the next time you save the solution or exit Visual Studio.
- Upravený Jon Seigel 17. listopadu 2011 21:45
- Upravený Jon Seigel 17. listopadu 2011 21:45
- Navržen jako odpověď Kashan Khan 20. února 2012 23:43
-
18. ledna 2012 10:01
The method which Job Seigel mention didn't work for me. What I did it Right Click the project and Unload it. Once it is unloaded again right click the project file to edit. it will open up vbproj or csproj file which is actually xml. Search for ApplicationIcon tag and remove whatever is inside or search for the missing file name and delete it.
That's it ... it worked for me.
Agha Usman Ahmed http://www.aghausman.net- Navržen jako odpověď Agha Usman Ahmed 28. ledna 2012 17:06
-
20. února 2012 23:44
We recently moved our home folders to a different server, and started getting this error.
The problem is that the path to this resource is persisted in the .suo (Solution User Options) file as a full UNC path, instead of a relative path from the home folder. (Why this resource was landed in the home folder to start with, I have no idea.)
To get rid of the message, close the solution and delete the .suo file. Visual Studio will recreate it the next time you save the solution or exit Visual Studio.
Cheers Jon Seigel Ans worked for me ... -
26. října 2012 17:57very goog its work ! thankyou
Evandro Lopes