First time at my blog? Check out the table of contents! x
posted on Tuesday, June 08, 2010 6:44 AM |

Many of you use Subversion as your version control system. I’ve been working on setting up a copy of svnquery, which is basically a search engine for your repository. If you download the compiled version, you may run into this particular ASP.NET error:

The file '/svnquery/Query.aspx' has not been pre-compiled, and cannot be requested.

After trying many many things to solve this problem, I finally figured out that the compiled version that you download from the project website is compiled as 32-bit. And when you try to run it on 64-bit Windows Server 2008, you will run into this problem.

If you have admin access to the web server, then the easiest solution is to turn on 32-bit compatibility mode. This is done by opening up a command prompt and running this command:

%windir%\system32\inetsrv\appcmd set config -section:applicationPools -applicationPoolDefaults.enable32BitAppOnWin64:true

Enabling 32-bit mode allows worker processes to run in 32-bit or 64-bit mode independent of each other on the same server.

 

Technorati Tags: ,,,
Comments Leave Yours... No comments posted yet.

Post Your Comment

Title
Required
Name
Required
Email
Optional
Url
Optional
Comment  
Please add 8 and 7 and type the answer here:

Who Is Rafe

rafe

Rafe Kemmis

I am an audacious web developer with a double bachelor of science in Computer Science and Mathematics. I specialize in Microsoft ASP.Net, Silverlight, and Adobe ActionScript.

Questions?

Always a thoughtful response. You may post your question on an article, or contact me directly.

Hire Me.

I provide custom solutions to complex problems. I can help your business no matter how large or small.

Contact me now.

Subscribe