Archive for Juni, 2011

Deploy MVC 3 App whitout server side MVC3 installation

Montag, Juni 13th, 2011

… set the following dll´s to copy local:

  • System.Web.Helpers.dll
  • System.Web.Mvc.dll
  • System.Web.WebPages.dll

and add the following Assemblies to your deployment target folder

  • Microsoft.Web.Infrastructure.dll
  • System.Web.Razor.dll
  • System.Web.WebPages.Deployment.dll
  • System.Web.WebPages.Razor.dll

Thats all,

Have Fun

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly ‘System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35′ or one of its dependencies. The system cannot find the file specified.


add assembly=”System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35″

Share and Enjoy:
  • Print
  • Facebook
  • Twitter
  • Google Bookmarks
  • Live
  • PDF

Increase the Speed of your Visual Studio 2010 working on XAML

Sonntag, Juni 12th, 2011

If you are working with Blend as your Design tool you should disable the XAML rendering in Visual Studio.

How should you do this:

Open a WPF project in Visual studio

  1. Right click a XAML File
  2. Click on “open with…”
  3. Set the “Source Code (Text) Editor” as Default program
Open with screen

Open with screen

Be Happy because the waste of time looking to your Visual Studio because it’s rendering the view is over.

 

Share and Enjoy:
  • Print
  • Facebook
  • Twitter
  • Google Bookmarks
  • Live
  • PDF