less than 1 minute read

If you compile your winform project (regardless to target version of .net framework) and it’s can’t be compiled on another machine (which don’t have update 1 RC as yours) then here is the trick to fix it.

Delete Every obj folder in root of every projects. if you have multiple project then consider this stackoverflow post to do it faster http://stackoverflow.com/questions/755382/i-want-to-delete-all-bin-and-obj-folders-to-force-all-projects-to-rebuild-everyt

Now when you done after delete all obj folder you can simply click F5 and it will be run fine.

Smile

Updated: