views:

6

answers:

0

I want to make a little application around the 'Remote Dekstop' (RDP), to make sure the users has correct settings etc. When I would make this application for a 'normal' pc in Visual Studio 2008, I just add the reference to the mstscax.dll to the project, and I can e.g. add the rdp-control to the main-form. However, when I try to do this in a VS2008 Smart Device project, I cannot use this mstscax.dll. I can find the dll on the device, but get a loadlibrary error.

Has somebody experience with this?