问题描述
我刚下载了最新的VS 2012,并渴望测试AppFabric + WF服务中的新版本功能。
但是,当我从VS 2012创建一个小测试应用程序并尝试在配置了原始持久性存储的IIS中运行它时,我得到以下异常:
SqlWorkflowInstanceStore的数据库版本为"4.0.0.0"。无法对此数据库版本运行InstancePersistenceCommand'System.Activities.DurableInstancing.CreateWorkflowOwnerWithIdentityCommand'。请将数据库升级到'4.5.0.0'。
相当自我解释,严谨!?问题是我无法在网上找到任何关于将数据库升级到4.5的资源。
b
我看到App Fabric 1.1在3月份升级了,但似乎没有安装时有什么不同。
有脚本/向导可以运行吗?它刚刚到来吗?
谢谢,
Patrick
Hi,
I have just downloaded the latest VS 2012 and was eager to test the new versioning features in AppFabric + WF services.
However, when I create a small test app from VS 2012 and try to run it in IIS configured with my original persistence store, I get the following exception:
The SqlWorkflowInstanceStore has a database version of '4.0.0.0'. InstancePersistenceCommand 'System.Activities.DurableInstancing.CreateWorkflowOwnerWithIdentityCommand' cannot be run against this database version. Please upgrade the database to '4.5.0.0'.
Pretty self explanatory, rigth!? The problem is I am unable to find any resource online about upgrading the database to 4.5.
I saw that App Fabric 1.1 was upgraded back in March but doesn't seem to make any difference when I install this.
Is there a script/wizard to be run? Is it just coming later?
Thanks,
Patrick
推荐答案
谢谢,
这篇关于AppFabric WFS - 将WorkflowPersistenceInstanceStore数据库升级到4.5的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!