Tagged Questions

2
votes
6answers
1k views

aspnet_compiler ASPParse Could Not Load Type

I am unable to build my Web Application (not Web Site) in our build environement. We use DMAKE in our build environment (this unfortunately is non negotiable, therefore using MSBUILD is not permitted …
0
votes
2answers
30 views

How can I get aspnet compiler to handle a page that contains an include file

I have a web application that lands on a shared hosting platform for my company. That platform has global header/footer code that all applications on the platform consume using include files. I …
1
vote
1answer
639 views

Unable to publish using msbuild or aspnet_compiler using cc.net

I am trying to automate publishing a project having many solutions in cc.net. I am using msbuild which in turn calls a aspnetcompiler xml file. Problem is my directory contains many solutions and when …
0
votes
2answers
61 views

How to use aspnet_compiler.

Hi, Afterlooking at this [post][1], I thought that I would give it a go. So, in my Post Build Event, I've put... C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_compiler -v / -p …
0
votes
0answers
18 views

ASP.global_asax is missing from compiled Assembly

I am using aspnet___compiler.exe to compile my asp.net 3.5SP1 websites, then aspnet_merge.exe to merge the assemblies into a single one. The assembly is then uploaded to the production server. This …
0
votes
2answers
239 views

aspnet_compiler fails when using App_Browsers folder with Web Deployment Project

Hi When Compiling my Web Deployment Project which references a Asp.Net project with a App_Browsers folder I get the following compilation error: …
1
vote
1answer
559 views

Trying to Build and Publish Asp.net website from command line using aspnet_compiler

I am trying this. I have built asp.net website. When I publish to IIS through VS2008 it works fine. Lets say my site is at c:\projects\Website1\ I want to publish it to c:\Inetpub\wwwroot\WebsiteOne …
0
votes
0answers
63 views

Generating Pdb files for ASP.NET Website using AspNet_Compiler.exe without Debuggable Attribute on assemblies

Hello..Masters of Asp.Net, I'm trying to generate PDB files for an ASP.NET(v2.0) Website. I'm using Aspnet_Compiler.exe and passing "-d" option to generate the PDB files. But when I inspected the …
0
votes
2answers
128 views

aspnet_compiler won’t compile c# code placed under web application directory

I’ve been using mouse right click in Visual Studio to publish sites for ages and everything worked great except there’s been too much manual works. Recently I changed to using build script to call …
0
votes
1answer
153 views

Can you precompile and merge part of an ASP.NET website and then continue development?

A big part of the web site is precompiled and merged, since it's almost never going to change. The precompiled bits can be replaced in case of updates to the original. I want to continue development …
0
votes
3answers
905 views

Circular file references not allowed

Hi, I am having a problem in building my solution in VS2008. Normally, it compiles fine in the environment. Sometimes, it fails with: /xxx_WEB/secure/CMSManagedTargetPage.aspx(1): error ASPPARSE: …
0
votes
0answers
59 views

aspnet_compiler shows warnings for “The ‘AddressOf’ expression has no effect…”

Hello, I am using the aspnet_compiler to pre-compile my asp.net web application VB.NET project with the following command line: aspnet_compiler.exe -f -fixednames -p C:\myfolder\myproject\WebApp …
0
votes
2answers
31 views

aspnet_compiler can not see my class

Hello, I have a web application project, which compiles fine using VS2008. However each time, I try to compile it with aspnet_compiler it fails and is not able to see my class, which I have placed in …
0
votes
1answer
135 views

aspnet_compiler and msbuild.exe question

Hello, I am pretty new to msbuild and aspnet_compiler. I am using aspnet_compiler to compile web application project. Now I just saw the MSBuild.exe and noticed that its builds my website into the …
0
votes
2answers
86 views

Error running aspnet_compiler on websites user controls

My builds and runs fine in Visual Studio, however when I run a Nant task to compile the website, it gives me an error: [path]\ContactView.ascx error CS0117: 'System.Web.UI.Usercontrol' does not …

1 2 next
15 30 50 per page