473,416 Members | 1,737 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,416 software developers and data experts.

Missing properties and an upgrade issue?

Hi

I have started using a year old version VB.Net Standard Version 2003
recently. I purchase a "how to" book and noticed that the book had several
extra object properties displayed in it's version of VB.net than mine.
(Example, a panel on a web form didn't display an option to change the
innerText of the panel in my version).

Thought I needed an upgrade after a year of hibernation but when I tried to
use the "Check for Updates" menu opion in Help, I received an error message
"Visual Studio .NET 2003 setup encountered errors while attempting to
download required files. Check you Web browser..." I checked the MS site and
found a solution in artical #836454. It said to download SP1 for VS .Net
2002. I tried the download and as expected it said I didn't have the correct
version of the software installed for it to update.

So my questions are:
1) is there an update for VB.Net or VisualStudio.Net 2003 that you can
download?
2) how do I fix the bug when I attempt a "Check for Updates"

Thanks.

--
Keith
Nov 23 '05 #1
5 1253
Keith,

I didn't even notice the "check for updates" item until I read your post! I
tried it and got the same result as you.
Then I temporarily disabled my firewall... et voila... it told me there were
no updates available.

Hope that answers both of your questions!
_________________________________________________
The Grim Reaper

"keith58" <ke*****@discussions.microsoft.com> wrote in message
news:42**********************************@microsof t.com...
Hi

I have started using a year old version VB.Net Standard Version 2003
recently. I purchase a "how to" book and noticed that the book had several
extra object properties displayed in it's version of VB.net than mine.
(Example, a panel on a web form didn't display an option to change the
innerText of the panel in my version).

Thought I needed an upgrade after a year of hibernation but when I tried
to
use the "Check for Updates" menu opion in Help, I received an error
message
"Visual Studio .NET 2003 setup encountered errors while attempting to
download required files. Check you Web browser..." I checked the MS site
and
found a solution in artical #836454. It said to download SP1 for VS .Net
2002. I tried the download and as expected it said I didn't have the
correct
version of the software installed for it to update.

So my questions are:
1) is there an update for VB.Net or VisualStudio.Net 2003 that you can
download?
2) how do I fix the bug when I attempt a "Check for Updates"

Thanks.

--
Keith

Nov 23 '05 #2
Hi,

I use a firewall at my router so I disabled my Nortan auto-protect.... no
change. I just can't believe there have been no enhancements to this product
in over a year.

Thanks for responding.

--
Keith
"The Grim Reaper" wrote:
Keith,

I didn't even notice the "check for updates" item until I read your post! I
tried it and got the same result as you.
Then I temporarily disabled my firewall... et voila... it told me there were
no updates available.

Hope that answers both of your questions!
_________________________________________________
The Grim Reaper

"keith58" <ke*****@discussions.microsoft.com> wrote in message
news:42**********************************@microsof t.com...
Hi

I have started using a year old version VB.Net Standard Version 2003
recently. I purchase a "how to" book and noticed that the book had several
extra object properties displayed in it's version of VB.net than mine.
(Example, a panel on a web form didn't display an option to change the
innerText of the panel in my version).

Thought I needed an upgrade after a year of hibernation but when I tried
to
use the "Check for Updates" menu opion in Help, I received an error
message
"Visual Studio .NET 2003 setup encountered errors while attempting to
download required files. Check you Web browser..." I checked the MS site
and
found a solution in artical #836454. It said to download SP1 for VS .Net
2002. I tried the download and as expected it said I didn't have the
correct
version of the software installed for it to update.

So my questions are:
1) is there an update for VB.Net or VisualStudio.Net 2003 that you can
download?
2) how do I fix the bug when I attempt a "Check for Updates"

Thanks.

--
Keith


Nov 23 '05 #3
Keith,

There is an upgrade for the framework 1.1
There is an upgrade for the Visual Studio version 2002
There is no upgrade for the Visual Studio version 2003

The innertext is in my opinion the same as any other tag, can you explain
what is your problem where are you using it. (Telling in which book it is
does probably not help, I have sometimes the idea that if somebody has seen
the samples on MSDN, he/she starts direct to write a book).

I hope this helps,

Cor
Nov 23 '05 #4
I guess they've been a bit busy developing VS 2005 :D
___________________________________
The Grim Reaper

"keith58" <ke*****@discussions.microsoft.com> wrote in message
news:02**********************************@microsof t.com...
Hi,

I use a firewall at my router so I disabled my Nortan auto-protect.... no
change. I just can't believe there have been no enhancements to this
product
in over a year.

Thanks for responding.

--
Keith
"The Grim Reaper" wrote:
Keith,

I didn't even notice the "check for updates" item until I read your post!
I
tried it and got the same result as you.
Then I temporarily disabled my firewall... et voila... it told me there
were
no updates available.

Hope that answers both of your questions!
_________________________________________________
The Grim Reaper

"keith58" <ke*****@discussions.microsoft.com> wrote in message
news:42**********************************@microsof t.com...
> Hi
>
> I have started using a year old version VB.Net Standard Version 2003
> recently. I purchase a "how to" book and noticed that the book had
> several
> extra object properties displayed in it's version of VB.net than mine.
> (Example, a panel on a web form didn't display an option to change the
> innerText of the panel in my version).
>
> Thought I needed an upgrade after a year of hibernation but when I
> tried
> to
> use the "Check for Updates" menu opion in Help, I received an error
> message
> "Visual Studio .NET 2003 setup encountered errors while attempting to
> download required files. Check you Web browser..." I checked the MS
> site
> and
> found a solution in artical #836454. It said to download SP1 for VS
> .Net
> 2002. I tried the download and as expected it said I didn't have the
> correct
> version of the software installed for it to update.
>
> So my questions are:
> 1) is there an update for VB.Net or VisualStudio.Net 2003 that you can
> download?
> 2) how do I fix the bug when I attempt a "Check for Updates"
>
> Thanks.
>
> --
> Keith


Nov 23 '05 #5
Hi Cor,

Re: the tag. I drop a panel onto the form. It displays the name "Panel" (in
the panel) on the page. I should be able to adjust this displayed text
(presumably with the innerText property) but I can't because there is no
innertext property in the properties list for a panel. Nor is there any other
attribute to set the text value of the panel.

I'm starting to think I have a bad install of VB.Net because when I run this
web page with a pull down included in it I get a

Control 'DropDownList1' of type 'DropDownList' must be placed inside a form
tag with runat=server."

error message on my browser. This page has a panel, an image in the panel,
some text and drop down list all created from the web forms tool box. The
pull down does not have a collection in it.

I'm quite sure VB.Net is not supposed to generate code that fails (simple
code at that).

--
Keith
"Cor Ligthert [MVP]" wrote:
Keith,

There is an upgrade for the framework 1.1
There is an upgrade for the Visual Studio version 2002
There is no upgrade for the Visual Studio version 2003

The innertext is in my opinion the same as any other tag, can you explain
what is your problem where are you using it. (Telling in which book it is
does probably not help, I have sometimes the idea that if somebody has seen
the samples on MSDN, he/she starts direct to write a book).

I hope this helps,

Cor

Nov 23 '05 #6

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

Similar topics

3
by: Joanny | last post by:
Hi, there, When I open a VB6 application on VB.net, it automatically upgrade to VB.net. But I got the error message said: "Upgrade failed: Exception occurred: The referenced components...
0
by: G. Miller | last post by:
Hi ; I just upgraded to Access 2003 from 2000. I'm not real happy about it right now, even though I do see MS added some stuff that I wish they had in 2000. I tried to open my db and first of...
6
by: Terry Bell | last post by:
We've had a very large A97 app running fine for the last seven years. I've just converted to SQL Server backend, which is being tested, but meanwhile the JET based version, running under terminal...
11
by: John E. Fox | last post by:
Dear All, Apologies if this is a duplicate posting We are using A97 and it does what we want it to. Is there any compelling reason to upgrade to the latest version? If we do, it would...
0
by: Phil S. | last post by:
Today I upgraded from Framework 1.0 to 1.1 and Visual Studio from 7.0 (2002) to 7.1 (2003). Following the upgrade my web site renders HTML with all control style width and height properties...
4
by: Michael | last post by:
Hi everyone, I just used the upgrade wizard to upgrade a project of mine. One of the main forms I have has over 200 controls on the form, Uses some tab controls. Now, I have a main tab control...
11
by: phnimx | last post by:
I've completed migrating one of our company's C++ Managed Code applications to VS2005. I'm now attempting to run the application but there seems to be problems when accessing an object that is...
7
by: trbjr | last post by:
Experts, My javascript application worked well until I upgraded. I use IE 6.0.29 with SP2 installed. My Firefox browser is 2.0.0.4. Prior to upgrade all worked well. Now my application works...
3
by: Mark D Powell | last post by:
I attempted to upgrade my SQL Server 2000 Enterprise Edition (32 bit) to SQL Severer 2005 EE 32 bit and while the prereqs passed the installer will not let me select the version 8.00.x (2000 SP4)...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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
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
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...
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...

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.