Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > .NET General

Vista - What solution is the best between 1, 2 or 3 ?

Reply
 
Old 10-06-2008   #1 (permalink)
Golard


 
 

What solution is the best between 1, 2 or 3 ?

Hello,
My project is actually in VB6 (Visual Studio 6) on XP.
This project is Vista compatible, and has to stay XP compatible.

I'm going to install VS2008 and migrate my project:
First step, I want to migrate my main exe in VBNet 2008 and keep all my DLL
in VB6,
Second step (later), I will migrate my all project in VBNet 2008 and get rid
of VB6.

MY QUESTION IS: What solution is the best between 1, 2 or 3 (see below)?
1= install VS2008 on the same XP PC than VS6
2= install VS2008 on another XP PC
3= install VS2008 on a Vista PC (and continue to compil all my DLL under VS6
XP)

Thank you (and sorry for my rusty english)

(Msg crosspossed in microsoft.public.dotnet.general,
microsoft.public.vsnet.general and microsoft.public.vstudio.setup)



My System SpecsSystem Spec
Old 10-06-2008   #2 (permalink)
John Saunders


 
 

Re: What solution is the best between 1, 2 or 3 ?

"Golard" <laurent.je.gaillard@xxxxxx> wrote in message
news:ebDib24JJHA.920@xxxxxx
Quote:

> Hello,
> My project is actually in VB6 (Visual Studio 6) on XP.
> This project is Vista compatible, and has to stay XP compatible.
>
> I'm going to install VS2008 and migrate my project:
> First step, I want to migrate my main exe in VBNet 2008 and keep all my
> DLL
> in VB6,
> Second step (later), I will migrate my all project in VBNet 2008 and get
> rid
> of VB6.
>
> MY QUESTION IS: What solution is the best between 1, 2 or 3 (see below)?
> 1= install VS2008 on the same XP PC than VS6
> 2= install VS2008 on another XP PC
> 3= install VS2008 on a Vista PC (and continue to compil all my DLL under
> VS6
> XP)
There is no reason not to install both on the same system.

--
John Saunders | MVP - Connected System Developer

My System SpecsSystem Spec
Old 10-07-2008   #3 (permalink)
Golard


 
 

Re: What solution is the best between 1, 2 or 3 ?


"John Saunders" <no@xxxxxx> a écrit dans le message de news:
#q79kB6JJHA.1156@xxxxxx
Quote:

> "Golard" <laurent.je.gaillard@xxxxxx> wrote in message
> news:ebDib24JJHA.920@xxxxxx
Quote:

> > Hello,
> > My project is actually in VB6 (Visual Studio 6) on XP.
> > This project is Vista compatible, and has to stay XP compatible.
> >
> > I'm going to install VS2008 and migrate my project:
> > First step, I want to migrate my main exe in VBNet 2008 and keep all my
> > DLL
> > in VB6,
> > Second step (later), I will migrate my all project in VBNet 2008 and get
> > rid
> > of VB6.
> >
> > MY QUESTION IS: What solution is the best between 1, 2 or 3 (see below)?
> > 1= install VS2008 on the same XP PC than VS6
> > 2= install VS2008 on another XP PC
> > 3= install VS2008 on a Vista PC (and continue to compil all my DLL under
> > VS6
> > XP)
>
> There is no reason not to install both on the same system.
>
> --
> John Saunders | MVP - Connected System Developer
>
" There is no reason " ???
The reason is that librairies from VB6 and executables from VBNet2008 have
to come together to build my project...
You advise me to have 2 separate PCs, but which solution between 2 and 3 ?


My System SpecsSystem Spec
Old 10-07-2008   #4 (permalink)
John Saunders


 
 

Re: What solution is the best between 1, 2 or 3 ?



"Golard" <lgaillard@xxxxxx> wrote in message
news:gcet5b$nd6$1@xxxxxx
Quote:

>
> "John Saunders" <no@xxxxxx> a écrit dans le message de news:
> #q79kB6JJHA.1156@xxxxxx
Quote:

>> "Golard" <laurent.je.gaillard@xxxxxx> wrote in message
>> news:ebDib24JJHA.920@xxxxxx
Quote:

>> > Hello,
>> > My project is actually in VB6 (Visual Studio 6) on XP.
>> > This project is Vista compatible, and has to stay XP compatible.
>> >
>> > I'm going to install VS2008 and migrate my project:
>> > First step, I want to migrate my main exe in VBNet 2008 and keep all my
>> > DLL
>> > in VB6,
>> > Second step (later), I will migrate my all project in VBNet 2008 and
>> > get
>> > rid
>> > of VB6.
>> >
>> > MY QUESTION IS: What solution is the best between 1, 2 or 3 (see
>> > below)?
>> > 1= install VS2008 on the same XP PC than VS6
>> > 2= install VS2008 on another XP PC
>> > 3= install VS2008 on a Vista PC (and continue to compil all my DLL
>> > under
>> > VS6
>> > XP)
>>
>> There is no reason not to install both on the same system.
>>
>> --
>> John Saunders | MVP - Connected System Developer
>>
>
> " There is no reason " ???
> The reason is that librairies from VB6 and executables from VBNet2008 have
> to come together to build my project...
> You advise me to have 2 separate PCs, but which solution between 2 and 3 ?
No, I mean you can install both on the same system.

--
John Saunders | MVP - Connected System Developer

My System SpecsSystem Spec
Old 10-09-2008   #5 (permalink)
Cowboy \(Gregory A. Beamer\)


 
 

Re: What solution is the best between 1, 2 or 3 ?

Install on the same computer as Visual Studio 6. Visual Studio 2008 will not
do anything to your COM bits (VB6) and will not destroy or upgrade Visual
Studio 6. They are two methodologies, two paradigms and two separate
programs. There is absolutely NO conflict.

As far as migration, you can certainly create a UI and link back to the VB6
bits. You do it with tlbimp.exe. The explanation and instructions are here:
http://msdn.microsoft.com/en-us/library/ms973800.aspx

I would agree that it is probably easier to alter UI first, although I am
certain there is someone who would disagree.

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

Subscribe to my blog
http://feeds.feedburner.com/GregoryBeamer#

or just read it:
http://feeds.feedburner.com/GregoryBeamer

********************************************
| Think outside the box! |
********************************************
"Golard" <laurent.je.gaillard@xxxxxx> wrote in message
news:ebDib24JJHA.920@xxxxxx
Quote:

> Hello,
> My project is actually in VB6 (Visual Studio 6) on XP.
> This project is Vista compatible, and has to stay XP compatible.
>
> I'm going to install VS2008 and migrate my project:
> First step, I want to migrate my main exe in VBNet 2008 and keep all my
> DLL
> in VB6,
> Second step (later), I will migrate my all project in VBNet 2008 and get
> rid
> of VB6.
>
> MY QUESTION IS: What solution is the best between 1, 2 or 3 (see below)?
> 1= install VS2008 on the same XP PC than VS6
> 2= install VS2008 on another XP PC
> 3= install VS2008 on a Vista PC (and continue to compil all my DLL under
> VS6
> XP)
>
> Thank you (and sorry for my rusty english)
>
> (Msg crosspossed in microsoft.public.dotnet.general,
> microsoft.public.vsnet.general and microsoft.public.vstudio.setup)
>
>
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
still no solution Vista mail
what the solution? Vista General
Any Solution? Vista performance & maintenance
what the solution ? Vista mail
My solution to IE7 Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46