Latest Additions on aspnet

Unable to write to output file. Could not execute CVTRES.EXE

Posted 03 February 2012 - Category ASP.Net Sub Category Develop - Deployment

This has occured in a visual studio environment when trying to compile or run a website. It started happening for no apparent reason, some indicate anti virus software, but have never found a solution until now.

Work out lines of code in your visual studio solution

Posted 17 June 2011 - Category ASP.Net Sub Category Visual Studio

Quick way to work out the lines of code written in your visual studio solution using the search facility.

No files were found to look in. Find was stopped in progress error when doing find in visual studio

Posted 14 April 2010 - Category ASP.Net Sub Category Visual Studio

'No files were found to look in. Find was stopped in progress' can appear when doing a find in visual studio. This is a bug as the find in question should return results.

The virtual path '/UserControls/FormExtra.ascx' maps to another application, which is not allowed

Posted 29 March 2010 - Category ASP.Net Sub Category Page Interaction

This error occured when publishing a site but was working ok inside visual studio usage. The solution in this case is simple.

Stop decimal place pence from being entered into a currency entry using a RegularExpressionValidator

Posted 26 March 2010 - Category ASP.Net Sub Category Controls Validation

When entering a currency value this extra use of the RegularExpressionValidator stops the entry of a '.' and thus prevents pence form being entered.

Choose from the right hand menu to see full lists within subcategories