not load file or assembly 'System.Windows, Version=2.0.5.0...'

Last updated on April 14, 2024 am

if you get this error, it's because Sliverlight assembly is not in GAC. Do this to fix:


cd C:Program FilesMicrosoft Silverlight4.0.50524.0
gacutil -i System.Core.dll
gacutil -i system.dll
gacutil -i system.net.dll
gacutil -i system.xml.dll
gacutil -i System.Runtime.Serialization.dll

check out what other people said.


not load file or assembly 'System.Windows, Version=2.0.5.0...'
https://mingster.com/2010/08/08/not-load-file-or-assembly-system-windows-version2-0-5-0/
Author
mingster
Posted on
August 8, 2010
Licensed under