My Zebra Register Logout. Zebra Blog. Windows Mobile Device Center for Windows 64bit - download here. Net Framework 3. Net 2. Open services. Right-click Windows Mobilebased device connectivity.
Under Windows Mobilebased device connectivity , click Properties. Click Apply. Go to General Tab and click Stop and wait. This application needs to read files from a network directory and write files to a network directory without prompting the user for a username and password. How to provide user name and password when connecting to a network share. NET C. It isn't allowing me to directly access to a network folder, but I have had some success following these instructions:.
When I attempt the write, an exception is thrown saying "The remote server returned an error: Not Implemented. These classes are not part of the Compact Framework 2. Although the thread How to provide user name and password when connecting to a network share is for full framework, but you can tweak it with WNetAddConnection3. I had this kind of experience when it comes to Windows CE devices, for example, Motorola's handheld computers or kiosks.
There is a way for you to dump the support functions of your actual coredll. Once you have a list of support functions, then you can find out whether WNetCancelConnection2 or WNetCancelConnection3 is supported from your coredll. Have a look at the following link:. When I look in the winnetwk. There are two things you can look into. I have tweaked your code to test and it worked for me on a device, not on emulator. You may also need to check the declaration of your NetResource struct when constructing your TestClass:.
You also need to add ResourceUsage enumerator when constructing the NetResource object. I made the changes as you suggested, but I still get the System. The file I inspected using dumpbin. Is this a problem? If I type in a valid network login the program reads the file just fine. Is there a way to configure WinCE 5. You can follow the question or vote as helpful, but you cannot reply to this thread.
I have the same question Report abuse. Details required :. Cancel Submit. How satisfied are you with this reply? Thanks for your feedback, it helps us improve the site. In reply to BobZ2's post on November 18, In reply to Resourceful's post on November 18, Thank you from the Windows Phone team http:www. In reply to wmta2's post on November 18, Well, I have made progress.
0コメント