Hi all,
I’m trying to deploy sample app from here: wiki.thinkgeo.com/mediawiki/images/4/41/HelloWord_Windows_Phone_8_CSharp.zip
to local IIS, at first I got this error:
Index was outside the bounds of the array.
at System.Windows.Media.Imaging.BitmapSource.SetSourceInternal(Stream streamSource)
at System.Windows.Media.Imaging.BitmapImage.SetSourceInternal(Stream streamSource)
at System.Windows.Media.Imaging.BitmapSource.SetSource(Stream streamSource)
at tBM=.eRU=.pxU=(Object qBU=, OpenReadCompletedEventArgs qRU=)
at System.Net.WebClient.OnOpenReadCompleted(OpenReadCompletedEventArgs e)
at System.Net.WebClient.OpenReadOperationCompleted(Object arg)
after several times trying, finally I succeeded,
but when I try to deploy the same app to remote IIS, every time I debug the app using WP emulator, the previous error always occur.
Anyway, if I access the connector address from browser, I get this error:
but I think this error is because of the connector doesn’t have the same capability like WCF does.
Anyone have any suggestion how to deploy ConnectorPlugin to remote IIS?
Thanks in advance.