473,386 Members | 1,647 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,386 software developers and data experts.

Errors when loading large solution in VS 2003.

Hi,

When I open a large solution in VS2003. I get over 2000 errors in my task
list. The text "Empty" afters in the Class and Member dropdowns. If I close
I get the Microsoft Error dialog, and VS2003 reloads.

Any thoughts
Tim
Jul 21 '05 #1
9 2188
Hi Tim,

Thanks for your post. I reviewed your description carefully, and I think
more information is needed before moving forward:

1. Does the problem occur to a specific project or to all projects?

2. What's the content of errors in task list?

3. Could you please tell me the detailed message in the Error dialog?

In addition, I suggest you to reboot your system into Windows Safe-Mode and
see if the solution can be opened properly.

I look forward to your response.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Jul 21 '05 #2
HuangTM
Thanks for the reply.

I have just read your reply, so immediately opened VS2003 and got the
following error.

Visual Basic .NET compiler is unable to recover from the following error:
System Error &Hc0000005& (Visual Basic internal compiler error)
Save your work and restart Visual Studio .NET.

However I do not normally get an error dialog appearing.
I normally get 1000-2000 errors in the task list. These error include
"Accept Button is not a member of 'frmABC'", "namespace or type 'Base' for
imports 'Base' cannot be found"
Along with "Empty" in then Class and Member dropdowns.

Also when the solution loads OK, in the Solution Explorer some inherited
forms are not being handled as forms, for example the icon is incorrect, and
the view designer option is missing.

Regards
Tim

"Tian Min Huang" <ti******@online.microsoft.com> wrote in message
news:op**************@cpmsftngxa10.phx.gbl...
Hi Tim,

Thanks for your post. I reviewed your description carefully, and I think
more information is needed before moving forward:

1. Does the problem occur to a specific project or to all projects?

2. What's the content of errors in task list?

3. Could you please tell me the detailed message in the Error dialog?

In addition, I suggest you to reboot your system into Windows Safe-Mode and see if the solution can be opened properly.

I look forward to your response.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Jul 21 '05 #3
Also
I found these in the event veiwer

Fault bucket 44641920.

and

Faulting application devenv.exe, version 7.10.3077.0, faulting module
msvb7.dll, version 7.10.3077.0, fault address 0x000b6c80.

Tim
"Tim Marsden" <TM@UK.COM> wrote in message
news:e9**************@TK2MSFTNGP10.phx.gbl...
HuangTM
Thanks for the reply.

I have just read your reply, so immediately opened VS2003 and got the
following error.

Visual Basic .NET compiler is unable to recover from the following error:
System Error &Hc0000005& (Visual Basic internal compiler error)
Save your work and restart Visual Studio .NET.

However I do not normally get an error dialog appearing.
I normally get 1000-2000 errors in the task list. These error include
"Accept Button is not a member of 'frmABC'", "namespace or type 'Base' for
imports 'Base' cannot be found"
Along with "Empty" in then Class and Member dropdowns.

Also when the solution loads OK, in the Solution Explorer some inherited
forms are not being handled as forms, for example the icon is incorrect, and the view designer option is missing.

Regards
Tim

"Tian Min Huang" <ti******@online.microsoft.com> wrote in message
news:op**************@cpmsftngxa10.phx.gbl...
Hi Tim,

Thanks for your post. I reviewed your description carefully, and I think
more information is needed before moving forward:

1. Does the problem occur to a specific project or to all projects?

2. What's the content of errors in task list?

3. Could you please tell me the detailed message in the Error dialog?

In addition, I suggest you to reboot your system into Windows Safe-Mode

and
see if the solution can be opened properly.

I look forward to your response.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.


Jul 21 '05 #4
Hi Tim

On your final point about inherited forms not being handled correctly, do
these forms inherit from classes marked as must inherit? If so, AFAIK the
designer does not currently handle such inherited forms, so the modified
icons would seem consistent with that.

I can confirm that I frequently get the type of errors that you describe,
which can vanish simply by building the solution a second time, so I look
forward to any explanation that anyone else can offer.

HTH

Charles
"Tim Marsden" <TM@UK.COM> wrote in message
news:e9**************@TK2MSFTNGP10.phx.gbl...
HuangTM
Thanks for the reply.

I have just read your reply, so immediately opened VS2003 and got the
following error.

Visual Basic .NET compiler is unable to recover from the following error:
System Error &Hc0000005& (Visual Basic internal compiler error)
Save your work and restart Visual Studio .NET.

However I do not normally get an error dialog appearing.
I normally get 1000-2000 errors in the task list. These error include
"Accept Button is not a member of 'frmABC'", "namespace or type 'Base' for
imports 'Base' cannot be found"
Along with "Empty" in then Class and Member dropdowns.

Also when the solution loads OK, in the Solution Explorer some inherited
forms are not being handled as forms, for example the icon is incorrect, and the view designer option is missing.

Regards
Tim

"Tian Min Huang" <ti******@online.microsoft.com> wrote in message
news:op**************@cpmsftngxa10.phx.gbl...
Hi Tim,

Thanks for your post. I reviewed your description carefully, and I think
more information is needed before moving forward:

1. Does the problem occur to a specific project or to all projects?

2. What's the content of errors in task list?

3. Could you please tell me the detailed message in the Error dialog?

In addition, I suggest you to reboot your system into Windows Safe-Mode

and
see if the solution can be opened properly.

I look forward to your response.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.


Jul 21 '05 #5
Many thanks
FYI

Base classes are not defined MustInherit.

regards
Tim

"Charles Law" <bl***@nowhere.com> wrote in message
news:%2***************@TK2MSFTNGP11.phx.gbl...
Hi Tim

On your final point about inherited forms not being handled correctly, do
these forms inherit from classes marked as must inherit? If so, AFAIK the
designer does not currently handle such inherited forms, so the modified
icons would seem consistent with that.

I can confirm that I frequently get the type of errors that you describe,
which can vanish simply by building the solution a second time, so I look
forward to any explanation that anyone else can offer.

HTH

Charles
"Tim Marsden" <TM@UK.COM> wrote in message
news:e9**************@TK2MSFTNGP10.phx.gbl...
HuangTM
Thanks for the reply.

I have just read your reply, so immediately opened VS2003 and got the
following error.

Visual Basic .NET compiler is unable to recover from the following error:
System Error &Hc0000005& (Visual Basic internal compiler error)
Save your work and restart Visual Studio .NET.

However I do not normally get an error dialog appearing.
I normally get 1000-2000 errors in the task list. These error include
"Accept Button is not a member of 'frmABC'", "namespace or type 'Base' for imports 'Base' cannot be found"
Along with "Empty" in then Class and Member dropdowns.

Also when the solution loads OK, in the Solution Explorer some inherited
forms are not being handled as forms, for example the icon is incorrect,

and
the view designer option is missing.

Regards
Tim

"Tian Min Huang" <ti******@online.microsoft.com> wrote in message
news:op**************@cpmsftngxa10.phx.gbl...
Hi Tim,

Thanks for your post. I reviewed your description carefully, and I think more information is needed before moving forward:

1. Does the problem occur to a specific project or to all projects?

2. What's the content of errors in task list?

3. Could you please tell me the detailed message in the Error dialog?

In addition, I suggest you to reboot your system into Windows
Safe-Mode and
see if the solution can be opened properly.

I look forward to your response.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no

rights.



Jul 21 '05 #6
Hi Tim,

I reviewed the errors, it seems that it is similar to another thread:

http://groups.google.com.au/groups?h...&threadm=OpzSe
IzGDHA.2964%40tk2msftngp13.phx.gbl&rnum=5&prev=/groups%3Fq%3Ddotnet%2Berrors
%2Brebuild%26hl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26selm%3DOpzSeIzGDHA.
2964%2540tk2msftngp13.phx.gbl%26rnum%3D5

Please check if they are of the same sympton. If so, it is caused by a bug
in VS .NET 2003 and there is a hot fix for it.

I am standing by for your response.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Jul 21 '05 #7
Sorry to butt in to this thread, but I have looked at the other thread
myself and it describes exactly the problems I get on every other build of
my solution.

If there is a hot fix, could you please tell me the reference and how I can
get it? This problem is currently the bane of my life and slows development
tremendously.

Thank you very much.

Charles
"Tian Min Huang" <ti******@online.microsoft.com> wrote in message
news:F$**************@cpmsftngxa10.phx.gbl...
Hi Tim,

I reviewed the errors, it seems that it is similar to another thread:

http://groups.google.com.au/groups?h...&threadm=OpzSe IzGDHA.2964%40tk2msftngp13.phx.gbl&rnum=5&prev=/groups%3Fq%3Ddotnet%2Berrors %2Brebuild%26hl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26selm%3DOpzSeIzGDHA. 2964%2540tk2msftngp13.phx.gbl%26rnum%3D5

Please check if they are of the same sympton. If so, it is caused by a bug
in VS .NET 2003 and there is a hot fix for it.

I am standing by for your response.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Jul 21 '05 #8
Hi Charles,

You can contact our Product Support Services to obtain the specific hotfix
for this issue. For this hotfix has not been publicly released yet, when
you contact the PSS, please tell them the hotfix's ID: 822690.

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

Hope this helps.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Jul 21 '05 #9
Thanks. I have contacted MS in the UK and they are e-mailing me a link
shortly.

Charles
"Tian Min Huang" <ti******@online.microsoft.com> wrote in message
news:fr*************@cpmsftngxa10.phx.gbl...
Hi Charles,

You can contact our Product Support Services to obtain the specific hotfix
for this issue. For this hotfix has not been publicly released yet, when
you contact the PSS, please tell them the hotfix's ID: 822690.

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

Hope this helps.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Jul 21 '05 #10

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

Similar topics

4
by: Dave | last post by:
Hi folks, I am trying to develop a routine that will handle sphere-sphere and sphere-triangle collisions and interactions. My aim is to develop a quake style collision engine where a player can...
2
by: Sudip Chakraborty | last post by:
Is there a way to see constraint validation errors while loading xml into a DataSet ? I'm interested in the line number in the xml file which is causing the error. I've enclosed the relevant stack...
1
by: Dirk Försterling | last post by:
Hi, sorry for reposting, but it seems my message just hit nothing but air. If I posted to the wrong list or did something else wrong with the message, please let me know. I really want to...
3
by: fbwhite | last post by:
I am having an issue (maybe two issues) in my application regarding a stylesheet not loading and I am getting Javascript Errors. If I clean out a client's temporary internet files and then browse...
2
by: Rob | last post by:
I was working on a project and everything was going fine, then all of a sudden the form set as my startup object stopped loading. I tried setting some others as the startup object, and some of my...
1
by: Ravi Chaudhary | last post by:
Hi, We are using VS.Net 2003 and coding in VB.net. The solution has 38 projects; most of the projects in the solution reference other projects (without any circular references) and all the...
9
by: Tim Marsden | last post by:
Hi, When I open a large solution in VS2003. I get over 2000 errors in my task list. The text "Empty" afters in the Class and Member dropdowns. If I close I get the Microsoft Error dialog, and...
6
by: Russ | last post by:
This really is the worst Microsoft product I have ever had the misfortune to work with. After the excellent feattures and stability of VS.NET 2002 and 2003, I was confident enough to start a...
1
by: | last post by:
I'm having a problem finding the cause for this problem. I have a solution in Visual Studio 2005 that contains two projects -- a Web Site and a Class Library. The web site references the class...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
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,...

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.