小编Mar*_*ter的帖子

无法在Azure网站中使用缓存

我正在尝试在我的Windows Azure网站上运行缓存.缓存是在我的一个Worker Roles上配置的.

我用这篇文章开始:http://www.windowsazure.com/en-us/develop/net/how-to-guides/cache/

最初,由于缺少程序集错误,我无法使Azure Cache Client dll正常工作.

Could not load file or assembly 'Microsoft.WindowsAzure.ServiceRuntime, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Could not load file or assembly 'msshrtmi, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Run Code Online (Sandbox Code Playgroud)

虽然我已经得到了这篇文章的帮助来解决这个问题:http://www.thedailyparker.com/PermaLink,guid,0be6425e-b509-4122-af01-7086ce2f811e.aspx

但接下来我遇到了SEHException,听起来像配置问题.虽然我不知道我错过了什么.例外细节:

[SEHException (0x80004005): External component has thrown an exception.]
   RdGetApplicationConfigurationSetting(UInt16* , UInt16** ) +0
   RoleEnvironmentGetConfigurationSettingValueW(UInt16* pszName, UInt16* pszDest, UInt32 cchDest, UInt32* …
Run Code Online (Sandbox Code Playgroud)

azure azure-web-sites azure-caching

6
推荐指数
1
解决办法
2561
查看次数

大规模ORM - 多个表上的事务

我一直在看Massive ORM.不要忘记,只是看,我还没有做任何编码.

我对保存数据事务的可能性感兴趣.我已经看到在一次交易中可以在同一张表中保存20行.但是当我想在单个交易中保存订单及​​其订单行时会发生什么?这可能吗,怎么样?

orm transactions massive

4
推荐指数
1
解决办法
1639
查看次数