Click here to Skip to main content
16,021,112 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Error 1 The type or namespace name 'Resources' does not exist in the namespace 'isszma_computers.Properties' (are you missing an assembly reference?)
Posted

1 solution

The error means that there's no class Resources, so there's also no file 'Resources.resx'. If you're using Visual Studio, you can create a Resources.resx file easily: Go to Properties->Resources and click on the link "This project file does not contain a default resources file. Click here to create one." Then a new Resources.resx file will be created.
 
Share this answer
 
Comments
Noman Ali 2-Nov-12 8:43am    
program was running succesfuly before i changed backgroud of form and buttons.
Noman Ali 2-Nov-12 8:46am    
yes resource file is available in properties. but eror is still existing
Thomas Daniels 2-Nov-12 8:49am    
You can check Resources.Designer.cs, and check the namespace.
It's possible that there's a wrong namespace.
Noman Ali 2-Nov-12 8:57am    
resolved! thanks alot.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900