Just for a sanity check, I opened the MS.NET sample application included with the SDK and the same thing happens. Everything compiles fine, no errors at runtime, it just freezes when trying to retrieving any value from the object. I can subscribe to the Connected event and it even fires, but I just can't access property values. The IsAvailable method (to determine if if API methods are available) returns false.
I'm tearing my hair out here! Anything I can do to fix this?
Thanks,
-Arian Kulp
連結已複製
Thanks!
There are no known incompatibilities when using the C# interface in conjunction with VS2005. It has not, however, been tested extensively which is why we don't claim compatibility. At this point, VS2005 support is targeted for our next point release.
I asked our testing team to try to reproduce the issue you describe.They tried butwere not able to reproduce it. I also tried it on my own system running VS2005 and the IMPSDK v1.1 and the following sample apps ran fine:
ConnectivitySample
ConnectEventSample
It appears that your system may be misconfigured somehow. Does the "MS.Net Info Viewer", provided with the SDK, run correctly on your system? Neither of these sample projects listed above use the IsAvaiable() method. Can you send sample code demonstrating your use of it?
