小编Ric*_*kay的帖子

安装AppFabric后运行WCF工作流应用程序时出错

我已经安装了Windows Server AppFabric,现在我甚至无法运行最基本的WCF工作流服务应用程序.我已经完成了持久性存储,监视器和缓存的配置和设置数据库.

所以我把它剥离了,只是创建并运行了一个空的WCF工作流服务应用程序.当我单击Service1.xaml文件时,我收到以下错误.

我已经检查了数据库,我有dbowner访问所有这些(已经替换了我的真实登录详细信息).

我正在使用VS2010与.NET 4更新1.

'/'应用程序中的服务器错误.

无法打开登录请求的数据库"AppFabricPersistenceDB".登录失败.用户'mydomain\myusername'登录失败.描述:执行当前Web请求期间发生未处理的异常.请查看堆栈跟踪以获取有关错误及其源自代码的位置的更多信息.

细节

Exception Details: System.Data.SqlClient.SqlException: Cannot open database "AppFabricPersistenceDB" requested by the login. The login failed.
Login failed for user 'mydomain\myusername'.

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace: 


[SqlException (0x80131904): Cannot open database "AppFabricPersistenceDB" requested by the login. The login failed.
Login failed for …
Run Code Online (Sandbox Code Playgroud)

wcf workflow-foundation-4 appfabric

3
推荐指数
1
解决办法
2896
查看次数

标签 统计

appfabric ×1

wcf ×1

workflow-foundation-4 ×1