admin

About CalloSmart


CalloSmart specializes in providing offshore software development outsourcing services to individuals and small/medium/large enterprises across the globe.

Our web-based services include web development, search engine optimization, web hosting, e-mail hostingdomains, SSL certificates and more.

Our Business Process Outsourcing services include Inbound Call Center, Outbound Call Center and Data Entry/digitization services.

Ext# – Overview

CategoryC#CategoryExtJSCategoryJavascriptCategoryScript#CategoryWeb DevelopmentCategoryCategoryCategoryCategoryCategoryCategory
I recently published Ext#, a Script# import library for Sencha ExtJS 3.3.1 framework. For those who are new to Script# – it is a compiler and framework developed and maintained by Nikhil Kothari. Using this framework, a developer can write JavaScript code in C# language in a cross-browser compatible manner. For those who are new [...]

Error – “The view found at ‘~/Views/Home/Index.aspx’ was not created” in ASP.NET MVC 3 Preview 1

CategoryASP.NETCategoryMVC 3CategoryWeb DevelopmentCategoryCategoryCategoryCategoryCategoryCategory

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

Category.NETCategoryCategoryCategoryCategory

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

CategoryUncategorized

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!