473,500 Members | 1,712 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Pls tell me how to compile in commandlie ?



Hi ,

i want to compile my asp.net app from the commandline window.could you
please tell me how.
With thanks
Drop in the ocean.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 19 '05 #1
8 1461

You just need to compile your app with the command line C# compiler
("csc.exe") as an assembly.
Use "/target:library" option.

Lionel.

"Raghu Raman" <ra************@rediffmail.com> a écrit dans le message de
news: eg**************@TK2MSFTNGP10.phx.gbl...


Hi ,

i want to compile my asp.net app from the commandline window.could you
please tell me how.
With thanks
Drop in the ocean.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 19 '05 #2

You just need to compile your app with the command line C# compiler
("csc.exe") as an assembly.
Use "/target:library" option.

Lionel.

"Raghu Raman" <ra************@rediffmail.com> a écrit dans le message de
news: eg**************@TK2MSFTNGP10.phx.gbl...


Hi ,

i want to compile my asp.net app from the commandline window.could you
please tell me how.
With thanks
Drop in the ocean.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 19 '05 #3


Dear Lionel,

thanks for that.

could u pls give an example for that.Let us assume that i have my webapp
in d:\Raghu\t1.sln.

could u pls tell me , how can i compile my c#soulution from the
commandline(DOS) prompt.

Thanks & Regards
Raghu

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 19 '05 #4


Dear Lionel,

thanks for that.

could u pls give an example for that.Let us assume that i have my webapp
in d:\Raghu\t1.sln.

could u pls tell me , how can i compile my c#soulution from the
commandline(DOS) prompt.

Thanks & Regards
Raghu

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 19 '05 #5
devenv /build "d:\Raghu\t1.sln"
-- bruce (sqlwork.com)


"Raghu Raman" <ra************@rediffmail.com> wrote in message
news:e9**************@TK2MSFTNGP14.phx.gbl...
|
|
| Dear Lionel,
|
| thanks for that.
|
| could u pls give an example for that.Let us assume that i have my webapp
| in d:\Raghu\t1.sln.
|
| could u pls tell me , how can i compile my c#soulution from the
| commandline(DOS) prompt.
|
| Thanks & Regards
| Raghu
|
| *** Sent via Developersdex http://www.developersdex.com ***
| Don't just participate in USENET...get rewarded for it!
Nov 19 '05 #6
devenv /build "d:\Raghu\t1.sln"
-- bruce (sqlwork.com)


"Raghu Raman" <ra************@rediffmail.com> wrote in message
news:e9**************@TK2MSFTNGP14.phx.gbl...
|
|
| Dear Lionel,
|
| thanks for that.
|
| could u pls give an example for that.Let us assume that i have my webapp
| in d:\Raghu\t1.sln.
|
| could u pls tell me , how can i compile my c#soulution from the
| commandline(DOS) prompt.
|
| Thanks & Regards
| Raghu
|
| *** Sent via Developersdex http://www.developersdex.com ***
| Don't just participate in USENET...get rewarded for it!
Nov 19 '05 #7

Thanks Bruce.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 19 '05 #8

Thanks Bruce.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 19 '05 #9

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

Similar topics

6
2907
by: arno | last post by:
Hello, first of all let me tell you that I do not know anything about C++, so pls. be patient. I found some C++ source code that is supposed to be a program to generate a file called...
2
1623
by: marco | last post by:
the problem: I use a typedef inside a class template, than I use this type (dim_v<N1>::Type) to define the argument of a template function f but when I call this function from main, the compiler...
10
2987
by: Simon Elliott | last post by:
Is there a way at compile time to determine if a function has been declared? My specific reason for this is because of memicmp() and stricmp() which are declared in namespace std by some...
1
1114
by: mccoyn | last post by:
I have a macro that can determine the number of elements in an array type. It is defined as follows #define ARRAY_SIZE_NOGC(x) (sizeof(x) / sizeof(x) This works with unmanaged array types, but...
0
233
by: Raghu Raman | last post by:
Hi , i want to compile my asp.net app from the commandline window.could you please tell me how. With thanks Drop in the ocean.
19
3725
by: Alan Silver | last post by:
Hello, I have been developing ASP.NET with a text editor so far (better way to learn initially), and have now been trying Visual Web Developer. I want to create a project for an existing site...
7
1197
by: Don | last post by:
Is there any way to check, in code, whether that code is being executed because of a compile as opposed to being executed because someone is just running the program? - Don
6
2179
by: thomas.luce | last post by:
Okay, I have been programming for a long time, and am getting back into C after about a 4 year break from it. Below is some code that won't compile for the life of me, and it is driving me crazy!...
12
1504
by: Ashu | last post by:
can anybody tell me the reason why following code is not working? int *funct() { int p=10; return &p; }
0
7136
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7018
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7182
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7232
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6906
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5490
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4923
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...
0
3106
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
316
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.