Hi,
When I use the NON-optimized compilation (B4PPC ver. 6.30) there are no problems and next my app works fine on the device. However when I use the optimized compilation, I get the following error – Error CS0246: The type or namespace name ‘RegistryDesktop’ could not be found …...
I removed all registry functions from the application, as well RegistryDesktop.dll and RegistryDevice.dll from components. Next I tested the optimized compilation – in this case the compilation was successful.
So, it seems to me the problem is with RegistryDesktop. Where is my mistake in using it in optimized compilation? In fact I don’t need this one for device application but it should be as the component for compilation on the PC.
Can someone tell me what is missing ?
Thanks
When I use the NON-optimized compilation (B4PPC ver. 6.30) there are no problems and next my app works fine on the device. However when I use the optimized compilation, I get the following error – Error CS0246: The type or namespace name ‘RegistryDesktop’ could not be found …...
I removed all registry functions from the application, as well RegistryDesktop.dll and RegistryDevice.dll from components. Next I tested the optimized compilation – in this case the compilation was successful.
So, it seems to me the problem is with RegistryDesktop. Where is my mistake in using it in optimized compilation? In fact I don’t need this one for device application but it should be as the component for compilation on the PC.
Can someone tell me what is missing ?
Thanks