Just had an strange issue.
User updated ASP.NET page that was created on Visual Studio 2008 to Visual Studio 2010. In the process the project got update to .NET 4.0.
One of the pages was inheriting from System.Web.Mobile, however when we hit this page we would get a message talking about the dll for the System.Web.Mobile was not found or one of its dependencies was not found.
I went inside the project and change it to .NET 3.5 and this fixed the issue.
Now if you need to do .NET 4.0, System.Web.Mobile has been deprecated, so you need to use MVC instead.
Subscribe to:
Post Comments (Atom)
Kitematic - Self Signed Certificate In Certificate Chain
Found this issue while behind a enterprise proxy. Proxy uses self signed certificate. Windows has the certificate as trusted, docker works f...

-
When you are behind a proxy that needs user name and password that you are not logged into. To get windows to show you what proxy it has: ...
-
Many hours later I find out what was going on with my TFS restore. I was trying to restore a TFS2013 backup into a TFS2015 system. I kep...
-
In Windows, if you choose to share a printer, you can from another machine just navigate and right-click and select "Connect" ...
No comments:
Post a Comment