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

Please please please fix the IDE

So MS where is the error that is reported on last line, says 1 failed. No
indication as to what failed. VS 2003, (reinstalled more times than should
have been).

------ Build started: Project: SQLEditor, Configuration: Debug .NET ------

Preparing resources...
Updating references...
Performing main compilation...
Building satellite assemblies...

------ Build started: Project: ArgumentControl, Configuration: Debug
..NET ------

Preparing resources...
Updating references...
Performing main compilation...
Building satellite assemblies...

------ Build started: Project: SQLServer, Configuration: Debug .NET ------

Preparing resources...
Updating references...
Performing main compilation...
Building satellite assemblies...

------ Build started: Project: ToadUI, Configuration: Debug .NET ------

Preparing resources...
Updating references...
Performing main compilation...
Building satellite assemblies...

---------------------- Done ----------------------

Build: 3 succeeded, 1 failed, 0 skipped


Jul 21 '05 #1
4 1287
I have run into this kinds of thing one or two times (VS2002). It simply
does not tell you where and what the error is.

Once I was able to narrow it dow to a particular class, by excluding class
from project one by one (you know how difficult this will be, because a
class may be referenced by other class. I had to comment out referencing
codes and tried built numerous times). And then I commented out code portion
by portion and biult it. Finally, it was a ";" missing. I wondered why,
'cause VS usually report missing "}" or ";".

"Lloyd Sheen" <sq*******************@tostopspamhotmail.com> wrote in message
news:0t********************@news01.bloor.is.net.ca ble.rogers.com...
So MS where is the error that is reported on last line, says 1 failed. No
indication as to what failed. VS 2003, (reinstalled more times than should have been).

------ Build started: Project: SQLEditor, Configuration: Debug .NET ------

Preparing resources...
Updating references...
Performing main compilation...
Building satellite assemblies...

------ Build started: Project: ArgumentControl, Configuration: Debug
.NET ------

Preparing resources...
Updating references...
Performing main compilation...
Building satellite assemblies...

------ Build started: Project: SQLServer, Configuration: Debug .NET ------

Preparing resources...
Updating references...
Performing main compilation...
Building satellite assemblies...

------ Build started: Project: ToadUI, Configuration: Debug .NET ------

Preparing resources...
Updating references...
Performing main compilation...
Building satellite assemblies...

---------------------- Done ----------------------

Build: 3 succeeded, 1 failed, 0 skipped

Jul 21 '05 #2
"Lloyd Sheen" <sq*******************@tostopspamhotmail.com> wrote in message
news:0t********************@news01.bloor.is.net.ca ble.rogers.com...
So MS where is the error that is reported on last line


Please, LLoyd. This is a developer-community, not Microsoft support.

Jul 21 '05 #3
Yes but there are MS lurkers. Perhaps they will get the message to fix the
IDE before they release another one with so many problems.

Even things like setting OPTION STRICT ON does not work. Create a new VB
class and the OPTION clause is not generated.

Lloyd Sheen

"Michael S" <a@b.c> wrote in message
news:%2******************@TK2MSFTNGP12.phx.gbl...
"Lloyd Sheen" <sq*******************@tostopspamhotmail.com> wrote in message news:0t********************@news01.bloor.is.net.ca ble.rogers.com...
So MS where is the error that is reported on last line


Please, LLoyd. This is a developer-community, not Microsoft support.

Jul 21 '05 #4
Lloyd

I may be wrong, but I think that the OPTION STRICT setting in the IDE
options dialog is not designed to cause the clause to be created in new
classes. Rather, it is a default to apply in the absence of an explicit
declaration at the top of the file.

That said, I know what you mean about the IDE. For the most part it works
fine, but I also frequently get erroneous errors reported, which disappear
on a repeat build or closing and restarting the IDE.

One thing I would say is that I have found some of the apparently erroneous
errors reported to be caused by complicated linkage in multi-project
solutions. If coupling is high, the IDE gets 'confused' about from where to
satisfy references. This is made worse if names are re-used in different
projects. Even if the declarations are the same they will have different
signatures, and therefore may lead to confusion. I have stared at an
unexplained error for hours, convinced that it is not an error, only to
realise later that I had used the same control name or namespace in two
projects, and that the compiler was getting its reference from one place
whilst I was expecting it to get it from another. Qualifying the reference
sorted the problem (although changing the name was ultimately the best
solution).

If you have a multi-project solution, you could look carefully at the
Reference Paths set up in each project, and ensure they are consistent with
the project inter-dependencies set up in he solution explorer.

I am not suggesting that this will completely cure your problems, but I
found that the incidence of erroneous errors falls off when coupling is low
and inter-dependencies are minimised.

HTH

Charles

"Lloyd Sheen" <sq*******************@tostopspamhotmail.com> wrote in message
news:kc****************@twister01.bloor.is.net.cab le.rogers.com...
Yes but there are MS lurkers. Perhaps they will get the message to fix the IDE before they release another one with so many problems.

Even things like setting OPTION STRICT ON does not work. Create a new VB
class and the OPTION clause is not generated.

Lloyd Sheen

"Michael S" <a@b.c> wrote in message
news:%2******************@TK2MSFTNGP12.phx.gbl...
"Lloyd Sheen" <sq*******************@tostopspamhotmail.com> wrote in

message
news:0t********************@news01.bloor.is.net.ca ble.rogers.com...
So MS where is the error that is reported on last line


Please, LLoyd. This is a developer-community, not Microsoft support.


Jul 21 '05 #5

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

Similar topics

1
by: Numberwhun | last post by:
Hello everyone! I am trying to learn java and have run into kind of a snag. Here is the code that I have so far: ------ <begin_code> ---------- import javax.swing.*; import...
1
by: HolaGoogle | last post by:
Hi all, Please help me with the following..it's realy urgent and i tried everything i could and i can't get it work properly!! Thanks in advance. Here's what i'm trying to accomplish: in my...
0
by: s_erez | last post by:
Hi, This is a realy tricky one. I have an ASP.NET application where some pages are reading data from a DB and presenting reports. In order for the user to wait while the page is reading data from...
2
by: rked | last post by:
I get nameSPAN1 is undefined when I place cursor in comments box.. <%@ LANGUAGE="VBScript" %> <% DIM ipAddress ipAddress=Request.Servervariables("REMOTE_HOST") %> <html> <head> <meta...
7
by: x muzuo | last post by:
Hi guys, I have got a prob of javascript form validation which just doesnt work with my ASP code. Can any one help me out please. Here is the code: {////<<head> <title>IIBO Submit Page</title>...
4
by: pshindle | last post by:
DB2 Team - I just downloaded and unzipped the new Fixpack 9 for DB2 ESE V8 for Windows (FP9_WR21350_ESE.exe). I then burned the unzipped Fixpack files to a CD. I proceded to install this...
23
by: Jason | last post by:
Hi, I was wondering if any could point me to an example or give me ideas on how to dynamically create a form based on a database table? So, I would have a table designed to tell my application...
1
PEB
by: PEB | last post by:
POSTING GUIDELINES Please follow these guidelines when posting questions Post your question in a relevant forum Do NOT PM questions to individual experts - This is not fair on them and...
4
by: fatboySudsy | last post by:
Hi, I have constructed a client program that has given me some error codes that i just cannot see. I was wondering if a different set of eyes with much more experience than me could help me out. ...
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: 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
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
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
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.