Visual Studio .Net 2005 Beta 2 and SQL Server 2005 Beta 2 incompat

G

Guest

Hello,
It looks Visual Studio .Net 200 Beta 2 and SQL Server 2005 Beta 2
installations are incompatible. I installed the SQL server first, which also
installed some version of the .Net framework 2.0 beta. Then I installed the
visual studio, it asked me to unistall the previously installed .Net
framework 2.0 beta, which I did. However much of the SQL server services and
functionality is not working any more (because failed to load packages). I
thought one of the important advantages of .Net technology was the ability to
install different versions side by side without affecting each other. Can
anyone tell me what's going on here. or some one g'd up with the
installers....
Thanks,
Musthafa
 
M

Miha Markic [MVP C#]

Hi,

Yes, they are incompatible since they use different .net framework.
There is a Sql Server 2005 CTP that comes with vs.net 2005 beta 2 and which
works just fine.
 
P

Peter van der Goes

Manikkoth said:
Hello,
It looks Visual Studio .Net 200 Beta 2 and SQL Server 2005 Beta 2
installations are incompatible. I installed the SQL server first, which
also
installed some version of the .Net framework 2.0 beta. Then I installed
the
visual studio, it asked me to unistall the previously installed .Net
framework 2.0 beta, which I did. However much of the SQL server services
and
functionality is not working any more (because failed to load packages). I
thought one of the important advantages of .Net technology was the ability
to
install different versions side by side without affecting each other. Can
anyone tell me what's going on here. or some one g'd up with the
installers....
Thanks,
Musthafa

It's the April CTP that you're looking for. The Beta 2's are incompatible
for reasons already cited by Miha.
If you want to download the April CTP:

http://www.microsoft.com/downloads/...99-E74B-4AF8-90C7-FA0CA20A10C4&displaylang=en
 
W

William \(Bill\) Vaughn

Best advice: Never, never depend on uninstalls to work until the product is
shipped. When working with the betas, use a VPC or (far) better yet, use
Ghost or another imaging program to revert back to a known "uncontaminated"
base that does not contain any of the beta software. I've seen batch files
and such that supposedly clean up the system but I have not had much luck
with them. I can restore the XP base in a matter of minutes and reinstall a
new build in about 3 hours. As you make changes to the XP configuration,
keep notes so next time you restore the base, make these adjustments and
re-Ghost. It also seems to help if you do a disk defrag and erase to 0
before ghosting if you want to improve performance--but I don't it does not
save that much time.

hth

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
www.betav.com/blog/billva
www.betav.com
www.sqlreportingservices.net
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top