473,396 Members | 1,772 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,396 software developers and data experts.

command line compilation

Appreciated if someone could tell me how to compile the MS Exception
Management Application Block downloaded from MS Official site?
Nov 15 '05 #1
4 2022
Have you tried using Microsoft Visual Studio .NET ?
1. install Visual Studio .NET
2. open the solution file (e.g. doubleclick on the file "Exception
Management Quick Start Samples (CS).sln")
3. Select from the main menu: "Build->Build Solution"

I've just tried and it worked fine on my machine.

Appreciated if someone could tell me how to compile the MS Exception
Management Application Block downloaded from MS Official site?


Adrian Vinca [MSFT], Developer Division
--------------------------------------------------------------------
This reply is provided "AS IS", without warranty (express or implied).

Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.

Nov 15 '05 #2
By the way - I think it would be nice feature if VS .NET could generate a
makefile from a solution or from a project, to be able to compile it from
the command line on a machine without VS .NET installed.

But I'm afraid this might become obsolete with the advent of MSBuild.

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

"Adrian Vinca [MSFT]" <ad**********@online.microsoft.com> wrote in message
news:5R**************@cpmsftngxa07.phx.gbl...
Have you tried using Microsoft Visual Studio .NET ?
1. install Visual Studio .NET
2. open the solution file (e.g. doubleclick on the file "Exception
Management Quick Start Samples (CS).sln")
3. Select from the main menu: "Build->Build Solution"

I've just tried and it worked fine on my machine.

Appreciated if someone could tell me how to compile the MS Exception
Management Application Block downloaded from MS Official site?


Adrian Vinca [MSFT], Developer Division
--------------------------------------------------------------------
This reply is provided "AS IS", without warranty (express or implied).

Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.


Nov 15 '05 #3
I agree with Dmitriy comments that VS .Net should generate makefile along
its compilation.

By the way, has anyone get it compiled successful with command line?

"Dmitriy Lapshin [C# / .NET MVP]" <x-****@no-spam-please.hotpop.com> wrote
in message news:eF*************@TK2MSFTNGP12.phx.gbl...
By the way - I think it would be nice feature if VS .NET could generate a
makefile from a solution or from a project, to be able to compile it from
the command line on a machine without VS .NET installed.

But I'm afraid this might become obsolete with the advent of MSBuild.

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

"Adrian Vinca [MSFT]" <ad**********@online.microsoft.com> wrote in message
news:5R**************@cpmsftngxa07.phx.gbl...
Have you tried using Microsoft Visual Studio .NET ?
1. install Visual Studio .NET
2. open the solution file (e.g. doubleclick on the file "Exception
Management Quick Start Samples (CS).sln")
3. Select from the main menu: "Build->Build Solution"

I've just tried and it worked fine on my machine.

Appreciated if someone could tell me how to compile the MS Exception
Management Application Block downloaded from MS Official site?


Adrian Vinca [MSFT], Developer Division
--------------------------------------------------------------------
This reply is provided "AS IS", without warranty (express or implied).

Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.

Nov 15 '05 #4
kendf wrote:
I agree with Dmitriy comments that VS .Net should generate makefile along
its compilation.

By the way, has anyone get it compiled successful with command line?
I, too, agree that MS should have an option to emit a standard makefile.

In the absence of this, you might want to look at NAnt, free build tool
based on the Java-world's Ant tool.

This page:
http://radio.weblogs.com/0106046/sto...etAndNant.html

describes a method of using XSLT on the VS.NET project files to
automatically create NAnt build scripts.

I haven't tried it myself (since I have VS.NET), but it looks like a
reasonable method of driving a build from VS.NET project files without
having VS.NET.


"Dmitriy Lapshin [C# / .NET MVP]" <x-****@no-spam-please.hotpop.com> wrote
in message news:eF*************@TK2MSFTNGP12.phx.gbl...
By the way - I think it would be nice feature if VS .NET could generate a
makefile from a solution or from a project, to be able to compile it from
the command line on a machine without VS .NET installed.

But I'm afraid this might become obsolete with the advent of MSBuild.

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

"Adrian Vinca [MSFT]" <ad**********@online.microsoft.com> wrote in message
news:5R**************@cpmsftngxa07.phx.gbl...
Have you tried using Microsoft Visual Studio .NET ?
1. install Visual Studio .NET
2. open the solution file (e.g. doubleclick on the file "Exception
Management Quick Start Samples (CS).sln")
3. Select from the main menu: "Build->Build Solution"

I've just tried and it worked fine on my machine.
Appreciated if someone could tell me how to compile the MS Exception
Management Application Block downloaded from MS Official site?


Adrian Vinca [MSFT], Developer Division
--------------------------------------------------------------------
This reply is provided "AS IS", without warranty (express or implied).

Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.


--
mikeb
Nov 15 '05 #5

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

Similar topics

4
by: aladdin | last post by:
Hi, I wonder what's the difference of compilation between using command line and using VS.NET IDE. For I have a windows service program, there's always a difference between the output file...
1
by: rforman1 | last post by:
I have found many threads with this question asked and ostensibly answered, but none with an example of how exactly to do it. Help! I know that in order to set up the values of command line...
2
by: aladdin | last post by:
I use outside .jpg picture files in a Windows Form project. I try to compile use csc.exe at command line. I use resgen.exe to generate a resource file like: resgen.exe Form1.resx...
8
by: Peter A. Schott | last post by:
Per subject - I realize I can copy/paste a line at a time into an interactive session when I'm trying to debug, but was wondering if there is any tool out there that allows me to copy sections of...
4
by: Francesco Martinelli | last post by:
I need to create a multiple file assemby: this requires working directly with the command line compiler (no IDE support!). After a few tests I found my problem comes from the issue described below....
4
by: Todd Acheson | last post by:
TOOLS: Visual Studio.NET 2003 .NET SDK GOAL: Reproduce the DLL's that our Visual Studio.NET development boxes create, by using the SDK command line compilers DILLEMA: RESX Files, how to...
5
by: Emmanuel | last post by:
Hi, I am using VS 2003 to build my (csharp) solution. 1. Is there a way to reveal the command line options that VS is using during compilation of a project file, in order to build a batch...
0
by: mr_unreliable | last post by:
hi gang, I have seen a code sample that is using the return value from command line compiler as an indicator that an error has occurred (or not) in the compilation. I have searched for some...
4
by: wxforecaster | last post by:
As alluded to in my post yesterday, I'm trying to compile a common C utility in Windows. It's only reference is to zlib.h, which needs zconf.h and in turn libz.a On Unix I've compiled this with...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.