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:
Posts (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...

-
Found this solution at the MSDN KB (KB2608523). Create a batch file with the following contents, or just run one line at a time on your co...
-
I am trying to find out what is going on. I am in VS2012 and getting this error message on a simple assignment. At least on the surface...
-
In Windows, if you choose to share a printer, you can from another machine just navigate and right-click and select "Connect" ...