Click here to Skip to main content
15,884,741 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hello;
how can I resolve this error: File or assembly name 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089', or one of its dependencies, was not found.

Thanks,
Posted
Comments
j snooze 10-Aug-15 17:19pm    
add it as a reference to your project. Although if you started out making a winforms project then your issues may be different. If this is on a users computer trying to run your app, then install framework 2.0 on their machine. If neither of those works, visit google.com and type in your error and figure out which situation is closest to yours. Trial and error.
Member 10683902 11-Aug-15 3:17am    
I cannot resolve this issue. My project forms does not look like a form. google search is suggesting I require systems.forms.resources, however I cannot find it.
j snooze 11-Aug-15 17:05pm    
If its not a winforms project is it a WPF application? More information would be helpful. Just typing an error in doesn't help, without knowing what you have and what you are trying to do. Are you just trying to compile this? Are you using Visual studio? how are you getting the error? I do not see anything that can help us help you.

1 solution

I had to re-install VS 2008 and the SDKs to resolve all my issues. Also this link helps with other errors I encountered
https://www.swiftbyte.com/articles/debugging-windows-mobile-6-5-application-on-windows-10
 
Share this answer
 

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