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

how to compile asp.net 3.5 application?

Bob
Hi,

i have just installed . net framework 3.5.

With asp.net 2.0, i compiled my code like this:

cd \windows\microsoft.net\framework\v2.0.50727
aspnet_compiler -p "c:\inetpub\wwwroot\myapp" -v / c:\compiled\myapp -f

Is this still the right way with aspnet 3.5 or another compiler must be
used, but i can't find any aspnet_compiler file in directory
windows\microsoft.net\framework\v3.5 ?

Thanks

Bob


Nov 23 '07 #1
5 1444
My assumption is the compiler in 2.0, updated with install of 3.5, is aware
of 3.0 and 3.5 assemblies, as both are just added on top of 2.0. If this is
the case, you can still use the compiler with 2.0.

I can see if I can determine what is going on when it compiles in Visual
Studio, as it also uses the command line compiler under the hood. I know the
bits were updated with the 3.5 install, so I would imagine the compiler was
also updated.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************
"Bob" <cq@qs.qdqdwrote in message
news:O%****************@TK2MSFTNGP05.phx.gbl...
Hi,

i have just installed . net framework 3.5.

With asp.net 2.0, i compiled my code like this:

cd \windows\microsoft.net\framework\v2.0.50727
aspnet_compiler -p "c:\inetpub\wwwroot\myapp" -v / c:\compiled\myapp -f

Is this still the right way with aspnet 3.5 or another compiler must be
used, but i can't find any aspnet_compiler file in directory
windows\microsoft.net\framework\v3.5 ?

Thanks

Bob


Nov 23 '07 #2
Bob
Hi, thanks for replying.

When i checked the date of change of the file aspnet_compiler.exe, it has
still the old date (before installing 3.5). So ' don't think that file has
been modofied during installation of 3.5.

The question is sofar: how can that compiler based on aspnet 2.0 compile an
application based on 3.5 with its new features?
"Cowboy (Gregory A. Beamer)" <No************@comcast.netNoSpamMschreef in
bericht news:OY**************@TK2MSFTNGP02.phx.gbl...
My assumption is the compiler in 2.0, updated with install of 3.5, is
aware of 3.0 and 3.5 assemblies, as both are just added on top of 2.0. If
this is the case, you can still use the compiler with 2.0.

I can see if I can determine what is going on when it compiles in Visual
Studio, as it also uses the command line compiler under the hood. I know
the bits were updated with the 3.5 install, so I would imagine the
compiler was also updated.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box! |
*************************************************
"Bob" <cq@qs.qdqdwrote in message
news:O%****************@TK2MSFTNGP05.phx.gbl...
>Hi,

i have just installed . net framework 3.5.

With asp.net 2.0, i compiled my code like this:

cd \windows\microsoft.net\framework\v2.0.50727
aspnet_compiler -p "c:\inetpub\wwwroot\myapp" -v / c:\compiled\myapp -f

Is this still the right way with aspnet 3.5 or another compiler must be
used, but i can't find any aspnet_compiler file in directory
windows\microsoft.net\framework\v3.5 ?

Thanks

Bob



Nov 23 '07 #3
Did you load the RTM version of .NET 3.5? If so, it should have instaled SP1
of .NET 2.0 and SP1 of .NET 3.0. The date on the newest file is 10/24/2007.

You can download the SPs and the RTM of .NET 3.5 from the
http://www.microsoft.com/downloads site. If you do an advanced search and
sort by date, it should be in the top 20 or 30 newest downloads (set to 50
and you will find it, unless MS has loaded a bunch of new files today).

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************
"Bob" <cq@qs.qdqdwrote in message
news:OF**************@TK2MSFTNGP02.phx.gbl...
Hi, thanks for replying.

When i checked the date of change of the file aspnet_compiler.exe, it has
still the old date (before installing 3.5). So ' don't think that file has
been modofied during installation of 3.5.

The question is sofar: how can that compiler based on aspnet 2.0 compile
an application based on 3.5 with its new features?
"Cowboy (Gregory A. Beamer)" <No************@comcast.netNoSpamMschreef
in bericht news:OY**************@TK2MSFTNGP02.phx.gbl...
>My assumption is the compiler in 2.0, updated with install of 3.5, is
aware of 3.0 and 3.5 assemblies, as both are just added on top of 2.0. If
this is the case, you can still use the compiler with 2.0.

I can see if I can determine what is going on when it compiles in Visual
Studio, as it also uses the command line compiler under the hood. I know
the bits were updated with the 3.5 install, so I would imagine the
compiler was also updated.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*********************************************** **
| Think outside the box! |
*********************************************** **
"Bob" <cq@qs.qdqdwrote in message
news:O%****************@TK2MSFTNGP05.phx.gbl...
>>Hi,

i have just installed . net framework 3.5.

With asp.net 2.0, i compiled my code like this:

cd \windows\microsoft.net\framework\v2.0.50727
aspnet_compiler -p "c:\inetpub\wwwroot\myapp" -v / c:\compiled\myapp -f

Is this still the right way with aspnet 3.5 or another compiler must be
used, but i can't find any aspnet_compiler file in directory
windows\microsoft.net\framework\v3.5 ?

Thanks

Bob




Nov 23 '07 #4
Bob
You're right: the date is 10/24/2007. So this new file indeed is aware of
the new features of . net 3.5 .

"Cowboy (Gregory A. Beamer)" <No************@comcast.netNoSpamMschreef in
bericht news:%2****************@TK2MSFTNGP04.phx.gbl...
Did you load the RTM version of .NET 3.5? If so, it should have instaled
SP1 of .NET 2.0 and SP1 of .NET 3.0. The date on the newest file is
10/24/2007.

You can download the SPs and the RTM of .NET 3.5 from the
http://www.microsoft.com/downloads site. If you do an advanced search and
sort by date, it should be in the top 20 or 30 newest downloads (set to 50
and you will find it, unless MS has loaded a bunch of new files today).

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box! |
*************************************************
"Bob" <cq@qs.qdqdwrote in message
news:OF**************@TK2MSFTNGP02.phx.gbl...
>Hi, thanks for replying.

When i checked the date of change of the file aspnet_compiler.exe, it has
still the old date (before installing 3.5). So ' don't think that file
has been modofied during installation of 3.5.

The question is sofar: how can that compiler based on aspnet 2.0 compile
an application based on 3.5 with its new features?
"Cowboy (Gregory A. Beamer)" <No************@comcast.netNoSpamMschreef
in bericht news:OY**************@TK2MSFTNGP02.phx.gbl...
>>My assumption is the compiler in 2.0, updated with install of 3.5, is
aware of 3.0 and 3.5 assemblies, as both are just added on top of 2.0.
If this is the case, you can still use the compiler with 2.0.

I can see if I can determine what is going on when it compiles in Visual
Studio, as it also uses the command line compiler under the hood. I know
the bits were updated with the 3.5 install, so I would imagine the
compiler was also updated.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

************************************************ *
| Think outside the box! |
************************************************ *
"Bob" <cq@qs.qdqdwrote in message
news:O%****************@TK2MSFTNGP05.phx.gbl.. .
Hi,

i have just installed . net framework 3.5.

With asp.net 2.0, i compiled my code like this:

cd \windows\microsoft.net\framework\v2.0.50727
aspnet_compiler -p "c:\inetpub\wwwroot\myapp" -v / c:\compiled\myapp -f

Is this still the right way with aspnet 3.5 or another compiler must be
used, but i can't find any aspnet_compiler file in directory
windows\microsoft.net\framework\v3.5 ?

Thanks

Bob




Nov 23 '07 #5
Not 100% sure, but it should be. I have not attempted a command line
compile.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************
"Bob" <cq@qs.qdqdwrote in message
news:ep**************@TK2MSFTNGP03.phx.gbl...
You're right: the date is 10/24/2007. So this new file indeed is aware of
the new features of . net 3.5 .

"Cowboy (Gregory A. Beamer)" <No************@comcast.netNoSpamMschreef
in bericht news:%2****************@TK2MSFTNGP04.phx.gbl...
>Did you load the RTM version of .NET 3.5? If so, it should have instaled
SP1 of .NET 2.0 and SP1 of .NET 3.0. The date on the newest file is
10/24/2007.

You can download the SPs and the RTM of .NET 3.5 from the
http://www.microsoft.com/downloads site. If you do an advanced search and
sort by date, it should be in the top 20 or 30 newest downloads (set to
50 and you will find it, unless MS has loaded a bunch of new files
today).

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*********************************************** **
| Think outside the box! |
*********************************************** **
"Bob" <cq@qs.qdqdwrote in message
news:OF**************@TK2MSFTNGP02.phx.gbl...
>>Hi, thanks for replying.

When i checked the date of change of the file aspnet_compiler.exe, it
has still the old date (before installing 3.5). So ' don't think that
file has been modofied during installation of 3.5.

The question is sofar: how can that compiler based on aspnet 2.0 compile
an application based on 3.5 with its new features?
"Cowboy (Gregory A. Beamer)" <No************@comcast.netNoSpamMschreef
in bericht news:OY**************@TK2MSFTNGP02.phx.gbl...
My assumption is the compiler in 2.0, updated with install of 3.5, is
aware of 3.0 and 3.5 assemblies, as both are just added on top of 2.0.
If this is the case, you can still use the compiler with 2.0.

I can see if I can determine what is going on when it compiles in
Visual Studio, as it also uses the command line compiler under the
hood. I know the bits were updated with the 3.5 install, so I would
imagine the compiler was also updated.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*********************************************** **
| Think outside the box! |
*********************************************** **
"Bob" <cq@qs.qdqdwrote in message
news:O%****************@TK2MSFTNGP05.phx.gbl. ..
Hi,
>
i have just installed . net framework 3.5.
>
With asp.net 2.0, i compiled my code like this:
>
cd \windows\microsoft.net\framework\v2.0.50727
aspnet_compiler -p "c:\inetpub\wwwroot\myapp" -v /
c:\compiled\myapp -f
>
Is this still the right way with aspnet 3.5 or another compiler must
be used, but i can't find any aspnet_compiler file in directory
windows\microsoft.net\framework\v3.5 ?
>
Thanks
>
Bob
>
>
>
>




Nov 24 '07 #6

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

Similar topics

1
by: edward hage | last post by:
Hello, I have a Linux machine and I use Netscape 7.1 which I upgraded from Mozilla. I downloaded j2sdj-1.4.2_02 and I have installed the plugins as followes: in .mozilla/plugins- directory a...
1
by: Zean Smith | last post by:
I am working on a project to migrate a JavaBean + JSP application (running on Oracle application server) to Microsoft ASP.NET + SQL server. In order to see how the original code works, I need to...
0
by: arnottclose | last post by:
I need to open a Target db and determine if it is in a compiled state and if not to Compile it. The Application.iscompiled status is showing the value for the host mdb - not the Target (when in...
2
by: MB | last post by:
Hello! At home I am using ASP.net to develop an asp application. Now I have copied this application to my IIS5.0 server at my workplace. Everything works fine, but then I would do a change in a...
0
by: Jim Heavey | last post by:
Internal Compiler Error: stage 'BEGIN' Hello, I had an application which was working just fine and I decided to modify all database access within the application to utilizie a new Namespace that I...
2
by: Nak | last post by:
Hi there, I have implemented pre-compile variable evaluation in my application to create a "Demo" version of my application with limited functionality. I would like to use this easy method...
10
by: Arno R | last post by:
Hi all, Is it possible to execute a command like 'CompileAndSaveAll' at runtime? In a new app I use a codelibrary. (The app is still changing, codelib also) I add this lib to the references at...
0
by: Tom | last post by:
I have a .net v2 asp.net problem. I develop on my workstation and deploy to a production server. I use compile on demand, so no pre-compile is done. When I deploy, I first must move in my new or...
4
by: Salad | last post by:
I have a database called MyApp.MDB. When I go into a module and want to compile the thing, it might have, on the menu bar line "Compile MyAppTest". IOW, the app name it's about to compile does...
1
by: =?Utf-8?B?SG93YXJkIFBpbnNsZXk=?= | last post by:
I'm trying to convert a Web Site to the Web Application project model and I'm running into compile errors that do not seem to be covered by the guidance I found at "Converting a Web Site Project to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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...
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...
0
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,...
0
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...

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.