문제

I am referencing OpenNETCF.Desktop.Communication (Rapi.dll) in my project and have the following problem:

When I for ex. "private RAPI mobjRapi = new RAPI();"... it takes about 5 minutes to execute that statement. I am basically trying to copy a file from a mobile device

An additional issue which might be related is that when I click "Windows Mobile Device Center" in control panel. I get the message "Windows Mobile Device Center is starting up" with the splash screen and then just disappear without opening the application.

More about my setup:

  • Windows Vista 64-bit
  • Visual Studio 2005 (C#)
  • Windows Mobile Device Center 6.1 Recently installed
  • Psion Workabout PRO mobile product scanner connected with USB (the device is accessable from My Computer)

Thanks in advance

도움이 되었습니까?

해결책

$web = Get-SPWeb http://myclient.local/

$web.ContentTypes | Select-Object Name, Group, Id, Description | Export-Csv c:\dev\Ctlist4.csv -NoTypeInformation
.
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top