开发者

Is it possible to create a standalone Windows Silverlight Embedded Application for CE 6.0 R3?

We are investigating using Silverlight as our UI creator. We can get a subproject running from the Platform builder but would like to pull this code to a standalone VS project. I have an SDK built from Platform builder with Silverlight added in. Currently I am getting unresolved external symbol errors in the project build against this SDK.

Error 1 error LNK2019: unresolved external symbol GetXRApplicationInstance referenced in function WinMain SilverlightTestApp.obj SilverlightTestApp

Error 2 error LNK2019: unresolved external symbol XamlRuntimeInitialize referenced in function WinMain SilverlightTestApp.obj SilverlightTestApp

The library files where XamlRuntime.lib and uuid.lib are located have been included.

Any help would be greatly appreciated as I feel like I am running up against a brick wall currently.

Edit: The Silverlight runtime that comes with CE6R3 only supports Silverlight 2 functionality. 开发者_Python百科That means you can use either Blend 2 or Blend 3 but you will have to create a Silverlight 2 project. You can use either VS2005 or VS2008 to create your application as long as you use the correct SDK and target the right device. HOWEVER, you will not be able to use WEST since these tools specifically target the Silverlight runtime that comes with CE7 (essentially Silverlight 3). Also you can NOT use the VS2008 project template for silverlight for embedded that installs with WEST and CE7. The code that this template generates is not compatible with CE6R3.

So I am not able to use the page below because it is based off of WEST and we are using the CE 6.0R3


Follow this tutorial and it should work, probably you haven't converted well the Blend project into a Visual Studio one:

http://blogs.msdn.com/b/silverlightforwindowsembedded/archive/2010/07/19/first-silverlight-for-windows-embedded-application.aspx

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜