473,320 Members | 2,054 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

aspnet_compiler + dll

Ok, I have asp.net 2.0 site. I use VS2005.
My code use some .net dll which I have in bin folder and it work without
problem when I compile site by VS2005, but how I can add this dll file to
aspnet_compiler?

=================================================
aspnet_compiler -f -v /mysite C:\site\work -p c:\site\code -u -c
-errorstack
=================================================

and it told my
=================================================
c:\1\site\ps\petstore\LayoutParts\SessionWork.ascx .cs(11): error CS0246: The
typ
e or namespace name 'Business' could not be found (are you missing a using
direc
tive or an assembly reference?)
=================================================
where 'Business' it is namespace code from my dll (which in bin folder)
Looks like compiler didn't see this namespace.
1. How add this?
2. How I can see which params VS2005 use to build my project?
Mar 10 '07 #1
0 1230

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Gilles | last post by:
Hello, I am new to the group so please let me know if there is a better place to post this. I am trying to use aspnet_compiler to precompile a full web site and put the result into an MSI setup...
3
by: Sam777 | last post by:
Our global.asax file has the following line: <OBJECT ID="sInfo" RUNAT="Server" SCOPE="Session" CLASS="a.b.c.d"></OBJECT> This is referred to in other places in global.asax and other pages by just...
7
by: CuriousGeorge | last post by:
I'm using aspnet_compiler to precompile my web app for deployment. Currently it copies all subfolders from the asp.net projects source folder to my destination folder. I have some files I do not...
0
by: yousry | last post by:
Hi guys, I am trying to precompile a virtual directory that is located in a web site other than default web site. I do not know how to use Aspnet_compiler to precompile it. I tried to use the...
1
by: chris | last post by:
I am confused about the aspnet_compiler. I have a solution that contains a website, and other supporting assemblies such as business logic and the data layer. Before I actually run...
0
by: JJ Koran | last post by:
I am trying to compile a web site in place on a website other than the default web site on my production server. On the development server we have a web site installed on the default web site...
0
by: Bjørn Terje Svennes | last post by:
When compiling my web site with Visual Studio everything works fine. But when bulding on our build server using the aspnet compiler (aspnet_compiler.exe), I get the message "error ASPPARSE: Could...
3
by: George Ter-Saakov | last post by:
If I precompiled my project with aspnet_compiler do I need to have web.config on a server? Or all I need is just a BIN directory and aspx files as markers? George.
4
by: David Thielen | last post by:
Hi; I am building our asp.net app for release and we want to precompile the whole thing. A couple of questions. First off, what is the -v for? It looks like I can call it anything. Does that...
2
by: Brian McCullough | last post by:
Is aspnet_compiler.exe actually the tool used by the ASP.NET runtime to dynamically compile an ASP.NET 2.0 application? ...Or is the aspnet_compiler.exe tool just a console application "front-end"...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.