微软.net精简框架常见问题及回答(中文版)(75)

王朝c#·作者佚名  2006-01-09
宽屏版  字体: |||超大  

9.5. 如何向SQL Server CE提交一个带参数的查询?

您可以使用.net精简框架在用户输入时,向SQL Server CE的数据库中插入值。以下教程向您展示了如何实现此操作:

设计一个用户可以设置查询值的界面。

连接到SQL CE的数据库。

把用户输入的值插入到SQL CE的数据库中 http://samples.gotdotnet.com/quickstart/CompactFramework/doc/sqlceparameterizedquery.aspx

9.6. Why does using RDA and the push method fail with error 27750?

Symptom

When calling: rda = new SqlCeRemoteDataAccess();

An error of type SQLCeException with a Native Error Code of 27750 occurs. This error corresponds to "Cannot load sscemw20.dll or ssceca20.dll is missing or not registered."

Resolution

Load the library at the start of the application, even if you do nothing with it. To load the library, you can load the SqlCeEngine object. SqlCeEngine eng = new SqlCeEngine();

Top of Page

10. 其他信息

10.1. Pocket TaskVision 程序

This document provides an overview of the development tasks that were unique to the Pocket TaskVision sample application. Pocket PC devices have much lower storage capacities, memory and lower-end processors than desktop systems—storage and performance considerations are mentioned throughout the document.

http://msdn.microsoft.com/library/en-us/dnnetcomp/html/wnf_pkttaskvision.asp

10.2. 建立基于微软.net精简框架的进程管理器

In this article, learn how to marshal structures as byte arrays.

http://msdn.microsoft.com/library/en-us/dnnetcomp/html/ProcessManager.asp

10.3. 使用微软.net精简框架开发移动游戏

Learn how to create .NET Compact Framework-based games. Learn the key requirements for writing games targeting small devices and see that the .NET Compact Framework can handle them with ease. Include advanced performance-tuning techniques that you can use to push the limits of your game.

http://msdn.microsoft.com/library/en-us/dnnetcomp/html/netcfgaming.asp

10.4. 制作一个微软.net精简框架的DateTimePicker控件

Learn how to use a managed DateTimePicker class in your Pocket PC projects. The .net精简框架 provides managed classes for most controls but the DateTimePicker class is not supported. Wrapper classes that P/Invoke the native control can be found on the Web, but this sample provides a purely managed DateTimePicker class that you can use in your Pocket PC projects. The class and sample application are provided in C# and Visual Basic .NET.

http://msdn.microsoft.com/library/en-us/dnnetcomp/html/netcfdatetimepicker.asp

10.5. 写一个捕捉Pocket PC签名的程序.

This article discusses the Pocket PC Signature sample application. The sample includes a client that runs on the Pocket PC that sends signature data over TCP sockets to a server that is running on the desktop. Data is encrypted and decrypted using the cryptography services.

http://msdn.microsoft.com/library/en-us/dnnetcomp/html/PPCSignatureApp.asp

10.6. 有没有非微软的网站提供在.net精简框架上开发应用的信息?See the "Related Sites" section of the MSDN Mobile and Embedded Developer Center:http://msdn.microsoft.com/mobility/Community/related/default.aspx

Top of Page

11. 连通性

11.1. 为什么不同通过ActiveSync把程序部署到Windows CE的设备上?

Symptom: When a Windows CE device is connected through ActiveSync, deployment and debugging (F5 and Ctrl-F5) fail with the typical error message "There were deployment errors. Continue?"

Cause: Due to the fact that ActiveSync 3.5 and 3.6 do not provide accurate information about the device instruction set, ConMan (Visual Studio .NET 2003 component for device connectivity) cannot use the information returned by ActiveSync to map a Windows CE device to the right .NET Compact Framework target (MIPSII, ARMV4 etc).

Workaround: Install and run the separately provided Windows CE Configuration Add-In. For ARMV4 devices, an alternative is to select Pocket PC Device at the beginning of the deployment.

11.2. 为什么不能通过ActiveSync调试 CEPC 或其他 x86 的Windows CE设备?

Symptom: After running the Windows CE Device Configuration Add-In, the user can deploy without debugging (Ctrl-F5) to an ActiveSync connected CEPC (or any x86 based Windows CE device) but cannot debug (F5). Non-x86 based Windows CE devices do not have this problem.

Cause: Debugging Windows CE Emulators (also x86 based) uses a TCP port that conflicts with the one used by ActiveSync for debugging x86 based devices. To support Emulator debugging, it is necessary to disable debugging for CEPC and other x86 devices by default.

Workaround: The following workaround will allow debugging of x86 devices but disable debugging with the Windows CE Emulator. The workaround requires the files WinCEx86Device.reg, and ProxyPorts.reg which can be found in the SDK utilities directory: "<VSROOT>\CompactFrameworkSDK\WinCE Utilities\WinCE Proxy Ports Reg".

If you do not have these files they can be downloaded from the following link:

http://www.microsoft.com/downloads/details.aspx?FamilyID=7ec99ca6-2095-4086-b0cc-7c6c39b28762&DisplayLang=en#filelist

Import WinCEx86Device.reg to the registry. Now you will be able to debug x86 devices, but debugging with the Windows CE Emulator will fail.

To restore Emulator debugging, remove the registry key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows CE Services\ProxyPorts" and then import ProxyPorts.reg.

第一页    上一页    第75页/共78页    下一页    最后页
第01页 第02页 第03页 第04页 第05页 第06页 第07页 第08页 第09页 第10页 
第11页 第12页 第13页 第14页 第15页 第16页 第17页 第18页 第19页 第20页 
第21页 第22页 第23页 第24页 第25页 第26页 第27页 第28页 第29页 第30页 
第31页 第32页 第33页 第34页 第35页 第36页 第37页 第38页 第39页 第40页 
第41页 第42页 第43页 第44页 第45页 第46页 第47页 第48页 第49页 第50页 
第51页 第52页 第53页 第54页 第55页 第56页 第57页 第58页 第59页 第60页 
第61页 第62页 第63页 第64页 第65页 第66页 第67页 第68页 第69页 第70页 
第71页 第72页 第73页 第74页 第75页 第76页 第77页 第78页 
 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
© 2005- 王朝网络 版权所有