Good Day
HI
I created a project that used Bluetooth framework Active X version 5.2, the project is Web application
When I test it in debug mode (in VS 2005) it works fine
But when I test it in installed web (the web is compiled )
I installed it in myPC and open the page in myPC also
I try to register the ocx where the page is installed
?In initializing Bluetooth discovery it has no response, nag screen doesn?t appear
Code for initializing/declaring : BFBluetoothDiscoveryX discovery = new BFBluetoothDiscoveryX();
I try to place the OCX and register in the bin folder of the installed page
?In initializing Bluetooth discovery it has no response, nag screen doesn?t appear
Code for initializing/declaring: BFBluetoothDiscoveryX discovery = new BFBluetoothDiscoveryX();
I try to place the OCX and register wwwroot folder of the installed page
?In initializing Bluetooth discovery it has no response, nag screen doesn?t appear
Code for initializing/declaring: BFBluetoothDiscoveryX discovery = new BFBluetoothDiscoveryX();
I try to place the OCX and register inetpub folder of the installed page
?In initializing Bluetooth discovery it has no response , nag screen doesn?t appear
Code for initializing/declaring: BFBluetoothDiscoveryX discovery = new BFBluetoothDiscoveryX();
Question :
1. Why is it that the initializing BFBluetoothDiscoveryX discovery = new BFBluetoothDiscoveryX() has no response?
2. Where should I put the OCX and register it?
3. If I am opening the page same where I installed it , Where should I put the OCX and register it?
4. If I open the page in different PC , Where should I put the OCX and register it?
Thanks
P.s I just make it more detailed (hope you wont mind)