NotSupportedException
-
Hi, I wrote an application that able to connect another bluetooth device in .Net Framework 2.0 using bluetooth API, now I want to do this with .Net Compact Framework on my mobile device. That's the problem, When I'm Calling Bluetooth API like
WSAStartup
or usingSizeOf
or any other methods of Marshal class, it gives meNotSupportedException
exception. Please tell me how can i solve this problem. Thank you.DMASTER
-
Hi, I wrote an application that able to connect another bluetooth device in .Net Framework 2.0 using bluetooth API, now I want to do this with .Net Compact Framework on my mobile device. That's the problem, When I'm Calling Bluetooth API like
WSAStartup
or usingSizeOf
or any other methods of Marshal class, it gives meNotSupportedException
exception. Please tell me how can i solve this problem. Thank you.DMASTER
can you make a simple console mode program that recreates the error? NotSupportedException is thrown for a wide range of problem sources and a code example would help diagnose your problem.
Joel Ivory Johnson