Quantcast
Channel: rapi Issue Tracker Rss Feed
Browsing all 20 articles
Browse latest View live

Commented Issue: 64-bit compliance [9148]

Related issues: 7906; 8497.My solution:private const short INVALID_HANDLE_VALUE = -1;->private static IntPtr INVALID_HANDLE_VALUE = (IntPtr)(-1); // compiler does not allow making this const :(Plus...

View Article



Commented Issue: 64-bit compliance [9148]

Related issues: 7906; 8497.My solution:private const short INVALID_HANDLE_VALUE = -1;->private static IntPtr INVALID_HANDLE_VALUE = (IntPtr)(-1); // compiler does not allow making this const :(Plus...

View Article

Commented Issue: 64-bit compliance [9148]

Related issues: 7906; 8497.My solution:private const short INVALID_HANDLE_VALUE = -1;->private static IntPtr INVALID_HANDLE_VALUE = (IntPtr)(-1); // compiler does not allow making this const :(Plus...

View Article

Closed Issue: Asynchronous Connection not working on Win7 [8092]

<p>If the device is connected after doing rapi.Connect(false, -1), RapiConnected event is never fired, even if ActiveSync seems to work fine (In VisualStudio&#39;s Output window the strings...

View Article

Created Unassigned: How to get attached device info and memory details using...

Hi,Can you please explain how to get device information and its memory details which is attached to PC using this library?Thanks.

View Article


Created Unassigned: Delay in copy? [10264]

Hi, im develop a program that needs conect to a device after the device make some elements analysis but, when i try to copy the file dont have the new information.i was thinking that maybe the problem...

View Article

Created Unassigned: Could not open remote file [10315]

VS2012 on windows 7when i try to copy a file from Honeywell Windows ce device to desktop.using (RAPI rapi = new RAPI()){ rapi.Connect(true); if(rapi.DeviceFileExists(@"\Program...

View Article

Created Unassigned: Kill Process from desktop [10443]

I can not able to kill process in windows ce from Desktop.

View Article


Commented Unassigned: Could not open remote file [10315]

VS2012 on windows 7when i try to copy a file from Honeywell Windows ce device to desktop.using (RAPI rapi = new RAPI()){ rapi.Connect(true); if(rapi.DeviceFileExists(@"\Program...

View Article


Created Unassigned: IDccMan.AutoconnectEnable() not implemented on Win 7/x64...

I am working on a Mobile Mobile app MDM.exe which was created in 2007 using visual Studio 2005 (c# and has been running on XP 32 bit during that time. the app needs to be converted to Windows 7 64 bit...

View Article

Commented Unassigned: IDccMan.AutoconnectEnable() not implemented on Win...

I am working on a Mobile Mobile app MDM.exe which was created in 2007 using visual Studio 2005 (c# and has been running on XP 32 bit during that time. the app needs to be converted to Windows 7 64 bit...

View Article

Created Unassigned: Bug in Rapi CopyFileToDevice command [10547]

If the active sync connection drops out part way through copying a file to the device using CopyFileToDevice, the handle to the original source file is not closed and that file is then inaccessible...

View Article

Created Unassigned: Window 8.1 [10548]

I have been using this dll under Windows 7 and worked well. I cannot get it to work under windows 8.1. Anyone know why or when updated is to be expected?

View Article


Commented Unassigned: Window 8.1 [10548]

I have been using this dll under Windows 7 and worked well. I cannot get it to work under windows 8.1. Anyone know why or when updated is to be expected?Comments: ** Comment from web user:...

View Article

Commented Unassigned: Window 8.1 [10548]

I have been using this dll under Windows 7 and worked well. I cannot get it to work under windows 8.1. Anyone know why or when updated is to be expected?Comments: ** Comment from web user: accessdude...

View Article


Commented Unassigned: Window 8.1 [10548]

I have been using this dll under Windows 7 and worked well. I cannot get it to work under windows 8.1. Anyone know why or when updated is to be expected?Comments: ** Comment from web user: citroenx **...

View Article

Commented Unassigned: Kill Process from desktop [10443]

I can not able to kill process in windows ce from Desktop.Comments: ** Comment from web user: filippomonti ** me too

View Article


Created Unassigned: Code First Inheritance [10692]

I want to use code first inheritance Table Per Type like EF does.Can I do this using OpenNETCF,too.. I could not find any document about this

View Article

Commented Unassigned: IDccMan.AutoconnectEnable() not implemented on Win...

I am working on a Mobile Mobile app MDM.exe which was created in 2007 using visual Studio 2005 (c# and has been running on XP 32 bit during that time. the app needs to be converted to Windows 7 64 bit...

View Article

Created Unassigned: remoteFile not closed if error on localFile [10907]

Hello,in both of your copy function : CopyFileFromDevice and CopyFileToDevice, there is no check if new FileStream works for localFile. So if it an exception is dispatch from it, remoteFile is not...

View Article
Browsing all 20 articles
Browse latest View live




Latest Images