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

Build error(s) not shown on task list

I am new to Visual Studio - VB.NET, and have debugged a new application to
the point where I do not get any more errors listed on the task list, but
the build still fails. Obviously there must be errors, but I can't see them
to try and fix them. HELP PLEASE!
Nov 21 '05 #1
7 1606
Hi Nick,
How are you doing?

If you are unable to run your project successfully, and also not getting any
errors in taks list. You may try debugging your project. For debugging -
click STEP INTO from debug menu. and keep using STEP INTO. This way your
project would give you control and accessibilty over the variables and you
would knwo whats going on in the project.

hth

Thanks
Mona
[Grapecity]

"Nick" <Ni**@discussions.microsoft.com> wrote in message
news:2A**********************************@microsof t.com...
I am new to Visual Studio - VB.NET, and have debugged a new application to
the point where I do not get any more errors listed on the task list, but
the build still fails. Obviously there must be errors, but I can't see them to try and fix them. HELP PLEASE!

Nov 21 '05 #2
Nick,

It is not impossible that the errors are in the for the debugger hidden
part.

Click on the by the designer hidden part, there you see the syntax for that.

I hope this helps,

Cor
Nov 21 '05 #3
Thanks Cor,

But I do need more guidance... Where is the designer hidden part?

Thank you in advance.

Nick.

"Cor Ligthert [MVP]" wrote:
Nick,

It is not impossible that the errors are in the for the debugger hidden
part.

Click on the by the designer hidden part, there you see the syntax for that.

I hope this helps,

Cor

Nov 21 '05 #4
Hi Mona,

I have tried the step function when I continued past the "Build Failed"
message, which happens when I first step into the program. Unfortunately when
I get to the part of the program where it bombs and I get an exception code
message I really can't see anything in the code highlight. (I assume the
control is with the running application at that time.)

Thanks for your thoughts.

Nick.

"Mona" wrote:
Hi Nick,
How are you doing?

If you are unable to run your project successfully, and also not getting any
errors in taks list. You may try debugging your project. For debugging -
click STEP INTO from debug menu. and keep using STEP INTO. This way your
project would give you control and accessibilty over the variables and you
would knwo whats going on in the project.

hth

Thanks
Mona
[Grapecity]

"Nick" <Ni**@discussions.microsoft.com> wrote in message
news:2A**********************************@microsof t.com...
I am new to Visual Studio - VB.NET, and have debugged a new application to
the point where I do not get any more errors listed on the task list, but
the build still fails. Obviously there must be errors, but I can't see

them
to try and fix them. HELP PLEASE!


Nov 21 '05 #5
Nick

See this
Inherits System.Windows.Forms.Form
#Region " Windows Form Designer generated code "
Public Sub New()
MyBase.New()
You open that by clicking the +

And than this
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()

I hope this helps,

Cor

"Nick" <Ni**@discussions.microsoft.com> schreef in bericht
news:A5**********************************@microsof t.com...
Thanks Cor,

But I do need more guidance... Where is the designer hidden part?

Thank you in advance.

Nick.

"Cor Ligthert [MVP]" wrote:
Nick,

It is not impossible that the errors are in the for the debugger hidden
part.

Click on the by the designer hidden part, there you see the syntax for
that.

I hope this helps,

Cor

Nov 21 '05 #6
Hi Cor,

Thanks once again.

After your last response I checked the code that I have and found the
statement: Private Sub InitializeComponent()

I commented out that line and added the line:
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()

I rebuilt the code, which failed and again, and I did not get any error
messages in the task list.

If you have any other thoughts I am anxious to hear them.

Nick.

"Cor Ligthert [MVP]" wrote:
Nick

See this
Inherits System.Windows.Forms.Form
#Region " Windows Form Designer generated code "
Public Sub New()
MyBase.New()
You open that by clicking the +

And than this
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()

I hope this helps,

Cor

"Nick" <Ni**@discussions.microsoft.com> schreef in bericht
news:A5**********************************@microsof t.com...
Thanks Cor,

But I do need more guidance... Where is the designer hidden part?

Thank you in advance.

Nick.

"Cor Ligthert [MVP]" wrote:
Nick,

It is not impossible that the errors are in the for the debugger hidden
part.

Click on the by the designer hidden part, there you see the syntax for
that.

I hope this helps,

Cor


Nov 21 '05 #7
Nick,

This is just trying.

Backup (Save) your project, empty the bin folder and start again.

Cor
Nov 21 '05 #8

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

Similar topics

0
by: Chris | last post by:
I am using VB.net to develop my application. Sometimes when we build or application to debug we get the following errors In the task list: 'Satellite build for culture 'fr' failed. Please see...
10
by: Douglas Buchanan | last post by:
I am using the following code instead of a very lengthly select case statement. (I have a lot of lookup tables in a settings form that are selected from a ListBox. The data adapters are given a...
4
by: Kain0o0 | last post by:
Hello , thanks for any help in advance. Im writing some code for a c++ class and the proffessor wants us to implement a list template using arrays. I thought this would be an easy task but have...
3
by: Jerry Boone | last post by:
I have a development unit running XP Pro and I cannot get it to build a web project without restarting IIS. There errors in the task list are.... ! Could not copy temporary files to the output...
1
by: Raja Babu via DotNetMonster.com | last post by:
Hi All, Can I build a project from web ? I have an asp.net application running at my ISP's webserver and I need to make some code changes in code behind files. In Visual Studio 2003 I go:...
3
by: NickP | last post by:
Hi there, Today I try to compile an application of mine and I am getting a whole list of bizaar errors.... ------------------------------------------------ Error 1 The...
4
by: nmrcarl | last post by:
I'm trying to upgrade a large project from VS 6.0 to VS 2005. After fixing a lot of things that changed (mostly sloppy coding in the original project that VS2005 didn't allow), I got the release...
15
by: Charles Law | last post by:
In the build output appears ========== Rebuild All: 1 succeeded, 1 failed, 0 skipped ========== However, the compiler does not generate any errors, and the Errors list is empty. This is an...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
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: 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
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
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...

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.