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...

-
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 needed to run a certain code only when the browser was IE. So I needed a way to check for browser, and here is the line of code: if (str...
-
I have been working with this solution I have 4 projects: - Project to hold the xaml files - Project to hold the first level library (cont...
No comments:
Post a Comment