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

The new .NET 2.0 redistributable broke C#.

Hello,

(C# 2005 Express Beta)

I just installed the newly released .NET 2.0 redistributable, and now when
I try to start a solution it crashes.

Is there a fix for this that does not include reinstalling the IDE?

Thanks!

--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Best free software
http://www.vbmark.com
Freeware-dedicated search engine
http://www.eurekster.com/parties/Freeware1.htm
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Nov 17 '05 #1
8 1156
vbMark wrote:
(C# 2005 Express Beta)

I just installed the newly released .NET 2.0 redistributable, and now when
I try to start a solution it crashes.

Is there a fix for this that does not include reinstalling the IDE?


Not that I know of. You should install the released version of the IDE,
so you're no longer using betas at all. Surely that's a better
situation anyway, isn't it?

Jon

Nov 17 '05 #2
vbMark,

Yeah, you probably shouldn't have done that. The current recommendation
is to install everything on a clean machine.

There is also a long list of things you need to do to uninstall the
previous beta versions. However, there is an unsupported tool that will
help with this. This link should help (watch for line wrap):

http://blogs.msdn.com/danielfe/archi...27/485863.aspx

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"vbMark" <no@email.com> wrote in message
news:Xn********************@199.45.49.11...
Hello,

(C# 2005 Express Beta)

I just installed the newly released .NET 2.0 redistributable, and now when
I try to start a solution it crashes.

Is there a fix for this that does not include reinstalling the IDE?

Thanks!

--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Best free software
http://www.vbmark.com
Freeware-dedicated search engine
http://www.eurekster.com/parties/Freeware1.htm
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Nov 17 '05 #3

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in
message news:OV**************@TK2MSFTNGP09.phx.gbl...
vbMark,

Yeah, you probably shouldn't have done that. The current
recommendation is to install everything on a clean machine.

There is also a long list of things you need to do to uninstall the
previous beta versions. However, there is an unsupported tool that will
help with this. This link should help (watch for line wrap):

http://blogs.msdn.com/danielfe/archi...27/485863.aspx


Jon, do you see now why I don't want to install 2.0 just to look at the
docs? :-)
Nov 17 '05 #4
Am I to understand from this thread that if I uninstall (in my case, C#
Express) beta, as well as the beta of .Net Framework 2.0, and the MSDN
Express Library 2005 beta, all via the Windows XP Add-or-Remove Programs,
then I might still have trouble installing the commercial version of VS
2005, Professional?

"Mike Schilling" <ms*************@hotmail.com> wrote in message
news:e3**************@tk2msftngp13.phx.gbl...

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote
in message news:OV**************@TK2MSFTNGP09.phx.gbl...
vbMark,

Yeah, you probably shouldn't have done that. The current
recommendation is to install everything on a clean machine.

There is also a long list of things you need to do to uninstall the
previous beta versions. However, there is an unsupported tool that will
help with this. This link should help (watch for line wrap):

http://blogs.msdn.com/danielfe/archi...27/485863.aspx


Jon, do you see now why I don't want to install 2.0 just to look at the
docs? :-)

Nov 17 '05 #5
Fred,

I would say yes, you might, but you will DEFINITELY have problems if you
don't. Why you would want to keep the betas on your machine, I don't know.

--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Fred Mellender" <no****************@frontiernet.net> wrote in message
news:L8*****************@news02.roc.ny...
Am I to understand from this thread that if I uninstall (in my case, C#
Express) beta, as well as the beta of .Net Framework 2.0, and the MSDN
Express Library 2005 beta, all via the Windows XP Add-or-Remove Programs,
then I might still have trouble installing the commercial version of VS
2005, Professional?

"Mike Schilling" <ms*************@hotmail.com> wrote in message
news:e3**************@tk2msftngp13.phx.gbl...

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote
in message news:OV**************@TK2MSFTNGP09.phx.gbl...
vbMark,

Yeah, you probably shouldn't have done that. The current
recommendation is to install everything on a clean machine.

There is also a long list of things you need to do to uninstall the
previous beta versions. However, there is an unsupported tool that will
help with this. This link should help (watch for line wrap):

http://blogs.msdn.com/danielfe/archi...27/485863.aspx


Jon, do you see now why I don't want to install 2.0 just to look at the
docs? :-)


Nov 17 '05 #6
RTM works with RTM. RC works with RC. Beta works with Beta (provided it is
the right version of beta). C# Express Beta is Beta, so it works with Beta
Framework, not RTM.

You can still command line compile the stuff you did in beta, but will have
to uninstall the Framework and reinstall the beta Framework or, better, get
the RTM version of Express and install with the RTM Framework. You should
completely clear everything .NET 2.0 related before moving forward.

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

***************************
Think Outside the Box!
***************************
"vbMark" wrote:
Hello,

(C# 2005 Express Beta)

I just installed the newly released .NET 2.0 redistributable, and now when
I try to start a solution it crashes.

Is there a fix for this that does not include reinstalling the IDE?

Thanks!

--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Best free software
http://www.vbmark.com
Freeware-dedicated search engine
http://www.eurekster.com/parties/Freeware1.htm
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Nov 17 '05 #7
No, that is not the point. The point is the RTM version of the Framework
hoses the BETA version of Express or other .NET BETA products. It is one in a
long line of "I installed the release Framework and it hosed my BETA [fill in
the blank] product" threads throughout the .NET online newsgroups.

If you uninstall everything and then install the RTM products you should not
have a problem. I would read the readme, just in case, if you ever had a Beta
product on the machine, but you should not have any problem.

I am currently installing RTM of both SQL Server 2k5 and Visual Studio 2k5
and have had no problems (nearly through VS 2k5 install). I had betas of both
on this machine and completely uninstalled them.

Is it possible that you might still have a problem? Certainly. The main way
to avoid all risk is to completely toast the machine and start all over, but
the time it costs to do so may not be worth it when the risk of problems is
as low as it is.

NOTE: There is one caveat I can think of. Some of the earliest builds (CTPs
primarily) did not uninstall properly. If you are playing with a pre-beta 2
build, consult read mes to insure you have a clean OS to start building on.

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

***************************
Think Outside the Box!
***************************
"Fred Mellender" wrote:
Am I to understand from this thread that if I uninstall (in my case, C#
Express) beta, as well as the beta of .Net Framework 2.0, and the MSDN
Express Library 2005 beta, all via the Windows XP Add-or-Remove Programs,
then I might still have trouble installing the commercial version of VS
2005, Professional?

"Mike Schilling" <ms*************@hotmail.com> wrote in message
news:e3**************@tk2msftngp13.phx.gbl...

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote
in message news:OV**************@TK2MSFTNGP09.phx.gbl...
vbMark,

Yeah, you probably shouldn't have done that. The current
recommendation is to install everything on a clean machine.

There is also a long list of things you need to do to uninstall the
previous beta versions. However, there is an unsupported tool that will
help with this. This link should help (watch for line wrap):

http://blogs.msdn.com/danielfe/archi...27/485863.aspx


Jon, do you see now why I don't want to install 2.0 just to look at the
docs? :-)


Nov 17 '05 #8
vbMark <no@email.com> wrote in news:Xn********************@199.45.49.11:
Hello,

(C# 2005 Express Beta)

I just installed the newly released .NET 2.0 redistributable, and now
when I try to start a solution it crashes.

Is there a fix for this that does not include reinstalling the IDE?

Thanks!


I ended up uninstalling the new 2.0 and went back to the beta.

All is well now.

Thanks.

--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Best free software
http://www.vbmark.com
Freeware-dedicated search engine
http://www.eurekster.com/parties/Freeware1.htm
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Nov 17 '05 #9

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

Similar topics

2
by: Richard L Rosenheim | last post by:
I need to install the runtime portion of the version of Crystal Reports that came with Visual Studio 2003. I would prefer not to have to bother to create setup programs, etc. Is there a...
2
by: Shiv | last post by:
Hi all, I have a .NET application which needs the utility "gacutil". I installed .NET Redistributable version alone and found that the gacutil.exe is not found there and is available only with...
2
by: Derrick | last post by:
Is there any redistributable visio assembly I can leverage to draw a graph like structure in a C# app? Or a comparable redistributable assembly? Thanks in advance! Derrick
4
by: ilm | last post by:
Hey all, Please point me to the approprate (or at least *more* appropriate) newsgroup if this isn't the correct one, I was looking for something like platformsdk.misc, but apparently it doesn't...
1
by: Juan T. Llibre | last post by:
The .Net Framework 2.0 redistributable and the .Net Framework 2.0 SDK are now publicly available in x86, x64 and IA64 versions : ...
5
by: Brett | last post by:
What is the difference between the "Developers" and "General Users" links below? http://msdn.microsoft.com/netframework/downloads/framework1_1redist/ Seems one is a direct download and the...
1
by: Flix | last post by:
I found this new version on the MS website. I have the November 2005 version installed. Should I disinstall it and update it? I found no info about changes... Also I'm downloading the SDK...
1
by: =?Utf-8?B?TWFya3VzIEhvcm4=?= | last post by:
Hi, I have an Question about to the license of the . NET Framework redistributable package. I develop software for a customer who wants to burn the Software with the . NET Framework...
0
by: danbst | last post by:
There are script languages compiled at runtime. So, we can download interpreter and code-file to run the program. Everybody knows it. here is my idea. I create redistributable package (for *nix...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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
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...

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.