Ext# – Overview
Error – “The view found at ‘~/Views/Home/Index.aspx’ was not created” in ASP.NET MVC 3 Preview 1
Yesterday, I was experimenting with ASP.NET MVC 3 Preview 1 and came across a situation, where ASP.NET build manager throws an exception that it could not create the requested view. It does not say – WHY!
This problem does not occur in ASP.NET MVC 2.0 & ASP.NET 4.0 combination. Logically, the GetCompiledType method is doing what it is intended to do – return the compiled type of a page if it is really a compiled/compilable type. But there is some fault in the logic in the upper levels – where the returned result is used to create the view instance. It should also be able to create a non-compiled view – as in the ASP.NET MVC 2.
How to trust server SSL within a .NET program
Sometimes, you might need to communicate with a web server over a secure channel. The web server needs to host its service using an SSL certificate. When you communicate with such a server, from a .NET program, you sometimes face a trust failure problem. I will show you a way to bypass this certificate validation when accessing a server over SSL.
CalloSmart shares its knowledge base
CalloSmart starts sharing its knowledge base with users over the Internet. Posts will be posted once a week, to start with, on the Microsoft .NET and PHP platforms.
Soon, more platforms will be made available based on the user response. Happy Programming!






















