在这里可以讨论所有关于Windows Mobile开发的话题,无论是.NET Compact Framework还是C++,无论是SQL Mobile还是Mobile Software Factory。而我唯一的期望就是,大家在问问题的同时,也将自己的经验在这里分享。
我在使用"Create Disconnected Service Agent"向导创建"Disconnected Service Agent"时出现"Recipe framework error"的错误,错误信息如下:
Microsoft.Practices.RecipeFramework.ValueProviderException: An exception occurred during the binding of reference or execution of recipe CreateDisconnectedServiceAgent. Error was: An error happened while calling the value provider or evaluating the default value of argument ProxyType..
You can remove the reference to this recipe through the Guidance Package Manager. ---> System.InvalidOperationException: Type WindowsMobileTest.WindowsMobileWeb.Service1 from file D:\My Documents\Visual Studio 2005\Projects\c#\WindowsMobileTest\WindowsMobileTest\Web References\WindowsMobileWeb\Reference.cs has not been compiled yet. Recompile project and retry.
在 Microsoft.Practices.Mobile.SoftwareFactory.DteConverter.ToType(CodeClass codeClass)
在 Microsoft.Practices.Mobile.SoftwareFactory.DteConverter.ToType(FileCodeModel codeModel)
在 Microsoft.Practices.Mobile.SoftwareFactory.DteConverter.ToType(ProjectItem item)
在 Microsoft.Practices.Mobile.SoftwareFactory.DisconnectedAgent.ProxyTypeValueProvider.OnBeginRecipe(Object currentValue, Object& newValue)
在 Microsoft.Practices.RecipeFramework.Recipe.CallProviders(IDictionary providers, IDictionaryService readonlyArguments, IDictionaryService arguments, Boolean isBefore)
--- 内部异常堆栈跟踪的结尾 ---
在 Microsoft.Practices.RecipeFramework.Recipe.CallProviders(IDictionary providers, IDictionaryService readonlyArguments, IDictionaryService arguments, Boolean isBefore)
在 Microsoft.Practices.RecipeFramework.Recipe.Execute(Boolean allowSuspend)
在 Microsoft.Practices.RecipeFramework.GuidancePackage.Execute(String recipe, IAssetReference reference, IDictionary arguments)
在 Microsoft.Practices.RecipeFramework.GuidancePackage.Execute(IAssetReference reference)
在 Microsoft.Practices.RecipeFramework.RecipeReference.OnExecute()
在 Microsoft.Practices.RecipeFramework.AssetReference.Execute()
在 Microsoft.Practices.RecipeFramework.VisualStudio.RecipeMenuCommand.OnExec()
在 Microsoft.Practices.RecipeFramework.VisualStudio.AssetMenuCommand.Invoke()
无法使用"Create Disconnected Service Agent"向导创建"Disconnected Service Agent"了,怎么办呀?
