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

Home Posts Topics Members FAQ

VB 2003

I am attempting to run a program I created in visual basic 2003. I get a
message prompting me to install the dotnet framework v1.1, which is
apparantly older than the current version installed with windows xp sp2
routine updates. I apparantly have .net 2 sp1, .net 3 sp1, and .net 3.5
installed. Why am I getting this message prompt?

Please advise.

Thanks and Hppy Holidays,

Dr. S.
Dec 12 '07 #1
4 1183
On Dec 12, 1:45 am, Dr. S. <D...@discussions.microsoft.comwrote:
I am attempting to run a program I created in visual basic 2003. I get a
message prompting me to install the dotnet framework v1.1, which is
apparantly older than the current version installed with windows xp sp2
routine updates. I apparantly have .net 2 sp1, .net 3 sp1, and .net 3.5
installed. Why am I getting this message prompt?
Because you haven't got .NET 1.1, and the application requires it. You
can make the application run with .NET 2.0 instead using an app.config
file such as this:

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v2.0.50727"></supportedRuntime>
<supportedRuntime version="v1.1.4322"></supportedRuntime>
</startup>
</configuration>

Jon
Dec 12 '07 #2
I have recently downloaded and installed VB 2008 express edition. I presume
that I can also just open the projects in this newer version, and rebuild
solutions, and this will also rectify the problem?

Thanks.

"Jon Skeet [C# MVP]" wrote:
On Dec 12, 1:45 am, Dr. S. <D...@discussions.microsoft.comwrote:
I am attempting to run a program I created in visual basic 2003. I get a
message prompting me to install the dotnet framework v1.1, which is
apparantly older than the current version installed with windows xp sp2
routine updates. I apparantly have .net 2 sp1, .net 3 sp1, and .net 3.5
installed. Why am I getting this message prompt?

Because you haven't got .NET 1.1, and the application requires it. You
can make the application run with .NET 2.0 instead using an app.config
file such as this:

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v2.0.50727"></supportedRuntime>
<supportedRuntime version="v1.1.4322"></supportedRuntime>
</startup>
</configuration>

Jon
Dec 12 '07 #3
On 12/12/2007 in message
<CA**********************************@microsoft.co mDr. S. wrote:
>I have recently downloaded and installed VB 2008 express edition. I
presume
that I can also just open the projects in this newer version, and rebuild
solutions, and this will also rectify the problem?
You should be OK but it's probably sensible to work on a copy (or keep a
backup) just to be sure. It's a one way street, once the project is
upgraded to VB2008 you won't be able to open it in an earlier version of VS.

--
Jeff Gaines
Dec 12 '07 #4
Already took that precaution, but thanks, that is important.

On a completely different issue, maybe somone can help, or, advise me where
to post: I cannot get my internet explorer 6 or 7 settings, uder advanced,
to remain unchecked for "Warn if changing between secure and not secure
mode". This only happens on this particular pc, and each time I go to a new
URL, I get a popup asking if I want to go to this site as it may not be
secure. Clicking the box that says "Do not show this message again" has no
effect whatsoever.

Thanks.
Dr. S.

"Jeff Gaines" wrote:
On 12/12/2007 in message
<CA**********************************@microsoft.co mDr. S. wrote:
I have recently downloaded and installed VB 2008 express edition. I
presume
that I can also just open the projects in this newer version, and rebuild
solutions, and this will also rectify the problem?

You should be OK but it's probably sensible to work on a copy (or keep a
backup) just to be sure. It's a one way street, once the project is
upgraded to VB2008 you won't be able to open it in an earlier version of VS.

--
Jeff Gaines
Dec 12 '07 #5

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

Similar topics

1
by: David Lee | last post by:
Need some help bad here. Am using VB.Net Standard 2003 supplied for a class and I need to install Msde and the sample databases to work on homework. Following the documentation I can download...
0
by: Tom Lee | last post by:
Hi, I'm new to .NET 2003 compiler. When I tried to compile my program using DEBUG mode, I got the following errors in the C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7 \include\xdebug...
6
by: David Waz... | last post by:
Moved an app from W/2000 Asp V1.0 to W/2003, VS/2003, ASPV 1.1 Page runs a long job, uploading 2 large fixed length files (300,000 rows) into SQL database. A process is run against the data,...
22
by: EP | last post by:
When running my asp.net hosting service (asp.net without IIS), on server 2003 with IIS not installed, I get the following when trying to process a request. "System.DllNotFoundException: Unable to...
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
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: 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: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
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 ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.