There is no build provider registered for the extension ‘.cshtml’
Posted On Monday, February 4, 2013 By Techreceipe.com. Under Visual Studio 2010
I was trying to convert a MVC.Net from MVC. 3.0 to MVC. 4.0 . During the conversion process I faced the error
There is no build provider registered for the extension '.cshtml'. You can register one in the <compilation><buildProviders> section in the machine.config or web.config. Make sure is has a BuildProviderAppliesToAttribute ...
No Comments
Get your free HTML5 exam voucher
Posted On Thursday, November 8, 2012 By Techreceipe.com. Under Javascript, Microsoft Tags: free HTML5 exam voucher
Get ahead of your competition: Earn your MCSD certifications and start developing Windows 8 web and Windows store apps.
We’ll get you started with our “Programming in HTML5 with JavaScript and CSS3” course and exam.
It’s all FREE: Register for the free online course, and receive a free exam voucher (Exam 70-480) ...
4 Comments
Team Foundation Service
Posted On Friday, November 2, 2012 By Techreceipe.com. Under Microsoft Tags: Team Foundation Service
It's available now. It's Team Foundation Service, a new way for teams who care about rapid software delivery to plan and manage projects. And for teams up to 5 developers, it's free.Writing code is fun, but managing development can be complicated. Do you keep your code under version control? Where ...
No Comments
Hide/Show ASP.Net Panel Control using Jquery
Posted On Tuesday, October 23, 2012 By Techreceipe.com. Under Asp.Net, Javascript Tags: javascript, Jquery, Panel
This code snippet explains the method of Hide/Show an ASP.net Panel Control using Jquery.
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="DivShow.aspx.vb" Inherits="DivShow" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$("#pnlSample").hide();
});
$("input").live("click", ...
No Comments
Create Zip Files Using DotNetZip Library in .NET – 2
Posted On Thursday, October 18, 2012 By Techreceipe.com. Under Asp.Net, Microsoft, Visual Studio Tags: .NET, CodePlex.com, DotNetZip, DotNetZip Library
When we create the zip file with the code
1
...
No Comments
Active desktop recovery
Posted On Friday, October 12, 2012 By Techreceipe.com. Under Microsoft, Tools Tags: Active desktop recovery, Microsoft, WinXP
I was facing the problem with my office XP system, and read so many link to fix the issue.
Finally this answer fixed the issue.
And the fix is
1.Go to Run, type regedit and hit enter
2.Go here HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Desktop\SafeMode\Components
3.Select the value DeskHtmlVersion
4.Select the Decimal radial button
5.Change the value of 272 to 0
6.Most ...
No Comments
Create Zip Files Using DotNetZip Library in .NET – 1
Posted On Thursday, October 11, 2012 By Techreceipe.com. Under Asp.Net, Visual Studio, Visual Studio 2010 Tags: .NET, CodePlex.com, DotNetZip, DotNetZip Library
The newly released .NET Framework 4.5 contains classes to compress and decompress files using .NET.
This article explains the samples for compressing and decompressing the files using DotNetZip Library.
DotNetZip Library is avaliable under Microsoft Public License (Ms-PL).
Download the DotNetZip Library from CodePlex.Com
Extract the contents of the files. And the Folder contents ...
No Comments
Portable Applications for windows
Posted On Friday, September 14, 2012 By Techreceipe.com. Under Tools Tags: App-Stick.com, PendriveApps.com, Portable, Portable Freeware.com, PortableApp.Com
List of websites where you can download portable applications for windows.
App-Stick.com - List Downloadable portable application collection
PendriveApps.com - Contains independently reviewed and categorized Free Portable Software, Portable Freeware, and Open Source Portable Applications that can be stored and run directly from a USB Flash Drive.
Portable Freeware.com - Portable freeware collections.
PortableApp.Com ...
No Comments
Video Controls for ASP.NET Pages
Posted On Thursday, September 13, 2012 By Techreceipe.com. Under Asp.Net Tags: asp.net, ASP.NET Embedded Video Player, ComponentOne HTML5, flowplayer, jplayer, msdn, Sublimevideo, video player, video player for asp.net
Videos plays major part in web sites. And if you are running a website that uses ASP.Net and the customer ask you to play video files, then you have these options.
There are several ASP.Net Media player control available in the market. We have listed few of them.
ASPNetVideo - Paid video ...
2 Comments

