Visual Studio

A

Arne Garvander

Does Visual Studio 2005 and Visual Studio 2008 work well together on a Vista
computer?
I am having some issues with Ajax development. Neither VS2005 nor VS 2008
work well since I installed Visual Studio 2008 professional.
 
C

Cowboy \(Gregory A. Beamer\)

The Ajax bits for 2.0 (2005 or 2008 with 2.0 targeted) are a separate
install. You have to make sure you have the correct AJAX assemblies
referenced in a 2.0 project. I ran into this fence awhile ago, and it is not
hard once you get your head wrapped around it.

I no longer have 2005 installed (not quite true, as it is the front end for
SQL 2005, but I do not have the dev bits installed for 2005), so I cannot
play with any solutions and give you more guidance, other than focus on
which assembly you are referencing in 2005.

Personally, I would ditch 2005 (not necessarily uninstall, but stop using
it) and focus on your 2.0 dev in 2008. You will still have to watch AJAX 1.0
references, as the bits already in 2008 are for 3.5. Create a new toolbox
group and reference the control assembly. Make sure you mark the group 2.0.
Then you should be fine.

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

Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss

or just read it:
http://gregorybeamer.spaces.live.com/

********************************************
| Think outside the box! |
********************************************
 
A

Arne Garvander

Mark,
Visual Studio 2005 has SQL Server 2005 Business Intelligence.
I tried to install Business Intelligence from Sql Server 2008 but I ran into
a problem within 1 minute and I decided to remove it from my computer.
 
A

Arne Garvander

I have problems with Ajax futures in Visual Studio. How can I make sure that
I have the correct version?
 
C

Cowboy \(Gregory A. Beamer\)

The futures on the asp.net site, meaning the current futures, are 3.5 only
at this time. If you are developing 2.0, you cannot use them. I am not sure
if release will be made for 2.0 or not.

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

Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss

or just read it:
http://gregorybeamer.spaces.live.com/

********************************************
| Think outside the box! |
********************************************
 

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