I have a project done with. NET Framework 4, and I need to add some libraries which work on the Framework 3.5, so I changed my project to Framework 3.5, now the project recognizes the libraries, but it shows an error similar to this:
Error 2 Object reference not set to an instance of an object.
and this is in each. resx I have in my project, how can I resolve this?