2
Answers

Could not load file or assembly 'System.Windows in WP8.1

Photo of Karthik Kumar

Karthik Kumar

9y
532
1

An exception of type 'System.IO.FileNotFoundException' occurred in SConnect.exe but was not handled in user code

Additional information: Could not load file or assembly 'System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' or one of its dependencies. The system cannot find the file specified.
 Hi iam devoloping a chat app in windows phone 8.1 using xmpp.in my server connection part im getting this strange error.pls help me (in windows phone 8.1)
 
getting in xmpp objclient creation..............=objXmppclient = new XMPPClient(); 


Answers (2)

0
Photo of Karthik Kumar
NA 182 23.1k 9y
yes.i am using windows 8 and  VS 2013 updated this code working in windows phone8.0 but not in 8.1
0
Photo of Afzaal Ahmad Zeeshan
NA 36k 2m 9y
Perhaps that assembly is not found, are you sure the framework is installed correctly? The problem would be caused if the framework is not installed properly, or if you are trying to install the application compiled for a latest release on a previous system.