- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
是否可以在 Azure 上使用 Code Numerics 仅进行标准差等计算,而不使用其分布式功能并绕过 HPC?我正在使用一些强大的数学和图表来测试 MVC Web 角色,我添加了对 Cloud Numerics 程序集的引用,整个过程在模拟器中运行(只是一些计算,没有分布式的东西),但是当我部署到 Azure 时,它报告了与 Cloud 的依赖关系问题数字dll?我真的很感激一些建议。 (我知道最好使用一些标准数学库,但我真的需要知道这种方式是否可行)。我最初认为这可能是架构问题:整个项目是 AnyCpu(它只能是 AnyCpu 或 x64,因为 Azure 只允许这两个配置)并且一些 CLoud Numerics 库是为 x64 编译的。但我的开发机器是 x64 win 7,我重复一遍:它可以在模拟器中运行,但不能在云中运行。
以下是异常详细信息:
Could not load file or assembly 'Microsoft.Numerics.DistributedDenseArrays.DLL' or one of its dependencies. The specified module could not be found.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Numerics.DistributedDenseArrays.DLL' or one of its dependencies. The specified module could not be found.
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:
[FileNotFoundException: Could not load file or assembly 'Microsoft.Numerics.DistributedDenseArrays.DLL' or one of its dependencies. The specified module could not be found.]
System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) +0
System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection, Boolean suppressSecurityChecks) +567
System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +192
System.Reflection.Assembly.Load(String assemblyString) +35
System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +123
[ConfigurationErrorsException: Could not load file or assembly 'Microsoft.Numerics.DistributedDenseArrays.DLL' or one of its dependencies. The specified module could not be found.]
System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +11567856
System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory() +485
System.Web.Configuration.AssemblyInfo.get_AssemblyInternal() +79
System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +337
System.Web.Compilation.BuildManager.CallPreStartInitMethods() +280
System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException) +1167
[HttpException (0x80004005): Could not load file or assembly 'Microsoft.Numerics.DistributedDenseArrays.DLL' or one of its dependencies. The specified module could not be found.]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +11700592
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +141
System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +4868789
所提到的 dll Microsoft.Numerics.DistributedDenseArrays 自然地作为副本包含在内,始终与依赖项遍历工具中所述的其他依赖项一起包含在内。
最佳答案
如果我偶然发现此类问题,我的第一个检查是引用的库是否具有属性 copy local = true。下一步是实现配置诊断如果您仅部署到一个实例进行开发和测试,则可以使用 RDP 来检查事件日志。
阅读Introducing Microsoft Codename “Cloud Numerics” from SQL Azure Labs在先决条件一章中 Microsoft Visual C++ 2010 SP1 Redistributable Package (x64)是需要的。这不是在 Windows Azure 提供的基本 VM 上标准实现的。该软件包可以通过启动任务安装在您的实例上。确保 msi 以静默模式启动(无需用户交互)。
米歇尔
关于asp.net-mvc - 是否可以在 Azure 上部署 WebRole,并使用 Cloud Numerics 进行计算?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10511298/
我是一名优秀的程序员,十分优秀!