Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Set up a disk partition to run XP?

Reply
Thread Tools Display Modes

Set up a disk partition to run XP?

 
 
Lee
Guest
Posts: n/a

 
      09-12-2009
I have a problem I can't solve... I have a much needed 32 bit program that I
cannot run in the Vista 64 bit environment and I need to know what the best
solution is to this? Go back to XP? Set up a seperate partition to run a 32
bit environment? Please Advise and thank you for your input

 
Reply With Quote
 
 
 
 
Guest
Posts: n/a

 
      09-12-2009
Re-Format Your Computer And Install Open Source Linux Ubuntu 9.04 RTW!

"Lee" <> wrote in message
news:81B52E60-ED86-4E1D-9E62-...
>I have a problem I can't solve... I have a much needed 32 bit program that
>I cannot run in the Vista 64 bit environment and I need to know what the
>best solution is to this? Go back to XP? Set up a seperate partition to run
>a 32 bit environment? Please Advise and thank you for your input


 
Reply With Quote
 
Dominic Payer
Guest
Posts: n/a

 
      09-12-2009
The simplest way is to run a virtual 32-bit machine with Microsoft
VirtualPC 2007
http://www.microsoft.com/windows/vir...l-pc-2007.aspx, if
your version of Vista is supported, or VirtualBox
http://www.virtualbox.org/ (you may need the older version of VirtualBox
if your system does not have a recent CPU with virtualisation enabled in
your BIOS).



On 12/09/2009 04:32, Lee wrote:
> I have a problem I can't solve... I have a much needed 32 bit program
> that I cannot run in the Vista 64 bit environment and I need to know
> what the best solution is to this? Go back to XP? Set up a seperate
> partition to run a 32 bit environment? Please Advise and thank you for
> your input

 
Reply With Quote
 
Ken Blake, MVP
Guest
Posts: n/a

 
      09-12-2009

On Fri, 11 Sep 2009 23:32:39 -0400, "Lee" <> wrote:

> I have a problem I can't solve... I have a much needed 32 bit program that I
> cannot run in the Vista 64 bit environment and I need to know what the best
> solution is to this? Go back to XP? Set up a seperate partition to run a 32
> bit environment? Please Advise and thank you for your input




What is the program? Exactly what happens when you try to run it? If
you get an error message please quote it verbatim.

--
Ken Blake, Microsoft MVP - Windows Desktop Experience
Please Reply to the Newsgroup
 
Reply With Quote
 
Saucy
Guest
Posts: n/a

 
      09-12-2009
Virtual PC is free from Microsoft. With it you can create a virtual machine
(computer) running Windows XP which runs on top of your already installed
operating system. Then you can install you application to the virtual
machine. Be sure to install the "Machine Additions" for better performance.

You could dualboot, but this is a major nuisance. You would be having to
close up everything and reboot all the time.

You could have two computers, one dedicated to the application.

Part of the consideration is performance. Some applications do OK on a
virtual machine, others do not. You will need to test to know. If it
performs adequately on the virtual machine then your problem is solved.

Saucy


"Lee" <> wrote in message
news:81B52E60-ED86-4E1D-9E62-...
> I have a problem I can't solve... I have a much needed 32 bit program that
> I cannot run in the Vista 64 bit environment and I need to know what the
> best solution is to this? Go back to XP? Set up a seperate partition to
> run a 32 bit environment? Please Advise and thank you for your input


 
Reply With Quote
 
kevpan817@gmail.com
Guest
Posts: n/a

 
      09-12-2009
wrote:
> Re-Format Your Computer And Install Open Source Linux Ubuntu 9.04 RTW!
>

Just FYI. Headers. Just FYI. Investigate Headers. Just FYI. Print
Out The Headers. Just FYI. The Headers Will Tell You Everything. Just
FYI. Just FYI.
 
Reply With Quote
 
Lee
Guest
Posts: n/a

 
      09-13-2009
The program is called "ReDeal" and it's a realestate investment tool that
pulls a lot of information together from off the web and puts in MS Access
.... The error message dialog box is titled Microsoft .Net framework and the
message itself says: 'the microsoft.jet.OLEDB.4.0 provider is not registered
on the local machine'... I have made sure that net framework is updated and
the msjet.dll file is present ... etc etc.. and after reading up on the
issue I concluded it's the 64 / 32 bit issue
"Ken Blake, MVP" <> wrote in message
news:...
> On Fri, 11 Sep 2009 23:32:39 -0400, "Lee" <> wrote:
>
>> I have a problem I can't solve... I have a much needed 32 bit program
>> that I
>> cannot run in the Vista 64 bit environment and I need to know what the
>> best
>> solution is to this? Go back to XP? Set up a seperate partition to run a
>> 32
>> bit environment? Please Advise and thank you for your input

>
>
>
> What is the program? Exactly what happens when you try to run it? If
> you get an error message please quote it verbatim.
>
> --
> Ken Blake, Microsoft MVP - Windows Desktop Experience
> Please Reply to the Newsgroup


 
Reply With Quote
 
Lee
Guest
Posts: n/a

 
      09-26-2009
Ken,
The prog is a real estate research tool that pulls information from various
county offices and uses it for various calculations.. it uses MS Access as
the Data base.

The creator does not have a solution at this time... .the error message is:


Exception Text **************
System.InvalidOperationException: The 'Microsoft.Jet.OLEDB.4.0' provider is
not registered on the local machine.
at
System.Data.OleDb.OleDbServicesWrapper.GetDataSour ce(OleDbConnectionString
constr, DataSourceWrapper& datasrcWrapper)
at System.Data.OleDb.OleDbConnectionInternal..ctor(Ol eDbConnectionString
constr, OleDbConnection connection)
at
System.Data.OleDb.OleDbConnectionFactory.CreateCon nection(DbConnectionOptions
options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection
owningObject)
at
System.Data.ProviderBase.DbConnectionFactory.Creat eNonPooledConnection(DbConnection
owningConnection, DbConnectionPoolGroup poolGroup)
at
System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection
owningConnection)
at
System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection
outerConnection, DbConnectionFactory connectionFactory)
at System.Data.OleDb.OleDbConnection.Open()
at System.Data.Common.DbDataAdapter.QuietOpen(IDbConn ection connection,
ConnectionState& originalState)
at System.Data.Common.DbDataAdapter.FillInternal(Data Set dataset,
DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String
srcTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32
startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
at RE_Deal_II.WhlslDataSetTableAdapters.AdvTableAdapt er.Fill(AdvDataTable
dataTable)
at RE_Deal_II.Form1.Form1_Load(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg,
IntPtr wparam, IntPtr lparam)


I am running Vista Home Premium which does not allow me to install VPC 2007,
so I Created another partition, installed Win7 and installed VPC 2007 then
installed Win Xp on the virtual machine. After doing all that I discovered
that VPC 2007 does not support usb devices, which negates my whole setup..
yea I can upgrade my Vista to support VPC 2007 but it seems that I will have
to buy VMware in order to use my usb device.
What am I missing here?


"Ken Blake, MVP" <> wrote in message
news:...
> On Fri, 11 Sep 2009 23:32:39 -0400, "Lee" <> wrote:
>
>> I have a problem I can't solve... I have a much needed 32 bit program
>> that I
>> cannot run in the Vista 64 bit environment and I need to know what the
>> best
>> solution is to this? Go back to XP? Set up a seperate partition to run a
>> 32
>> bit environment? Please Advise and thank you for your input

>
>
>
> What is the program? Exactly what happens when you try to run it? If
> you get an error message please quote it verbatim.
>
> --
> Ken Blake, Microsoft MVP - Windows Desktop Experience
> Please Reply to the Newsgroup


 
Reply With Quote
 
Lee
Guest
Posts: n/a

 
      09-26-2009
Hey Saucy,

I need usb support in the virtual machine... so I guess I'll have to use
something other than what MS offers?


"Saucy" <> wrote in message
news:%...
> Virtual PC is free from Microsoft. With it you can create a virtual
> machine (computer) running Windows XP which runs on top of your already
> installed operating system. Then you can install you application to the
> virtual machine. Be sure to install the "Machine Additions" for better
> performance.
>
> You could dualboot, but this is a major nuisance. You would be having to
> close up everything and reboot all the time.
>
> You could have two computers, one dedicated to the application.
>
> Part of the consideration is performance. Some applications do OK on a
> virtual machine, others do not. You will need to test to know. If it
> performs adequately on the virtual machine then your problem is solved.
>
> Saucy
>
>
> "Lee" <> wrote in message
> news:81B52E60-ED86-4E1D-9E62-...
>> I have a problem I can't solve... I have a much needed 32 bit program
>> that I cannot run in the Vista 64 bit environment and I need to know what
>> the best solution is to this? Go back to XP? Set up a seperate partition
>> to run a 32 bit environment? Please Advise and thank you for your input

>


 
Reply With Quote
 
Gene E. Bloch
Guest
Posts: n/a

 
      09-29-2009
On 9/26/09, Lee posted:
> Hey Saucy,


> I need usb support in the virtual machine... so I guess I'll have to use
> something other than what MS offers?


Since I needed USB support, I switched to VMware Reader, which is free,
but I had to create the virtual machine on another computer which has a
paid copy of the full VMware (a Macintosh,in fact). I just copied the
virtual machine file to the PC and it wasn't hard to get it to work
(IIRC).

> "Saucy" <> wrote in message
> news:%...
>> Virtual PC is free from Microsoft. With it you can create a virtual machine
>> (computer) running Windows XP which runs on top of your already installed
>> operating system. Then you can install you application to the virtual
>> machine. Be sure to install the "Machine Additions" for better performance.
>>
>> You could dualboot, but this is a major nuisance. You would be having to
>> close up everything and reboot all the time.
>>
>> You could have two computers, one dedicated to the application.
>>
>> Part of the consideration is performance. Some applications do OK on a
>> virtual machine, others do not. You will need to test to know. If it
>> performs adequately on the virtual machine then your problem is solved.
>>
>> Saucy
>>
>>
>> "Lee" <> wrote in message
>> news:81B52E60-ED86-4E1D-9E62-...
>>> I have a problem I can't solve... I have a much needed 32 bit program that
>>> I cannot run in the Vista 64 bit environment and I need to know what the
>>> best solution is to this? Go back to XP? Set up a seperate partition to
>>> run a 32 bit environment? Please Advise and thank you for your input

>>


--
Gene Bloch 650.366.4267 lettersatblochg.com


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
server 2008 - disk management issue Windows Server 11 02-21-2011 08:54 AM
OS loading order Kue2 Windows 64 Bit 14 06-05-2009 02:04 PM
Dual boot operating system depends on ntldr and ntdetect version?? dakota02 Windows 64 Bit 15 02-26-2007 07:20 PM
Partition Magic-Moved Post Thomas H Clegg Windows Server 2 06-16-2005 09:38 PM
Dual Boot Vince Windows Server 40 05-18-2005 07:51 PM



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 47 48 49 50 51 52 53 54 55 56 57 58 59