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
Please do not cross post :)
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham
-
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
Now what do YOU think 'not supported' means ?
Christian Graus Driven to the arms of OSX by Vista.
-
Now what do YOU think 'not supported' means ?
Christian Graus Driven to the arms of OSX by Vista.
Hi dear Christian, I know what it means BROTHER :), if you refer to MSDN you can see that, it's marked as supported on .net CF. But I don't know what's that exception reason, and why gives it to me? Thanks for your reply.
-
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, there are several WSA versions, not all of them are implemented on each platform. This might help you.[^] :)
Luc Pattyn [Forum Guidelines] [My Articles]
Fixturized forever. :confused:
modified on Wednesday, December 3, 2008 4:15 AM
-
Hi, there are several WSA versions, not all of them are implemented on each platform. This might help you.[^] :)
Luc Pattyn [Forum Guidelines] [My Articles]
Fixturized forever. :confused:
modified on Wednesday, December 3, 2008 4:15 AM
Hi Luc, Ok, Let's suppose you're right. So what about Marshalling and methods of
Marshal
Class ? -
Hi Luc, Ok, Let's suppose you're right. So what about Marshalling and methods of
Marshal
Class ?Marshaling what? SizeOf what? something that is not supported maybe? check the exact exception, note the line numbers, look at the source code, teach your IDE to display line numbers. Try to be as specific as you want the answers to be. :)
Luc Pattyn [Forum Guidelines] [My Articles]
Fixturized forever. :confused: