I have Solution in vs2008 with framework 2.0. Now I migrated solution to vs2010 .net framework 2, and it works.
Here problem occur when I changed framework from 2.0 to 4.0, after that when I run application(win-form) it throws error on resource file saying
"System.IO.FileNotFoundException: Could not load file or assembly 'SpServer.resources, Version=1.0.0.2, Culture=en-US, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. File name: 'SpServer.resources, Version=1.0.0.2, Culture=en-US, PublicKeyToken=null' ---> System.IO.FileNotFoundException: Could not load file or assembly '...SpServer.resources.dll' or one of its dependencies. The system cannot find the file specified.
I have not made any extra resource file, and assembly was not satellite assembly too before if there is error. Please let me know how to sort out this issue.