Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / May 2004

Tip: Looking for answers? Try searching our database.

version 1.0 and Version 1.1 issues

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Roy Chastain - 08 May 2004 00:51 GMT
I have a simple web site that was developed on an XP box with version 1.1 of .Net framework.  Unfortunately I have an idiot hosting service
that is only supporting v1.0.  I have installed the V1.0 redistributable with the intent of running the ASPVersionSwitcher program or even
running aspnet_regiis so that I could switch my development environment to 1.0.

Well ASPVersionSwitcher gets an exception.  The v1.1 aspnet_regiis will run, but the version 1.0 also abort if I ask it to do anything other
than display its options.

HELP!!

Thanks
-------------------------------------------
Roy Chastain
John Saunders - 08 May 2004 01:02 GMT
> I have a simple web site that was developed on an XP box with version 1.1 of .Net framework.  Unfortunately I have an idiot hosting service
> that is only supporting v1.0.  I have installed the V1.0 redistributable with the intent of running the ASPVersionSwitcher program or even
[quoted text clipped - 4 lines]
>
> HELP!!

It would be easier for us to help you if we knew which exception you
received.
Signature

John Saunders
John.Saunders at SurfControl.com

Tian Min Huang - 10 May 2004 04:22 GMT
Hello Roy,

Thanks for your post. I think more information is needed before moving
forward:

What's ASPVersionSwitcher you refered to? It seems to me a third-party
tool, I recommend you contact its vendor for any known issue of it.

In addition, could you please tell me the detailed information on the
exception?

I look forward to your response.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
Roy Chastain - 10 May 2004 11:55 GMT
Yes, ASPVersionSwitcher is a 3rd party tool.  From what I can tell, it simply formats and executes the correct aspnet_iisreg -s
or -sn command to switch a web site from version 1.0 to/from 1.1 of the framework.

The important thing to see in my first post is that aspnet_iisreg from the version 1.0 directory would not run.  The problem is
that I need to understand the steps involved in getting version 1.0 of the framework installed and operational on a system (XP or
2003 server) that already has version 1.1 installed.

My final goal is to produce web pages with code behind that will correctly run on a 2000 server that has only version 1.0
installed and that I can NOT get version 1.1 installed onto.

I have spent several hours chasing deadends on the whole version 1.0 vs 1.1 issue.  I don't know that I really understand all the
issues etc.  I found a KB article (don't have the number at this point) that gave some steps for using (for lack of a better word)
both 1.0 and 1.1 on the same system.  It was not really relevant because my version 1.0 aspnet_iisreg would not work at all, so it
should be obvious that I can not switch a web server from one to the other.

I realize that some of this issue may be better served in the aspnet newsgroup, but it also appears that I have basic issues with
trying to install version 1.0 of the framework.

I don't have access to the systems in question at this point to get the exception info.  Just some guidance on how to install
version 1.0 after 1.1 is what I was really looking for.

Thanks

>Hello Roy,
>
[quoted text clipped - 17 lines]
>Get Secure! -- www.microsoft.com/security
>This posting is provided "as is" with no warranties and confers no rights.

-------------------------------------------
Roy Chastain
KMSystems, Inc.
Tian Min Huang - 13 May 2004 10:19 GMT
Hi,

We are able to install .NET Framework 1.0 after 1.1, because of the
side-by-side execution of .NET Framework. Please refer to the following
MSDN article which states: "The two .NET Framework versions can be
installed in any order."

Installing Multiple Versions of the .NET Framework
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/htm
l/cpconinstallingmultipleversionsofnetframework.asp

Hope this helps.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
John Saunders - 14 May 2004 00:08 GMT
You can certainly run both versions of the Framework together. However, I'd
like to remind you that the installation of a new Framework version on your
systems is a good excuse to test everything.

Although a Framework upgrade is meant to be transparent to most
applications, I have seen various issues with applications in a production
environment to which the Framework 1.1 was added. These can be caught by
thorough testing. However, don't expect that this upgrade will be pain-free.

Signature

John Saunders
John.Saunders at SurfControl.com

> Hi,
>
[quoted text clipped - 4 lines]
>
> Installing Multiple Versions of the .NET Framework

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/htm
> l/cpconinstallingmultipleversionsofnetframework.asp
>
[quoted text clipped - 8 lines]
> Get Secure! -- www.microsoft.com/security
> This posting is provided "as is" with no warranties and confers no rights.
Roy Chastain - 18 May 2004 15:41 GMT
To answer your question, if this is resolved.  No really.

No one has yet to explain how I can write a program that will run on a system that has only 1.0 installed.

Yes, I understand about the side-by-side etc, but that does not answer the question.

On the other hand, I think we are switch hosting services to someone that has 1.1 installed so, it really does not matter anymore.

>Hi,
>
[quoted text clipped - 17 lines]
>Get Secure! -- www.microsoft.com/security
>This posting is provided "as is" with no warranties and confers no rights.

-------------------------------------------
Roy Chastain
KMSystems, Inc.
Tian Min Huang - 20 May 2004 10:26 GMT
Hi Roy,

Thanks for your response. You can configure your application to be executed
in a specific .NET Framwork version as per the article below:

Side-by-Side Execution of the .NET Framework
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetdep/ht
ml/sidexsidenet.asp

In addition, please also kindly note that there are some backwards breaking
changes from version 1.0 to 1.1:
http://www.gotdotnet.com/team/changeinfo/Backwards1.0to1.1/default.aspx

Hope this helps.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.