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

Raise Maximum Compiler Error Limit?

I am running a VB.Net conversion project and have run into a severe
problem compiling the application. The project has a main project with
about one hundreds forms. (Did I say badly structured?)

The number of compiler errors is limited to 100 approx. These errors
from various forms all relate to a missing shared component which
references everything else in sight (VB6 rules!). "SharedComponentX is
not a member of NamespaceY"

I never reach any of the errors for the shared component so I have no
way of fixing it. I am reduced to trying to compile the shared component
without any help from the VB compiler (Ugh!)

Surely this is a bug in the VB compiler? It should present errors in a
bottom up way, instead of top down.

Is there any way to increase the compiler limit?
May 14 '06 #1
1 1896

Peter Wilson wrote:
I am running a VB.Net conversion project and have run into a severe
problem compiling the application. The project has a main project with
about one hundreds forms. (Did I say badly structured?)
Nothing necessarily wrong with having 100 forms.

The number of compiler errors is limited to 100 approx. These errors
from various forms all relate to a missing shared component which
references everything else in sight (VB6 rules!). "SharedComponentX is
not a member of NamespaceY"

I never reach any of the errors for the shared component so I have no
way of fixing it. I am reduced to trying to compile the shared component
without any help from the VB compiler (Ugh!)

Surely this is a bug in the VB compiler? It should present errors in a
bottom up way, instead of top down.


I would think working out the top and the bottom would be beyond a mere
compiler :)

Perhaps you could try this:

Create a new blank project
Add SharedComponentX to the new project
You willl obviously get errors where SharedComponentX refers *out* -
but hopefully you will also get the internal problems, which you can
then fix
Now from the main project, you will be able to fix the 'top' errors now
that the 'bottom' ones are fixed

--
Larry Lard
Replies to group please

May 15 '06 #2

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

Similar topics

6
by: Georgy Pruss | last post by:
Sometimes I get this error. E.g. >>> sum = lambda n: n<=1 or n+sum(n-1) # just to illustrate the error >>> sum(999) 499500 >>> sum(1000) ............ RuntimeError: maximum recursion depth...
8
by: Hal Vaughan | last post by:
Is there a maximum length for Javascript program lines? What about strings? Is there a limit on string length? I found some references that said the maximum string length was 256 characters,...
9
by: Till Crueger | last post by:
Hi, I have to implement some simple sorting algorithm. I am NOT asking for you to do my homework, but my question is rather on how to store the integers. I recall reading once in here that there...
2
by: Kums | last post by:
What is the maximum permissible size of a database? Is there any limitation. What is the maximum # of tablespace's allowed in a database? Thanks for your response.
16
by: alakesh.haloi | last post by:
Hi All Is there a limit on the number of register variables that can be declared and initialized in a C program on a particular hardware platform? If you define more number of register variables...
3
by: Boomessh | last post by:
Hai all, Can anyone there, help me in answering the following two questions. 1. What is the Maximum limit on the Constructors in C#? Can i have a class with out any constructors? 2....
14
by: olekristianvillabo | last post by:
I have a regular expression that is approximately 100k bytes. (It is basically a list of all known norwegian postal numbers and the corresponding place with | in between. I know this is not the...
29
by: garyusenet | last post by:
I'm trying to investigate the maximum size of different variable types. I'm using INT as my starting variable for exploration. I know that the maximum number that the int variable can take is:...
5
by: mohangupta13 | last post by:
hello everyone can anyone please tell me is there any limit on the size of the program you are creating. i mean i tried to declare an 10000 size long double array and the compilation error says...
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: 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
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: 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
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
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,...
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...

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.