AWS 控制台应用程序在云上运行时抛出错误
我在云 EC2 上运行在 VS2010 中创建的 AWS 控制台应用程序时遇到了一些问题。
当在我的桌面上运行时,它没有出现任何问题,但是,当移动到云时,它抛出一个错误,指出找不到 AWSSDK.dll。
我更改了引用的路径,以便它模仿云上的文件夹结构,但这不起作用。
我尝试将 dll 的另一个副本放入应用程序文件夹中并希望出现奇迹,但这也不起作用。
我尝试的最后一件事是使用 AssemblyResolve 手动加载 dll,但这也不起作用。
谢谢,卡塔林
I'm having a bit of a problem running an AWS Console Application created in VS2010, on the cloud, on the EC2.
When ran on my desktop, it poses no problems, but, when moved to the cloud, it thrown an error saying that it cannot find the AWSSDK.dll.
I changed the path of the references, so that it would mimic the folder structure on the cloud, but that didn't work.
I tried to put another copy of the dll in the application folder and hoped for a miracle, but that didn't work either.
The last thing I tried was to load the dll manually with the AssemblyResolve, but that didn't work either.
Thanks, Catalin
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以访问这里
http://aws.amazon.com/sdkfornet/
坚持代码示例的风格
我之前尝试过并且成功=D
you may visit here
http://aws.amazon.com/sdkfornet/
stick with the style of the code sample
i was tried previously and success =D