Link to home
Start Free TrialLog in
Avatar of acadenilla
acadenilla

asked on

ASPNet_Compiler Error

Hi

I am trying to use aspnet_compiler to to precompile my web application but encountered an error

Note: This is on the build server

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>aspnet_compiler -v / -p "D:\source
control\wrs\braveline.wrs.web" -f "d:\builds\wrs"
Utility to precompile an ASP.NET application
Copyright (C) Microsoft Corporation. All rights reserved.

/global.asax(1): error ASPPARSE: Could not load type 'Braveline.WRS.Web.Global'.

Error was shocking to me because i had ran the same thing on my local pc and everything worked fine with no errors.

In my machine i have both VS 2005 and VS 2008 installed while the build server only has the SDK installed. Could this be causing the error?

Regards

Allan
ASKER CERTIFIED SOLUTION
Avatar of m1gee
m1gee
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of acadenilla
acadenilla

ASKER

m1gee,

Thanks for the links. I was able to find the solution in one of them