473,466 Members | 1,658 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Maybe off topic question

TD
OK, I didn't know where to start to ask for help with this question, but
here goes. I have a Windows 2000 Pro computer with a single partition on
the hard drive. I want to installed the following software on it:

Microsoft Office 2000 Professional (for Access work)
Microsoft Office 2003 Professional (for Access work)
Microsoft Visual Basic version 6
Microsoft Visual Studio 2003 Professional ( for .Net work)

Will these programs conflict with each other? If so, what would be a better
solution?

Thanks,
Thomas
Nov 21 '05 #1
6 1281
Hi,

They should peacefully coexist.

Ken
--------------------
"TD" <td***@mindspring.com> wrote in message
news:uv**************@TK2MSFTNGP14.phx.gbl...
OK, I didn't know where to start to ask for help with this question, but
here goes. I have a Windows 2000 Pro computer with a single partition on
the hard drive. I want to installed the following software on it:

Microsoft Office 2000 Professional (for Access work)
Microsoft Office 2003 Professional (for Access work)
Microsoft Visual Basic version 6
Microsoft Visual Studio 2003 Professional ( for .Net work)

Will these programs conflict with each other? If so, what would be a better
solution?

Thanks,
Thomas

Nov 21 '05 #2
Hi Thomas,

I don't know about the two offices working together but I would imagine they
would be fine. When you install make sure you install in this order:

Office 2000
Office 2003
VB6
VS.Net

I've seen problems on system where Office XP or VB6 were installed before
VS.Net. As for installing Office 2000 before Office 2003 I put them in that
order because it just sounded logical. Good luck! Ken.

--
Ken Dopierala Jr.
For great ASP.Net web hosting try:
http://www.webhost4life.com/default.asp?refid=Spinlight
If you sign up under me and need help, email me.

"TD" <td***@mindspring.com> wrote in message
news:uv**************@TK2MSFTNGP14.phx.gbl...
OK, I didn't know where to start to ask for help with this question, but
here goes. I have a Windows 2000 Pro computer with a single partition on
the hard drive. I want to installed the following software on it:

Microsoft Office 2000 Professional (for Access work)
Microsoft Office 2003 Professional (for Access work)
Microsoft Visual Basic version 6
Microsoft Visual Studio 2003 Professional ( for .Net work)

Will these programs conflict with each other? If so, what would be a better solution?

Thanks,
Thomas

Nov 21 '05 #3
I have VB6 and VB.NET in my PC. I did get some error when I try to coexist
Office 2000 and Office XP previously. But why do you need 2 offices in the
same PC?

chanmm

"Ken Dopierala Jr." <kd*********@wi.rr.com> wrote in message
news:es**************@tk2msftngp13.phx.gbl...
Hi Thomas,

I don't know about the two offices working together but I would imagine
they
would be fine. When you install make sure you install in this order:

Office 2000
Office 2003
VB6
VS.Net

I've seen problems on system where Office XP or VB6 were installed before
VS.Net. As for installing Office 2000 before Office 2003 I put them in
that
order because it just sounded logical. Good luck! Ken.

--
Ken Dopierala Jr.
For great ASP.Net web hosting try:
http://www.webhost4life.com/default.asp?refid=Spinlight
If you sign up under me and need help, email me.

"TD" <td***@mindspring.com> wrote in message
news:uv**************@TK2MSFTNGP14.phx.gbl...
OK, I didn't know where to start to ask for help with this question, but
here goes. I have a Windows 2000 Pro computer with a single partition on
the hard drive. I want to installed the following software on it:

Microsoft Office 2000 Professional (for Access work)
Microsoft Office 2003 Professional (for Access work)
Microsoft Visual Basic version 6
Microsoft Visual Studio 2003 Professional ( for .Net work)

Will these programs conflict with each other? If so, what would be a

better
solution?

Thanks,
Thomas


Nov 21 '05 #4
"TD" <td***@mindspring.com> schrieb:
[...]


Notice that your system's date/time settings are wrong. Please correct
them.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 21 '05 #5
I haven't experienced them myself, but some of my colleagues have
reported issues when attempting to co-exist Office 2000 and Office 2003.
Specifically in the area of the object libraries that are used. They
report problems with Access 2000 defaulting to the Access 2003 object
libraries no matter what the Reference settings are.

I'm quite sceptical about this since it makes no sense to me what so
ever. For the moment I've got Office 2000 set up on a Virtual PC
(attempting to mimic the client setup as best as possible). I'll have to
test out their claims one day. Heck, I'll do it on Thursday (public
holiday tomorrow - yay!)

As for VB6.0 and VS.NET, I've had no troubles at all. The two work side
by side without complaint. So far. *touch wood*

Regards,
-Adam.

TD wrote:
OK, I didn't know where to start to ask for help with this question, but
here goes. I have a Windows 2000 Pro computer with a single partition on
the hard drive. I want to installed the following software on it:

Microsoft Office 2000 Professional (for Access work)
Microsoft Office 2003 Professional (for Access work)
Microsoft Visual Basic version 6
Microsoft Visual Studio 2003 Professional ( for .Net work)

Will these programs conflict with each other? If so, what would be a better
solution?

Thanks,
Thomas

Nov 21 '05 #6
The company I work for does most of it's development in Access 2003
using the Access 2000 file format.

The biggest problem with that is that some of our clients use Access
2000 - and Access 2000 is missing some important features that Access
2003 contains (i.e. OpenArgs for reports). I'm still bemused as to why
Access 2003-specific features aren't disabled when using the Access 2000
file format. But, that's the breaks. Then again, I could force the
application to use the Access 2000 object library....but I digress.

I almost got caught one day - I was going to deliver a DB to a client
and I was unaware they ran Access 2000 (I was certain it was '03).
Unfortunately I'd been using the Report.OpenArgs property for a while,
so you can bet my application truly borked itself when I tested it under
2000 (yeah, I know, my bad on the testing there).

Needless to say that hasn't happened since :)

Regards,
-Adam.

chanmmn wrote:
I have VB6 and VB.NET in my PC. I did get some error when I try to coexist
Office 2000 and Office XP previously. But why do you need 2 offices in the
same PC?

chanmm

"Ken Dopierala Jr." <kd*********@wi.rr.com> wrote in message
news:es**************@tk2msftngp13.phx.gbl...
Hi Thomas,

I don't know about the two offices working together but I would imagine
they
would be fine. When you install make sure you install in this order:

Office 2000
Office 2003
VB6
VS.Net

I've seen problems on system where Office XP or VB6 were installed before
VS.Net. As for installing Office 2000 before Office 2003 I put them in
that
order because it just sounded logical. Good luck! Ken.

--
Ken Dopierala Jr.
For great ASP.Net web hosting try:
http://www.webhost4life.com/default.asp?refid=Spinlight
If you sign up under me and need help, email me.

"TD" <td***@mindspring.com> wrote in message
news:uv**************@TK2MSFTNGP14.phx.gbl...
OK, I didn't know where to start to ask for help with this question, but
here goes. I have a Windows 2000 Pro computer with a single partition on
the hard drive. I want to installed the following software on it:

Microsoft Office 2000 Professional (for Access work)
Microsoft Office 2003 Professional (for Access work)
Microsoft Visual Basic version 6
Microsoft Visual Studio 2003 Professional ( for .Net work)

Will these programs conflict with each other? If so, what would be a


better
solution?

Thanks,
Thomas



Nov 21 '05 #7

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

Similar topics

9
by: Hudson Reis | last post by:
Hi all, Test, please ignore. Hudson
4
by: Mok-Kong Shen | last post by:
Apology, if this is OT. (Please kindly refer me eventually to another group.) With VC++ I can embed asm statements in a function e.g. as follows: __asm { ........ je lab
19
by: golson | last post by:
I have written a C function to copy a flash write routine that is in Flash memory to RAM memory. I have then created a function that uses a Function Pointer to run the copied function in RAM. ...
1
by: Klaus Vestergaard Kragelund | last post by:
Hi there I cannot seem to get this to work. In LabWindows I want to be able to call the Sleep function. But when I #Include "Windows.h" I get errors that it cannot build: "Redeclearation of...
33
by: Chris Croughton | last post by:
I notice the real reason for not posting "off-topic" here is that the result will be a long thread on whether the matter is off-topic or not -- caused by the very people who claim that they don't...
1
by: exquisitus | last post by:
Hi all, I'm writing a C socket application that uses either TCP/IP or UDP/IP (specified at command line). I want to be able to send the data that I receive to a HTTP server. Is there an HTTP...
8
by: fabio | last post by:
hi everybody i have a weird problem with my project, look at this: **************************************************** Debian:/progetto/PROGETTO$ ls -al server -rwsr-xr-x 1 root faz 372731...
11
by: Harris Kosmidhs | last post by:
Ok sorry for the off-topic question. I see a lot of people posting their html code here. Why so many people still use iso-8859-X instead of UTF8? Is there a particular reason? For my latest...
1
by: The Cool Giraffe | last post by:
I wonder if FoxToolkit is regarded as a part of C++, hence being on-topic here? Or should i ask my questions elsewhere and such case - where? Any suggestion would be welcome. -- Vänligen...
2
by: =?Utf-8?B?VHJhY2tz?= | last post by:
I want to show a specific help page in a .chm file from vb.net. This code shows the .chm file but it just goes to the first page or shows an error on the page: Help.ShowHelp(Me, "myhelp.chm",...
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
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
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...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.