473,387 Members | 3,787 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,387 software developers and data experts.

Visual Studio 2003 Updates - Controls Licensing

Just started attempting to use VS2003 Enterprise. When I try to check for
updates I get the error covered in KB836454. When I try to convert a VB6
project to VB.NET I get an error similar to KB884878 (except with
CommonDialog control). Both of these KB's reference hotfixes for these
problems but no real way to get them. How do I get these fixes? -- Thanks.
Nov 22 '05 #1
4 1252
They both explicitly explains how to obtain the hotfixes:

To resolve this problem immediately, contact Microsoft Product Support
Services to obtain the hotfix. For a complete list of Microsoft Product
Support Services phone numbers and information about support costs, visit
the following Microsoft Web site:
http://support.microsoft.com/default.aspx?scid=fh;[LN];CNTACTMS
Note In special cases, charges that are ordinarily incurred for support
calls may be canceled if a Microsoft Support Professional determines that a
specific update will resolve your problem. The usual support costs will
apply to additional support questions and issues that do not qualify for the
specific update in question.

--

StringFellow Hawk

"Dom, Give me Turbos"
"XBubleHead" <XB********@discussions.microsoft.com> wrote in message
news:C7**********************************@microsof t.com...
Just started attempting to use VS2003 Enterprise. When I try to check for
updates I get the error covered in KB836454. When I try to convert a VB6
project to VB.NET I get an error similar to KB884878 (except with
CommonDialog control). Both of these KB's reference hotfixes for these
problems but no real way to get them. How do I get these fixes? --

Thanks.
Nov 22 '05 #2
Thanks for the reply - You are absolutely correct. I guess I was expecting a
method to download the fixes. With terabytes of downloadable material it
seems like a huge waste or resources to have to make a phone call to get a
registry file and a single dll.

Thanks for your help.

"StringFellow Hawk" wrote:
They both explicitly explains how to obtain the hotfixes:

To resolve this problem immediately, contact Microsoft Product Support
Services to obtain the hotfix. For a complete list of Microsoft Product
Support Services phone numbers and information about support costs, visit
the following Microsoft Web site:
http://support.microsoft.com/default.aspx?scid=fh;[LN];CNTACTMS
Note In special cases, charges that are ordinarily incurred for support
calls may be canceled if a Microsoft Support Professional determines that a
specific update will resolve your problem. The usual support costs will
apply to additional support questions and issues that do not qualify for the
specific update in question.

--

StringFellow Hawk

"Dom, Give me Turbos"
"XBubleHead" <XB********@discussions.microsoft.com> wrote in message
news:C7**********************************@microsof t.com...
Just started attempting to use VS2003 Enterprise. When I try to check for
updates I get the error covered in KB836454. When I try to convert a VB6
project to VB.NET I get an error similar to KB884878 (except with
CommonDialog control). Both of these KB's reference hotfixes for these
problems but no real way to get them. How do I get these fixes? --

Thanks.

Nov 22 '05 #3
SOP for hotfixes. They want to make sure it addresses your problem..and not
the type just wanting the "latest and greatest"

Jeff

"XBubleHead" <XB********@discussions.microsoft.com> wrote in message
news:EC**********************************@microsof t.com...
Thanks for the reply - You are absolutely correct. I guess I was expecting a method to download the fixes. With terabytes of downloadable material it
seems like a huge waste or resources to have to make a phone call to get a
registry file and a single dll.

Thanks for your help.

"StringFellow Hawk" wrote:
They both explicitly explains how to obtain the hotfixes:

To resolve this problem immediately, contact Microsoft Product Support
Services to obtain the hotfix. For a complete list of Microsoft Product
Support Services phone numbers and information about support costs, visit the following Microsoft Web site:
http://support.microsoft.com/default.aspx?scid=fh;[LN];CNTACTMS
Note In special cases, charges that are ordinarily incurred for support
calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will
apply to additional support questions and issues that do not qualify for the specific update in question.

--

StringFellow Hawk

"Dom, Give me Turbos"
"XBubleHead" <XB********@discussions.microsoft.com> wrote in message
news:C7**********************************@microsof t.com...
Just started attempting to use VS2003 Enterprise. When I try to check for updates I get the error covered in KB836454. When I try to convert a VB6 project to VB.NET I get an error similar to KB884878 (except with
CommonDialog control). Both of these KB's reference hotfixes for these problems but no real way to get them. How do I get these fixes? --

Thanks.

Nov 22 '05 #4
SOP for hotfixes. They want to make sure it addresses your problem..and not
the type just wanting the "latest and greatest"

Jeff

"XBubleHead" <XB********@discussions.microsoft.com> wrote in message
news:EC**********************************@microsof t.com...
Thanks for the reply - You are absolutely correct. I guess I was expecting a method to download the fixes. With terabytes of downloadable material it
seems like a huge waste or resources to have to make a phone call to get a
registry file and a single dll.

Thanks for your help.

"StringFellow Hawk" wrote:
They both explicitly explains how to obtain the hotfixes:

To resolve this problem immediately, contact Microsoft Product Support
Services to obtain the hotfix. For a complete list of Microsoft Product
Support Services phone numbers and information about support costs, visit the following Microsoft Web site:
http://support.microsoft.com/default.aspx?scid=fh;[LN];CNTACTMS
Note In special cases, charges that are ordinarily incurred for support
calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will
apply to additional support questions and issues that do not qualify for the specific update in question.

--

StringFellow Hawk

"Dom, Give me Turbos"
"XBubleHead" <XB********@discussions.microsoft.com> wrote in message
news:C7**********************************@microsof t.com...
Just started attempting to use VS2003 Enterprise. When I try to check for updates I get the error covered in KB836454. When I try to convert a VB6 project to VB.NET I get an error similar to KB884878 (except with
CommonDialog control). Both of these KB's reference hotfixes for these problems but no real way to get them. How do I get these fixes? --

Thanks.

Nov 22 '05 #5

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

Similar topics

1
by: Corrie Meyer | last post by:
Announcement: SwiftReports standard edition 1.0 for Visual Studio ..NET 2003 released by UniSwift. We are pleased to announce the first release of a fully-managed reporting tool for the...
1
by: Ed Willis | last post by:
Where can I go to get any updates to Visual Studio .Net 2003. The check for updates always fails when I try within VS .Net 2003? Thanks.
4
by: DanTheMan | last post by:
Hi! I would like to make my own ide with Visual Studio. Are there any libraries that can help me out on the way? Something similar to Eclipse framework, that can speed this up? In Eclipse there...
6
by: jemmaq99 | last post by:
Using Visual Studio .NET 2003 I've tried to add a COM reference to a Windows Form project via the Add Reference dialog (specifically the Active DS Type Library) but always get the error message: ...
3
by: XBubleHead | last post by:
Just started attempting to use VS2003 Enterprise. When I try to check for updates I get the error covered in KB836454. When I try to convert a VB6 project to VB.NET I get an error similar to...
3
by: wolfing1 | last post by:
We are some 3-5 developers here 'informally' using visual basic 6. So if I want to formalize this and start using visual basic .net, how does licensing work? Do we have to buy 5 visual studio...
16
by: TB | last post by:
Hi all: If you think that the following comments are absolute amateurish, then please bear with me, or simply skip this thread. A couple of months back I made the decision to initiate a...
1
by: randy1200 | last post by:
In Visual Studio 2003, I could create a new user control such as panel1. The name panel1 would appear in the toolbox under "My User Controls." I could drag this panel1 from the toolbox onto...
6
by: JonSteng | last post by:
..Net Visual Studio Professional 2003 Version 7.1.3088 ..Net Framework 1.1 SP1 Version 1.1.4322 IIS 5.1 Windows XP Professional SP2 Micron T3000 Laptop (1.5 GHz; 1GB RAM; 40GB HD with 17GB Free)...
18
by: surfrat_ | last post by:
Hi, I am having the following problems in getting Microsoft Visual Studio 2005 Professional to link to an Access .mdb database. Please help me to sort this out. Problem 1: The Microsoft...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...

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.