主机不支持.Net Framework v4

发布于 2025-01-05 08:56:30 字数 261 浏览 0 评论 0原文

我使用 silverlight 和 .Net Framework v4 开发了一个小型应用程序,该应用程序在内部托管。现在我被要求将其部署到我公司的网络主机上。我发现网络主机 (NetworkSolutions.com) 不支持 v4! ..

我该如何解决这个问题? ..我的意思是有没有办法使用v2来代替..我希望这会严重破坏我的代码..(假设我也在使用RIA服务(wcf))

这可能是一个菜鸟问题,但我很抱歉我我对网络托管没有那么丰富的经验。我一直在内部托管我的应用程序。

I have developed a small application using silverlight with .Net framework v4 which was hosted internally. Now I was asked to deploy it to the web host of my company. I found that the web host (NetworkSolutions.com) doesn't support v4! ..

How can I go about solving this issue? .. i mean is there a way to use v2 instead .. i expect this will break my code badly.. (given that I'm also using RIA services (wcf))

It can be a noob question but i'm sorry i'm not that experienced with web hosting. I have always hosted my applications internally.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

忆伤 2025-01-12 08:56:30

嗯,WCF 是在 .NET 3.5 中出现的 - 因此,如果它们支持 3.5,您可能不需要进行太多更改。我建议您:

  • 检查托管公司是否支持 .NET 3.5
  • 将项目的目标更改为 .NET 3.5
  • 在本地修复所有错误 - 如果您没有使用太多,希望不会太多。 NET 4 功能
  • 部署到托管公司

Well, WCF came in .NET 3.5 - so if they support 3.5 you may not need to change very much. I suggest you:

  • Check that the hosting company supports .NET 3.5
  • Change the target of your project to .NET 3.5
  • Fix up any errors locally - hopefully not too many, if you're not using too many .NET 4 features
  • Deploy to the hosting company
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文