I'm developing a C# application and I get the following error at debug runtime:
An unhandled exception of type 'System.IO.FileNotFoundException' occurred in Unknown Module. Could not load file or assembly 'System.Runtime, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
And the application goes to the break mode.
I'm new in C# and .NET world. I'm using the Visual Studio for debugging.