AWS 控制台应用程序在云上运行时抛出错误

发布于 2024-10-02 20:57:49 字数 277 浏览 2 评论 0原文

我在云 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

℉絮湮 2024-10-09 20:57:49

你可以访问这里
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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文