Been using VS 2005 for months. All of a sudden I can not deploy my C++ or C#
applications to the WM 5.0 emulators (Pocket PC or Smartphone) for debugging.

If I click on the device manager button in VS I get an error message "No
such interface supported." Click OK and VS 2005 will then crash. Tried
uninstalling VS 2005 and WM 5.0 PPC and SP SDK and then reinstalling them and
the same issue. Anyone know what is going on?

Re: VS 2005 PPC/SP Emulator - No such interface supported by Barry

Barry
Fri May 26 13:07:49 CDT 2006

Can you change directories to "%programfiles%\microsoft device emulator\1.0"
and run the following?

DeviceEmulator.exe /register
DvcEmuManager.exe /register
regsvr32 DeviceEmulatorProxy.dll
regsvr32 SerDMAASPlugin.dll

Barry

"Go Cougs!" <GoCougs@discussions.microsoft.com> wrote in message
news:02EA0507-0B99-407B-97C3-E72E8A3784CC@microsoft.com...
> Been using VS 2005 for months. All of a sudden I can not deploy my C++ or
> C#
> applications to the WM 5.0 emulators (Pocket PC or Smartphone) for
> debugging.
>
> If I click on the device manager button in VS I get an error message "No
> such interface supported." Click OK and VS 2005 will then crash. Tried
> uninstalling VS 2005 and WM 5.0 PPC and SP SDK and then reinstalling them
> and
> the same issue. Anyone know what is going on?



Re: VS 2005 PPC/SP Emulator - No such interface supported by GoCougs

GoCougs
Fri May 26 13:29:02 CDT 2006

Barry,
Thanks. I did as you suggested, rebooted, started VS 2005 loaded a sample
PPC C++ project and clicked on the "Connect to device" button and get the
same error message:

"No such interface supported"

Any other thoughts on how to fix this issue?

Thanks.

"Barry Bond [MS]" wrote:

> Can you change directories to "%programfiles%\microsoft device emulator\1.0"
> and run the following?
>
> DeviceEmulator.exe /register
> DvcEmuManager.exe /register
> regsvr32 DeviceEmulatorProxy.dll
> regsvr32 SerDMAASPlugin.dll
>
> Barry
>
> "Go Cougs!" <GoCougs@discussions.microsoft.com> wrote in message
> news:02EA0507-0B99-407B-97C3-E72E8A3784CC@microsoft.com...
> > Been using VS 2005 for months. All of a sudden I can not deploy my C++ or
> > C#
> > applications to the WM 5.0 emulators (Pocket PC or Smartphone) for
> > debugging.
> >
> > If I click on the device manager button in VS I get an error message "No
> > such interface supported." Click OK and VS 2005 will then crash. Tried
> > uninstalling VS 2005 and WM 5.0 PPC and SP SDK and then reinstalling them
> > and
> > the same issue. Anyone know what is going on?
>
>
>

Re: VS 2005 PPC/SP Emulator - No such interface supported by GoCougs

GoCougs
Fri May 26 17:29:01 CDT 2006


This fixes the issue:

http://support.microsoft.com/kb/q180176/

I was having problems with IE too....



"Go Cougs!" wrote:

> Barry,
> Thanks. I did as you suggested, rebooted, started VS 2005 loaded a sample
> PPC C++ project and clicked on the "Connect to device" button and get the
> same error message:
>
> "No such interface supported"
>
> Any other thoughts on how to fix this issue?
>
> Thanks.
>
> "Barry Bond [MS]" wrote:
>
> > Can you change directories to "%programfiles%\microsoft device emulator\1.0"
> > and run the following?
> >
> > DeviceEmulator.exe /register
> > DvcEmuManager.exe /register
> > regsvr32 DeviceEmulatorProxy.dll
> > regsvr32 SerDMAASPlugin.dll
> >
> > Barry
> >
> > "Go Cougs!" <GoCougs@discussions.microsoft.com> wrote in message
> > news:02EA0507-0B99-407B-97C3-E72E8A3784CC@microsoft.com...
> > > Been using VS 2005 for months. All of a sudden I can not deploy my C++ or
> > > C#
> > > applications to the WM 5.0 emulators (Pocket PC or Smartphone) for
> > > debugging.
> > >
> > > If I click on the device manager button in VS I get an error message "No
> > > such interface supported." Click OK and VS 2005 will then crash. Tried
> > > uninstalling VS 2005 and WM 5.0 PPC and SP SDK and then reinstalling them
> > > and
> > > the same issue. Anyone know what is going on?
> >
> >
> >