web 2.1

Remove PrecompiledApp.config

The Sitecore 5.2.0.1 package contains a file called PrecompiledApp.config, located in the root-folder. Because of this little nasty bugger, you receive this Server Error if you try to add your own class to the solution:

 

Server Error in '/' Application.


The directory '/App_Code/' is not allowed because the application is precompiled.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

medium_app_data_error
(Click image to zoom)


I tried all sorts of things to fix it, but ended up contacting Runi from Sitecore. He replied that I should hust remove the PrecompiledApp.config file - and voila! it worked...

Tags:

Categories: .net | Sitecore

Sitecore Database Installer for .Net 2.0 (Enhanced)

Introducing Sitecore Database Installer (enhanced version).

We've experienced some problems with the DatabaseInstaller provided by Sitecore, so to save us some time I decided to develop my own...
medium_dbinstaller_big
Requirements:
  • .Net framework 2.0 (!!!)
  • SQL server 2005
  • Sitecore 5.2.0.1

The application is compiled on these specs - and not tested on anything else... Feel free to download and use it.

If you have any requests or find bugs, feel free to post a request - I'll see if I can find the time the add/fix it...

NOTE: this application is highly inspired by the original Sitecore database installer... I have created an application which does the exact same job, and have just added some features and fixed some bugs.

And off course: THIS SOFTWARE AND THE ACCOMPANYING FILES ARE SUPPLIED "AS IS", WITHOUT ANY WARRANTIES WHATSOEVER WHETHER EXPRESSED OR IMPLIED.... yada yada yada...

Download the file here: Sitecore Database Installer for .Net 2.0 (Enhanced) (177.86 kb)

Tags:

Categories: Sitecore

DbBrowser...

I recently found a hidden feature in the new Sitecore Client. It seems to be a development feature, and is pretty much undocumented (as far as i know).


Log in to the Sitecore Client, and navigate to http://www.yourdomain.com/sitecore/admin/dbbrowser.aspx
Voila...

Tags:

Categories: Sitecore

Introduction

Hi everyone.


This is the first post on my blog on Sitecore Development. Most blogs about Sitecore is from the Sitecore team, and I thought it was time to share some of my experiences - from a Sitecore Partner Developer point of view...


I've just started planning a large application using the coming version of Sitecore for .Net 2.0. I'll try to keep this blog updated with what ever comes up during development.


Happy reading :o)
Anders

Tags:

Categories: