c# - Could not load a file or assembly SMDiagnostics.dll -


i´m trying build c# .net solution containing 18 projects. out of blue i´m receiving odd error message 1 of projects (the web gui).

error follows

"error 1839 'could not load file or assembly 'c:\windows\microsoft.net\assembly\gac_msil\smdiagnostics\v4.0_4.0.0.0__b77a5c561934e089\smdiagnostics.dll' or 1 of dependencies. assembly built runtime newer loaded runtime , cannot loaded.'" 

all 1 of projects running on .net framework 3.5 have framework 4.0 installed on machine. visual studio trying load file 4.0 not 3.5 (i´ve tried move file 3.5, did not work)

does know what´s wrong here or have idea can fix ?

regards throstur

i got same above error out of blue.. project target framework set 3.5. changed 4.0 , able build successfully.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -