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

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

RTM = 1.0.2268.0

SP1 = 1.0.3111.0

SP2 Recall = 1.0.3226.0

SP2 Beta = 1.0.3227.0

SP2 Final = 1.0.3316.0

To determine the version programmatically you can use System.Environment.Version.ToString().

1.27. How do I copy files to the emulator?

One approach would be to create a file share on your development PC, and then connect to that share via File Explorer in the emulator. You may then copy and paste the files from the share to the emulator's local file system. Another approach would be to add the file(s) to a smart device project and set their Build Action(s) property to "Content". See the Visual Studio .NET online documentation for more information on "File Properties":

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbconfileproperties.asp

Step by step instructions for adding a "Content" file to a smart device project:

Open or create a smart device project,

On the View menu, click Solution Explorer,

In Solution Explorer, right-click on your project, point to Add, and click Add Existing Item. Browse to and add the desired file to the project.

Right-click on the file that you added, in solution explorer, and click Properties,

Set the Build Action property to "Content", if it is not already set. 1.28. Why does installation of the PocketPC 2002 SDK fail?

Symptom: The Pocket PC 2002 SDK installer hangs while "registering components."

Cause: An unregestered component causes the installation to hang while attempting to run the emulator.

Workaround: From a console window prompt:

cd \WINNT\system32

regsvr32 atl.dll

1.29. How do I debug a Web service consumed by a Smart Device application?

You need to attach the debugger to the ASP.NET worker process.

Refer to the following link for more information:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vxtskdebugginganaspdeployedwebapplication.asp

1.30. What is the footprint of the .NET Compact Framework?

.NET Compact Framework storage size:

1.55MB (ROM) on Pocket PC 2000/2002

1.35MB (ROM) on Windows Mobile for Pocket PC 2003 or Windows CE .NET Devices Running RAM requirements:

.5 MB+ (depends on application) Typical application sizes:

5 - 100 KB 1.31. How do I include imgdecmp.dll in an emulator image?

You must ask the OEM to include it in the device's image. If you are the OEM and you are using Platform Builder 4.2, then including the OS Dependencies for the .NET item automatically causes imgdecmp.dll to be part of the emulator image - if that is not working then refer to cesysgen.bat. Another method is to set the environment variable "__SYSGEN_IMGDECMP=1" to explicitly force the DLL into the image.

1.32. How do I programmatically replace Assemblies in the Global Assembly Cache (GAC)?

One can install and remove Assemblies directly to and from the GAC by programmatically launching cgacutil.

Remove assemblies from the GAC using the -u option

Install assemblies to the GAC using the -i option It is typically safest to remove the Assembly before reinstalling it.

1.33. How can I display Pocket PC applications on my desktop or laptop without needing any device side configuration?

Download the ActiveSync Remote Display from Windows Mobile Developer Power Toys:

http://www.microsoft.com/downloads/details.aspx?FamilyId=74473FD6-1DCC-47AA-AB28-6A2B006EDFE9&displaylang=en

1.34. How can I allow Activesync to connect to an Emulator session from Visual Studio .NET 2003?

See the entry titled "11.17. How can I allow Activesync to connect to an Emulator session from Visual Studio .NET 2003?" of this FAQ.

1.35. How can I copy files to the device currently connected to desktop ActiveSync?

See the entry titled "11.18. How can I copy files to the device currently connected to desktop ActiveSync?" of this FAQ.

1.36. How can I stress test user input?

Download Hopper from Windows Mobile Developer Power Toys:

http://www.microsoft.com/downloads/details.aspx?FamilyId=74473FD6-1DCC-47AA-AB28-6A2B006EDFE9&displaylang=en

1.37. Where can I get a UI version of the Platform Builder Target Control Window?

Download JShell from Windows Mobile Developer Power Toys:

http://www.microsoft.com/downloads/details.aspx?FamilyId=74473FD6-1DCC-47AA-AB28-6A2B006EDFE9&displaylang=en

1.38. Where can I get a Command shell for Pocket PC 2003 devices?

Download PPC Command Shell from Windows Mobile Developer Power Toys:

http://www.microsoft.com/downloads/details.aspx?FamilyId=74473FD6-1DCC-47AA-AB28-6A2B006EDFE9&displaylang=en

1.39. How can I get detailed information about currently running processes?

Download RAPI Debug from Windows Mobile Developer Power Toys:

http://www.microsoft.com/downloads/details.aspx?FamilyId=74473FD6-1DCC-47AA-AB28-6A2B006EDFE9&displaylang=en

1.40. How can I remotely start an application on a Pocket PC from my desktop?

Download RAPI Start from Windows Mobile Developer Power Toys:

http://www.microsoft.com/downloads/details.aspx?FamilyId=74473FD6-1DCC-47AA-AB28-6A2B006EDFE9&displaylang=en

1.41. Why can't I load different assemblies with the same name?

This is by design. You must either change the names of the DLLs, or if the DLLs are strong named, place them in the GAC and use Assembly.Load with a full strong name.

第一页    上一页    第46页/共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- 王朝网络 版权所有