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

Set which .NET Framework version to use

I have two versions of .NET Framework installet 1.0.3705 and 1.1.4322
Is it possible to set which one of the two my web application should use?

Thanks!
/Henke
Nov 18 '05 #1
6 1212
Oh, yes. No problem.
Here's the details:
http://support.microsoft.com/?id=820106
http://www.denisbauer.com/NETTools/A...nSwitcher.aspx
http://www.asp.net/faq/SideBySide.aspx

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net

"Henke" <he********@hotmail.com> wrote in message
news:u2****************@TK2MSFTNGP12.phx.gbl...
I have two versions of .NET Framework installet 1.0.3705 and 1.1.4322
Is it possible to set which one of the two my web application should use?

Thanks!
/Henke

Nov 18 '05 #2
Hi and thanks for your answer!

Hi followed the instructions on the microsoft web page. When I run my app I
get an exception:

The View State is invalid for this page and might be corrupted.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.Web.HttpException: The View State is invalid for
this page and might be corrupted.

Any ideas?

/Henke

"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> skrev i meddelandet
news:eZ**************@TK2MSFTNGP10.phx.gbl...
Oh, yes. No problem.
Here's the details:
http://support.microsoft.com/?id=820106
http://www.denisbauer.com/NETTools/A...nSwitcher.aspx
http://www.asp.net/faq/SideBySide.aspx

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net

"Henke" <he********@hotmail.com> wrote in message
news:u2****************@TK2MSFTNGP12.phx.gbl...
I have two versions of .NET Framework installet 1.0.3705 and 1.1.4322
Is it possible to set which one of the two my web application should use?
Thanks!
/Henke


Nov 18 '05 #3
Have you try http://www.denisbauer.com/NETTools/A...nSwitcher.aspx ?
this is a kinda handy tool!
"Henke" <he********@hotmail.com> wrote in message
news:u7**************@TK2MSFTNGP12.phx.gbl...
Hi and thanks for your answer!

Hi followed the instructions on the microsoft web page. When I run my app I get an exception:

The View State is invalid for this page and might be corrupted.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.Web.HttpException: The View State is invalid for
this page and might be corrupted.

Any ideas?

/Henke

"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> skrev i meddelandet
news:eZ**************@TK2MSFTNGP10.phx.gbl...
Oh, yes. No problem.
Here's the details:
http://support.microsoft.com/?id=820106
http://www.denisbauer.com/NETTools/A...nSwitcher.aspx
http://www.asp.net/faq/SideBySide.aspx

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net

"Henke" <he********@hotmail.com> wrote in message
news:u2****************@TK2MSFTNGP12.phx.gbl...
I have two versions of .NET Framework installet 1.0.3705 and 1.1.4322
Is it possible to set which one of the two my web application should use?
Thanks!
/Henke



Nov 18 '05 #4
Yes, I have now. I still get the same problem though.
/Henke

"Ariel Gimenez" <arielgimenez@--sacar--esto--yahoo.com> skrev i meddelandet
news:eG**************@TK2MSFTNGP10.phx.gbl...
Have you try http://www.denisbauer.com/NETTools/A...nSwitcher.aspx ? this is a kinda handy tool!
"Henke" <he********@hotmail.com> wrote in message
news:u7**************@TK2MSFTNGP12.phx.gbl...
Hi and thanks for your answer!

Hi followed the instructions on the microsoft web page. When I run my app
I
get an exception:

The View State is invalid for this page and might be corrupted.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.Web.HttpException: The View State is invalid

for this page and might be corrupted.

Any ideas?

/Henke

"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> skrev i meddelandet
news:eZ**************@TK2MSFTNGP10.phx.gbl...
Oh, yes. No problem.
Here's the details:
http://support.microsoft.com/?id=820106
http://www.denisbauer.com/NETTools/A...nSwitcher.aspx
http://www.asp.net/faq/SideBySide.aspx

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net

"Henke" <he********@hotmail.com> wrote in message
news:u2****************@TK2MSFTNGP12.phx.gbl...
> I have two versions of .NET Framework installet 1.0.3705 and 1.1.4322 > Is it possible to set which one of the two my web application should

use?
>
> Thanks!
> /Henke
>
>



Nov 18 '05 #5
There are a variety of reasons for this behavior.

Possibilities
http://support.microsoft.com/default...b;en-us;316920 -
server.transfer
http://support.microsoft.com/default...b;en-us;323744 - web farm,
page mods
http://support.microsoft.com/default...b;en-us;324488 - heavy load
http://support.microsoft.com/default...b;en-us;812399 - long
decimals
http://support.microsoft.com/default...b;en-us;831150 - not enough
info
to troubleshoot
and 1.0 version: http://support.microsoft.com/default.aspx?kbid=832183

In addition, the EnableViewState and/or EnableViewStateMac setting might be
incorrect for the page. If you are pulling values across pages, it becomes
even more critical. If you set your own machine keys, you could have a
decrypt key that does not match the encrypt. And the list goes on.

Try the settings first, as it is the easiest. Then, adjust the config file
keys, if necessary. Beyond that, you can run through a lot of reading
(above).

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

************************************************** ********************
Think Outside the Box!
************************************************** ********************
"Henke" <he********@hotmail.com> wrote in message
news:u7**************@TK2MSFTNGP12.phx.gbl...
Hi and thanks for your answer!

Hi followed the instructions on the microsoft web page. When I run my app I get an exception:

The View State is invalid for this page and might be corrupted.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.Web.HttpException: The View State is invalid for
this page and might be corrupted.

Any ideas?

/Henke

"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> skrev i meddelandet
news:eZ**************@TK2MSFTNGP10.phx.gbl...
Oh, yes. No problem.
Here's the details:
http://support.microsoft.com/?id=820106
http://www.denisbauer.com/NETTools/A...nSwitcher.aspx
http://www.asp.net/faq/SideBySide.aspx

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net

"Henke" <he********@hotmail.com> wrote in message
news:u2****************@TK2MSFTNGP12.phx.gbl...
I have two versions of .NET Framework installet 1.0.3705 and 1.1.4322
Is it possible to set which one of the two my web application should use?
Thanks!
/Henke



Nov 18 '05 #6
Easiest method (sans a tool) is aspnet_regiis:
http://msdn.microsoft.com/library/en...tml/vs03f6.asp

Instructions in the article about setting a different Framework version for
a particular project.

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

************************************************** ********************
Think Outside the Box!
************************************************** ********************
"Henke" <he********@hotmail.com> wrote in message
news:u2****************@TK2MSFTNGP12.phx.gbl...
I have two versions of .NET Framework installet 1.0.3705 and 1.1.4322
Is it possible to set which one of the two my web application should use?

Thanks!
/Henke

Nov 18 '05 #7

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

Similar topics

2
by: fripper | last post by:
I have installed Visual Studio .Net 2003 on top of an earlier version. Now, when I open a new project I get a message that says Visual Studio .NET has detected that the web server is running...
2
by: j.b.messina | last post by:
This has not yet been published by Microsoft. It will be published within the next few weeks, mainly because I asked them to. I felt this was information badly needed, and I think this is the...
1
by: Harry Simpson | last post by:
I know I drilled down into the Windows folder\Microsoft.net\Framework\v1.1.4322 folder and looked at the version of Mscorcfg.dll to get the SP level from the version number: Mine shows...
23
by: Nak | last post by:
Hi there, Has anyone any ideas if the next Framework will be an update to version 1.1 or another completely new install so that people have 3 Frameworks on their system? And can VS.NET 2003 be...
5
by: Steve Sprague | last post by:
I have a .Net Framework question. I have installed VB.NET version 1.0.3705 I tried to install a small tutorial utillity. It told me I first needed to upgrade my Framework Version. So I went to...
3
by: Shadow Lynx | last post by:
At the bottom of the default Error page that appears when Unhandled Exceptions occur, what exactly is the difference between the "Microsoft ..Net Framework Version" and the "ASP.NET Version"? I...
29
by: =?Utf-8?B?SGVybWF3aWg=?= | last post by:
Hello, Please anybody help me. I have only a little experience with web development. I created simple project using ASP NET 2.0 (VS 2005) It works fine on local computer. When I tried to run...
13
by: dancer | last post by:
I have made a new post because when I try to respond to another, I get the error, "Article Rejected -- Ill-formed message id" This is in response to the advice of Juan Libre to install Net...
5
by: jroozee | last post by:
I am developing in VS '03. I have all of the current framework versions installed on my PC, 1.1, 2.0, and 3.0. How can I make sure the code I am developing in is using the 3.0 framework version?...
11
by: pg | last post by:
My old HD crashes, so I had to do a total re-install. After installer XP, I went to the Micrsoft Update site to get all the update. After 5 hours or so ... the update cycle started looping. ...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...
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...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.