473,626 Members | 3,305 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Installing .NET

I have been told that installing .Net on machines which
have Developer Studio (VB6 and C++) causes problems.

Can anyone tell me if this is true, and what measures might be
taken to avoid problems.

Thanks

CharlesW
Nov 21 '05 #1
7 936
I have never had a problem. I run VB6 and VB.Net 2003 on my machine.

--
Bob Hollness

-------------------------------------
I'll have a B please Bob

"ch*****@home.c om" <Ch*****@home.c om> wrote in message
news:41******** *************** @ptn-nntp-reader04.plus.n et...
I have been told that installing .Net on machines which
have Developer Studio (VB6 and C++) causes problems.

Can anyone tell me if this is true, and what measures might be
taken to avoid problems.

Thanks

CharlesW

Nov 21 '05 #2
"Developer Studio" being Visual Studio 6 ?

I have VS 6 SP5 and VS.NET 2003 installed on my machine with no issues
whatsoever. They do use separate MSDN Library for their help files. You'll
want the Oct 2001(?) MSDN Library for your VS 6 install. And the latest
MSDN for VS.NET.

The order of install doesn't seem to cause issues either.

Greg
"ch*****@home.c om" <Ch*****@home.c om> wrote in message
news:41******** *************** @ptn-nntp-reader04.plus.n et...
I have been told that installing .Net on machines which
have Developer Studio (VB6 and C++) causes problems.

Can anyone tell me if this is true, and what measures might be
taken to avoid problems.

Thanks

CharlesW

Nov 21 '05 #3
"ch*****@home.c om" <Ch*****@home.c om> schrieb:
I have been told that installing .Net on machines which
have Developer Studio (VB6 and C++) causes problems.

Can anyone tell me if this is true, and what measures might be
taken to avoid problems.

I have never experienced such problems. Once I heard about a problem with
VB6's Data Environment, but I am not sure if this occurs on all machines.
If possible, install VB6/VS6 before installing VS.NET.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 21 '05 #4
I have full VS 6 and VS.NET running. It is ok.

chanmm

"ch*****@home.c om" <Ch*****@home.c om> wrote in message
news:41******** *************** @ptn-nntp-reader04.plus.n et...
I have been told that installing .Net on machines which
have Developer Studio (VB6 and C++) causes problems.

Can anyone tell me if this is true, and what measures might be
taken to avoid problems.

Thanks

CharlesW

Nov 21 '05 #5
Thanks for the feedback....
I will install the .net

CharlesW

"chanmmn" <ch*****@hotmai l.com> wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..
I have full VS 6 and VS.NET running. It is ok.

chanmm

"ch*****@home.c om" <Ch*****@home.c om> wrote in message
news:41******** *************** @ptn-nntp-reader04.plus.n et...
I have been told that installing .Net on machines which
have Developer Studio (VB6 and C++) causes problems.

Can anyone tell me if this is true, and what measures might be
taken to avoid problems.

Thanks

CharlesW


Nov 21 '05 #6
Don't want to forget that if you develop for the 1.1 you need to add a
..config
<?xml version="1.0"?>
<configuratio n>
<startup>
<supportedRunti me version="v1.1.4 322" />
<supportedRunti me version="v1.0.3 705" />
</startup>
</configuration>
"ch*****@home.c om" <Ch*****@home.c om> wrote in message
news:41******** *************** @ptn-nntp-reader01.plus.n et...
Thanks for the feedback....
I will install the .net

CharlesW

"chanmmn" <ch*****@hotmai l.com> wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..
I have full VS 6 and VS.NET running. It is ok.

chanmm

"ch*****@home.c om" <Ch*****@home.c om> wrote in message
news:41******** *************** @ptn-nntp-reader04.plus.n et...
I have been told that installing .Net on machines which
have Developer Studio (VB6 and C++) causes problems.

Can anyone tell me if this is true, and what measures might be
taken to avoid problems.

Thanks

CharlesW



Nov 21 '05 #7
Sorry Michael,

I don't understand what a .config is....
Can you explain what it is and where I need to put it.

Thanks

CharlesW
"Michael R. Pierotti" <mr*@hafatel.co m> wrote in message
news:ea******** *****@TK2MSFTNG P14.phx.gbl...
Don't want to forget that if you develop for the 1.1 you need to add a
.config
<?xml version="1.0"?>
<configuratio n>
<startup>
<supportedRunti me version="v1.1.4 322" />
<supportedRunti me version="v1.0.3 705" />
</startup>
</configuration>
"ch*****@home.c om" <Ch*****@home.c om> wrote in message
news:41******** *************** @ptn-nntp-reader01.plus.n et...
Thanks for the feedback....
I will install the .net

CharlesW

"chanmmn" <ch*****@hotmai l.com> wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..
I have full VS 6 and VS.NET running. It is ok.

chanmm

"ch*****@home.c om" <Ch*****@home.c om> wrote in message
news:41******** *************** @ptn-nntp-reader04.plus.n et...
>I have been told that installing .Net on machines which
> have Developer Studio (VB6 and C++) causes problems.
>
> Can anyone tell me if this is true, and what measures might be
> taken to avoid problems.
>
> Thanks
>
> CharlesW
>
>



Nov 21 '05 #8

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

Similar topics

3
4916
by: Jean-Christian Imbeault | last post by:
I have a user account on a RH Linux machine but no root access. I succesfully installed apache 1.3 under my /home/ account but can't get PHP to install properly. I have done the following steps: #1 compiled and installed apache using --prefix=/home/imbeauje/apache. Tested that it works.
1
2398
by: SAP BASIS Consultant | last post by:
Hello, I am installing SAP R/3 on Win2000/SQL Server. There is a CD with the SQL Server RDBMS, as well as another one with SP 3A (Both are from SAP). According to the SAP installation manual, after installing those I have to install 'QMF' for SQL Server. It indicates to check Microsoft's documentation on installing QMF on SQL Server. I searched Microsoft's Website, but I did not find any information on QMF. Any ideas on the procedure...
0
2803
by: Chris Halcrow | last post by:
Hi I've spent ALL DAY trying to re-install SQL Server 2000 on Windows XP. I continually get the error 'cannot configure server' just at the end of the installation. I've tried the following: - Removing SQL server from 'Program Files' folder following an unsuccessful attempt to re-install, and entirely removing the registry entry 'HKEY_CURRENT_USER > SOFTWARE > Microsoft > MSSQLServer', as well as the corresponding entry under...
5
2718
by: Gerald Hernandez | last post by:
One of my development PC's died, and I need to have legacy VS and VS.Net installed at the same time. On the now dead PC, I had VS6 installed prior to installing VS.Net. This worked just fine. On my working PC, I already have VS.Net installed, but not VS6. My question, will installing the older VS6 with VS.Net already installed give me problems with VS.Net. Or should I first remove the VS.Net, install VS6, then re-install VS.Net? Gerald
0
2627
by: Steve | last post by:
I'm posting this message here, so that someone googling here will be able to find it. I was having problems installing cx_Oracle on Solaris. The build would fail with a message: > ld: fatal: file /apps/oracle/prod/9.2/lib/libclntsh.so: wrong ELF class: ELFCLASS64 I found the solution on Grig Gheorghiu's blog. Grig had similar problems when installing on UNIX, specifically AIX. You can find his
3
4111
by: jaggi | last post by:
Hi all, I downloaded DB2 enterprise edition from partnerworld on ibm.com and unzipped and untarred it and copied it to CD and tried installing on AIX using SMIT. I am getting errors while installing DB2. they seems like related to java or dependent on java. Is there anyone who has faced some problem installing DB2? Do i have to install Java from expansion pack or bonus pack before installing DB2 regards,
3
1611
by: mariantrygg | last post by:
Hi I have an app that uses the a2K run-time. I have just discovered that installing this app breaks an access2003 installation causing the user to have to repair the installation using the original installation CD. I would prefer not to be seen to be 'breaking' customer's computers, (thanks Microsoft!!!) Does anyone know how to avoid this happening? I am installing the run-time into a separate folder under my program folder...
13
8361
by: bjhartin | last post by:
All, I was working at a client's site when I installed Visual Basic 6 on a machine at their request. Existing applications on this machine had specified version 4.0 of the Jet OLEDB provider in a data source string in their config files. After installing VB 6, they stopped working, producing the error "3220: The supplied provider is different from the one already in use. Changing their configuration files to specify version 3.5.1...
7
2911
by: Adam | last post by:
Im trying to add an httphandler for all *.sgf file extensions. I have developed the handler, 1. installed it into the gac 2. added it to the machine.config: <httpHandlers> <add verb="*" path="*.sgf" type="CustomExtensionHandler, Extenders.CustomExtensionHandler, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d831d925597c1031" validate="True"/> </httpHandlers>
11
5750
by: tshad | last post by:
I have a small Windows Service program that just has a timer on it and it built fine. I try to install it using InstallUtil and I get the following message: System.ComponentModel.Win32Exception: The account name is invalid or does not exist, or the password is invalid for the account name specified I am in the same folder my program is in (MyService.exe). I assume it has to do with Logon Credentials.
0
8262
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8196
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8701
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8502
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5571
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4090
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4196
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2623
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 we have to send another system
2
1507
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.