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

csproj command line build .NET1.1

Hi,

Is there a tool available for building .NET 1.1 VS 2003 projects from CSPROJ files?

It appears that MSBuild.exe only works with NET 2.0
thanks,

Apr 28 '07 #1
6 4270
AdrianDev wrote:
Is there a tool available for building .NET 1.1 VS 2003 projects
from CSPROJ files?
I do not know what you can do with MSBee.

But you can convert to a NAnt .build file with the NAnt SlingShot
tool and then build with NAnt.

Arne
Apr 28 '07 #2
Arne,

I've read that SlingShot is problematic
(http://www.devx.com/opinion/Article/20826/1763) and I need to build complex
web application.

Have you used SlingShot successfully?
thanks
"Arne Vajhøj" <ar**@vajhoej.dkwrote in message
news:46***********************@news.sunsite.dk...
AdrianDev wrote:
>>
Is there a tool available for building .NET 1.1 VS 2003 projects from
CSPROJ files?

I do not know what you can do with MSBee.

But you can convert to a NAnt .build file with the NAnt SlingShot
tool and then build with NAnt.

Arne

Apr 28 '07 #3
AdrianDev wrote:
I've read that SlingShot is problematic
(http://www.devx.com/opinion/Article/20826/1763) and I need to build complex
web application.

Have you used SlingShot successfully?
Yes, multiple times.

That does not guarantee that it will work for you, but
it is worth a try.

Arne
Apr 28 '07 #4
Hello AdrianDev,

Nant http://nant.sf.net

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

AHi,
A>
AIs there a tool available for building .NET 1.1 VS 2003 projects from
ACSPROJ files?
A>
AIt appears that MSBuild.exe only works with NET 2.0
A>
Athanks,
A>
Apr 28 '07 #5
Hello AdrianDev,

Just compile your web project as Class Library

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

AArne,
A>
AI've read that SlingShot is problematic
A(http://www.devx.com/opinion/Article/20826/1763) and I need to build
Acomplex web application.
A>
AHave you used SlingShot successfully?
A>
Athanks
A>
A"Arne Vajhj" <ar**@vajhoej.dkwrote in message
Anews:46***********************@news.sunsite.dk...
A>
>AdrianDev wrote:
>>Is there a tool available for building .NET 1.1 VS 2003 projects
from CSPROJ files?
I do not know what you can do with MSBee.

But you can convert to a NAnt .build file with the NAnt SlingShot
tool and then build with NAnt.

Arne

Apr 28 '07 #6
AdrianDev wrote:
Is there a tool available for building .NET 1.1 VS 2003 projects
from CSPROJ files?
Haven't tried this myself, but how about:

devenv someproject.csproj /build Debug

--
Joel Lucsy
"The dinosaurs became extinct because they didn't have a space program."
-- Larry Niven
Apr 28 '07 #7

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

Similar topics

1
by: John Lee | last post by:
Hi, Here is my issue with VS.NET IDE project reference: I have a project (myproj.csproj) referencing a non-GACed strongly named assembly (comp.dll 2.0.1.0) with copy local = true; we also have...
1
by: -DG- | last post by:
In the course of investigating differences between C# projects generated in VS2003 vs VS2005 (see my post about reformatting code), I've found big differences in the .csproj file. I haven't gone...
5
by: clsmith66 | last post by:
I've been asked to find out if a project is possible, but I'm not having much luck finding the information I need, I hope some one can help. I need to see if I can build a windows service on the...
5
by: sunyour | last post by:
I'm developing an application that takes a csproj file as input (and output). I've searched for a definition or schema file for the csproj xml-file to understand the possibilites and restrictions,...
1
by: AlexZh | last post by:
Hi, I'd like to stop command line build by one project build failed. To do that I've created simple AddIn (see code below), that works fine for IDE and does not work for command line. In the AddIn...
2
by: Al Pilon | last post by:
Any help would be appreciated for the following problem. I've already spent a day at this, and enough is enough. I'm writing a ORM program. and in the process of running it against a database,...
0
by: prose | last post by:
I am having a problem getting Import Project to work in my csproj file. I have a number of C# projects and I'd like to have easy control over the folder that they are built to. In other words, I...
5
by: qazwart | last post by:
I am reading from a "cvs rlog" command, and I need both the STDOUT and STDERR. Unfortunately, something very strange is happening. If I do this: $cmd = "$cvs_cmd -q rlog -NS...
7
by: Jwe | last post by:
Hi, I've written a program which has both a command line interface and Windows form interface, however it isn't quite working correctly. When run from command line with no arguments it should...
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:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
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
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
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
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.