Problem with RebindAdapter() in OpenNETCF.Net.Adapter

  • Thread starter Thread starter Dirk Behrendt
  • Start date Start date
D

Dirk Behrendt

Hello!



I have a problem with the OpenNETCF.Net.Adapter class.



After a successful connection with finding the right WLAN-Adapter and
assigning the network settings I call the method RebindAdapter() of the
OpenNETCF.Net.Adapter class.



RebindAdapter():

- I get a valid pointer for the NDIS driver

- When calling the method NDISUIOPInvokes.DeviceIoControl(...) I get the
error 0xc0000001.



I tried to use UnbindAdapter() and BindAdapter() instead of RebindAdapter(),
but there was the same error.



Has anyone an idea?



I use a WINCE 5.0 device.



Many Greetings



Dirk Behrendt
 
Are you trying with the latest code in Vault, of one of the releases? I'd
suggest tring the code in Vault if you're not using it.

-Chris
 
You'll have to tell us what adapter, what name you are using in your code
(what's the Adapter.Name), how it is connected to the target device, what
the target device is, what version of the operating system is running, etc.
We need the usual information that anyone would to debug the problem.

And use the code in Vault...

Paul T.
 
Hello!

Thank you for the information! I will try the latest version first!

Dirk

"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> schrieb im Newsbeitrag news:[email protected]...
 
Back
Top