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

Compile with different framework?

Hi

I have created an ASP.Net web app using Visual Studio 2002
and .Net framework V 1.0.

There is a bug fix I need in Framework V 1.1.

Do I have to recompile my application with Framework V 1.1
(if so do I need Visual Studio 2003 - if I don't how do I
tell it to re-compile with V 1.1 and not V 1.0).

If I don't have to re-compile is it enough to include
a 'config' file and force my application to use V 1.1 if I
have both versions of the framework installed on my server.

Regards
Russell Gibson
Jul 21 '05 #1
3 1972
You've sort of hit the nail on the head. VS2002 uses
framework 1.0 and VS2003 uses framework 1.1. If you
recompile the project in VS2003 then that will do the
trick.

However - I believe that once you open a project and
recompile it in VS2003 you won't be able to open it in
VS2002.

Hope this helps
Ben
-----Original Message-----
Hi

I have created an ASP.Net web app using Visual Studio 2002and .Net framework V 1.0.

There is a bug fix I need in Framework V 1.1.

Do I have to recompile my application with Framework V 1.1(if so do I need Visual Studio 2003 - if I don't how do Itell it to re-compile with V 1.1 and not V 1.0).

If I don't have to re-compile is it enough to include
a 'config' file and force my application to use V 1.1 if Ihave both versions of the framework installed on my server.
Regards
Russell Gibson
.

Jul 21 '05 #2
You'll have to recompile it. The problem is VS.Net 2002 doesn't work with
V1.1. I don't think it's worth buying the new version just so that you can
recompile it. Try recompiling it with the help of commandline tools or with
a freeware editor like #develop.

Yves

"Russell Gibson" <ru************@btinternet.com> schreef in bericht
news:0d****************************@phx.gbl...
Hi

I have created an ASP.Net web app using Visual Studio 2002
and .Net framework V 1.0.

There is a bug fix I need in Framework V 1.1.

Do I have to recompile my application with Framework V 1.1
(if so do I need Visual Studio 2003 - if I don't how do I
tell it to re-compile with V 1.1 and not V 1.0).

If I don't have to re-compile is it enough to include
a 'config' file and force my application to use V 1.1 if I
have both versions of the framework installed on my server.

Regards
Russell Gibson

Jul 21 '05 #3
If you install V1.1 on the server, then your app will run with the v1.1
framework. This is assuming the bug is in the base class libraries. In
ASP.NET, only one version gets loaded so if you install v1.1 and make sure
it's registered (aspnet_regiis) then you should be set.
-mike
MVP

"Russell Gibson" <ru************@btinternet.com> wrote in message
news:0d****************************@phx.gbl...
Hi

I have created an ASP.Net web app using Visual Studio 2002
and .Net framework V 1.0.

There is a bug fix I need in Framework V 1.1.

Do I have to recompile my application with Framework V 1.1
(if so do I need Visual Studio 2003 - if I don't how do I
tell it to re-compile with V 1.1 and not V 1.0).

If I don't have to re-compile is it enough to include
a 'config' file and force my application to use V 1.1 if I
have both versions of the framework installed on my server.

Regards
Russell Gibson

Jul 21 '05 #4

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

Similar topics

4
by: Vince | last post by:
I'm getting this message when I try and run a .net web app in the development system: CS0016: Could not write to output file 'c#:\windows nt\Microsoft..net framework\v1.1.4322\Temporary ASP.NET...
5
by: Brice Prunier | last post by:
Here under 4 schemas i'm working with ( it may be long: sorry...) The context is the following : Resident.xsd imports Person.xsd and includes Common.xsd ( anonimous schema: no TargetNamespace )...
6
by: Thomas Connolly | last post by:
I have 2 pages referencing the same codebehind file in my project. Originally the pages referenced separate code behind files. Once I changed the reference to the same file, everything worked...
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...
14
by: NRGeti | last post by:
I am learning ASP.NET using the book, "ASP.NET for Dummies". In the chapter introducing writing your own functions, I cannot get the example to run when I call it with LOCALHOST. It produces the IE...
3
by: | last post by:
I am trying to compile a simple c# class in Web Matrix called howdy.cs: // Program start class public class HowdyPartner { // Main begins program execution public static void Main() { //...
3
by: Russell Gibson | last post by:
Hi I have created an ASP.Net web app using Visual Studio 2002 and .Net framework V 1.0. There is a bug fix I need in Framework V 1.1. Do I have to recompile my application with Framework V...
1
by: Andy Sutorius via DotNetMonster.com | last post by:
When I compile my VS2005 website I get this weird compile error. The line it points to a constructor for a class that is used throughout the website. Even more bizarre when I click on the...
6
by: Tom | last post by:
I am developing my pages on my development machine and then copying to the production server. I am not pre-compiling, I am using the 'dynamic compile' feature. This is working fine except that...
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
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
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)...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
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.