Originally Posted by
Gautam Kabiraj I already read that thread bro but it didn't help me either! I'm still getting the same error... :(
Anyway thanks for your help!
Have you tried this: Here are the steps to fix this issue
- Download the latest source code.
- In projects WindowsPhone.Tools and WindowsPhonePowerTools, remove the references to Microsoft.Smartdevice.Connectivity.dll and add "C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Microsoft.SmartDevice.Connectivity\v4.0_11.0.0.0__b03f5f7f11d50a3a\Microsoft.Smartdevice.Connectivity.dll".
- In project WindowsPhone.Tools, remove the reference to Microsoft.Smartdevice.ConnectivityWrapper.10.dll.
- In RemoteAppIsoStoreItem.cs, remove “extern alias SmartDeviceConnectivityWrapper10;” at the beginning of the file.
- Again in RemoteAppIsoStoreItem.cs, find the following code and remove the else statement.
if (remoteFileObject != null)
{
remoteFileObject.GetRemoteIsolatedStorageFile().DeleteFile(_path);
}else
{
…
}
You can check the following link for the source code with my quick fix if you don't want to go through the above steps:
https://wptools.codeplex.com/workitem/41