Home All Groups Group Topic Archive Search About

Build Failed - 0 Errors

Author
26 Jun 2006 2:55 PM
guy
VB2005 ASP.NET
the application i have been working on for some time has just started to
give me a 'Build failed' but it does not display the errors window.
if i display the errors window manually it shows 0 errors, 0 warnings. I
would definitely expect warnings as option strict is off (I am not allowed to
turn it on grrrrrr:-( but that is another story)

i have restarted the pc, no effect

any ideas?

Author
27 Jun 2006 5:05 AM
pweegar
Have you tried stepping thru the progrfor possible errors.

am while debugging?  Is IIS up and working properly?  Check the event logs
Show quoteHide quote
"guy" <g**@discussions.microsoft.com> wrote in message
news:1DA3581B-2D4E-4387-8B11-C79D117B55FC@microsoft.com...
> VB2005 ASP.NET
> the application i have been working on for some time has just started to
> give me a 'Build failed' but it does not display the errors window.
> if i display the errors window manually it shows 0 errors, 0 warnings. I
> would definitely expect warnings as option strict is off (I am not allowed
> to
> turn it on grrrrrr:-( but that is another story)
>
> i have restarted the pc, no effect
>
> any ideas?
Author
27 Jun 2006 8:01 AM
guy
nothing in the eventlogs.
how can i step through it if it wont build?


Show quoteHide quote
"pweegar" wrote:

> Have you tried stepping thru the progrfor possible errors.
>
> am while debugging?  Is IIS up and working properly?  Check the event logs
> "guy" <g**@discussions.microsoft.com> wrote in message
> news:1DA3581B-2D4E-4387-8B11-C79D117B55FC@microsoft.com...
> > VB2005 ASP.NET
> > the application i have been working on for some time has just started to
> > give me a 'Build failed' but it does not display the errors window.
> > if i display the errors window manually it shows 0 errors, 0 warnings. I
> > would definitely expect warnings as option strict is off (I am not allowed
> > to
> > turn it on grrrrrr:-( but that is another story)
> >
> > i have restarted the pc, no effect
> >
> > any ideas?
>
Author
27 Jun 2006 8:04 AM
R. MacDonald
Hello, pweergar,

I see a similar effect in a VB.Net project (v2003).  Sometimes the
window shows "bogus" errors -- messages about missing declarations of
designer objects, but much of the time there are no errors indicated at all.

I haven't yet been able to determine what causes the problem, but I've
found that "Rebuild Solution" cures it (at least temporarily).

Cheers,
Randy


pweegar wrote:

Show quoteHide quote
> Have you tried stepping thru the progrfor possible errors.
>
> am while debugging?  Is IIS up and working properly?  Check the event logs
> "guy" <g**@discussions.microsoft.com> wrote in message
> news:1DA3581B-2D4E-4387-8B11-C79D117B55FC@microsoft.com...
>
>> VB2005 ASP.NET
>> the application i have been working on for some time has just started to
>> give me a 'Build failed' but it does not display the errors window.
>> if i display the errors window manually it shows 0 errors, 0 warnings. I
>> would definitely expect warnings as option strict is off (I am not
>> allowed to
>> turn it on grrrrrr:-( but that is another story)
>>
>> i have restarted the pc, no effect
>>
>> any ideas?
>
>
Author
27 Jun 2006 8:16 AM
guy
nope rebuild has no effect:-(

Show quoteHide quote
"R. MacDonald" wrote:

> Hello, pweergar,
>
> I see a similar effect in a VB.Net project (v2003).  Sometimes the
> window shows "bogus" errors -- messages about missing declarations of
> designer objects, but much of the time there are no errors indicated at all.
>
> I haven't yet been able to determine what causes the problem, but I've
> found that "Rebuild Solution" cures it (at least temporarily).
>
> Cheers,
> Randy
>
>
> pweegar wrote:
>
> > Have you tried stepping thru the progrfor possible errors.
> >
> > am while debugging?  Is IIS up and working properly?  Check the event logs
> > "guy" <g**@discussions.microsoft.com> wrote in message
> > news:1DA3581B-2D4E-4387-8B11-C79D117B55FC@microsoft.com...
> >
> >> VB2005 ASP.NET
> >> the application i have been working on for some time has just started to
> >> give me a 'Build failed' but it does not display the errors window.
> >> if i display the errors window manually it shows 0 errors, 0 warnings. I
> >> would definitely expect warnings as option strict is off (I am not
> >> allowed to
> >> turn it on grrrrrr:-( but that is another story)
> >>
> >> i have restarted the pc, no effect
> >>
> >> any ideas?
> >
> >
>
Author
27 Jun 2006 9:11 AM
guy
hmmm,
killing all the .pdb files on my box fixed it...

Show quoteHide quote
"guy" wrote:

> VB2005 ASP.NET
> the application i have been working on for some time has just started to
> give me a 'Build failed' but it does not display the errors window.
> if i display the errors window manually it shows 0 errors, 0 warnings. I
> would definitely expect warnings as option strict is off (I am not allowed to
> turn it on grrrrrr:-( but that is another story)
>
> i have restarted the pc, no effect
>
> any ideas?
Author
28 Jun 2006 6:58 AM
R. MacDonald
Hello, Guy,

Thanks for the report.  I'll try that the next time I see the problem.

Cheers,
Randy


guy wrote:

Show quoteHide quote
> hmmm,
> killing all the .pdb files on my box fixed it...
>
> "guy" wrote:
>
>
>>VB2005 ASP.NET
>>the application i have been working on for some time has just started to
>>give me a 'Build failed' but it does not display the errors window.
>>if i display the errors window manually it shows 0 errors, 0 warnings. I
>>would definitely expect warnings as option strict is off (I am not allowed to
>>turn it on grrrrrr:-( but that is another story)
>>
>>i have restarted the pc, no effect
>>
>>any ideas?
Author
28 Jun 2006 8:01 AM
guy
Hi Randy,
it may have been a fluke, im still getting it and killing the *.pdbs has no
effect now...

guy

Show quoteHide quote
"R. MacDonald" wrote:

> Hello, Guy,
>
> Thanks for the report.  I'll try that the next time I see the problem.
>
> Cheers,
> Randy
>
>
> guy wrote:
>
> > hmmm,
> > killing all the .pdb files on my box fixed it...
> >
> > "guy" wrote:
> >
> >
> >>VB2005 ASP.NET
> >>the application i have been working on for some time has just started to
> >>give me a 'Build failed' but it does not display the errors window.
> >>if i display the errors window manually it shows 0 errors, 0 warnings. I
> >>would definitely expect warnings as option strict is off (I am not allowed to
> >>turn it on grrrrrr:-( but that is another story)
> >>
> >>i have restarted the pc, no effect
> >>
> >>any ideas?
>
Author
29 Jun 2006 6:42 AM
R. MacDonald
Hello, guy,

I'm sorry to hear that.  Removing the .pdb's didn't help with my problem
either.  Fortunately, the "Rebuild Solution" action still works (at
least temporarily) for me.  It's too bad that it doesn't help with the
similar problem in ASP.Net.  I hope you can resolve it soon.

How large is the project?  I wonder if the problem would disappear if
you were to recreate it and copy the code into the new modules.

Cheers,
Randy


guy wrote:
Show quoteHide quote
> Hi Randy,
> it may have been a fluke, im still getting it and killing the *.pdbs has no
> effect now...
>
> guy
>
> "R. MacDonald" wrote:
>
>
>>Hello, Guy,
>>
>>Thanks for the report.  I'll try that the next time I see the problem.
>>
>>Cheers,
>>Randy
>>
>>
>>guy wrote:
>>
>>
>>>hmmm,
>>>killing all the .pdb files on my box fixed it...
>>>
>>>"guy" wrote:
>>>
>>>
>>>
>>>>VB2005 ASP.NET
>>>>the application i have been working on for some time has just started to
>>>>give me a 'Build failed' but it does not display the errors window.
>>>>if i display the errors window manually it shows 0 errors, 0 warnings. I
>>>>would definitely expect warnings as option strict is off (I am not allowed to
>>>>turn it on grrrrrr:-( but that is another story)
>>>>
>>>>i have restarted the pc, no effect
>>>>
>>>>any ideas?
>>
Author
29 Jun 2006 8:09 AM
guy
Hi Randy
its fairly big, about 100+pages

a colleague doesnt get my errors however he gets
"The application domain in which the thread was running has been unloaded."
which sounds like a memory problem

and we also both get a "variable not defined" error for one control (a text
box) that is defined and is visible with intellisense, this goes away if we
do a "build page"

cheers guy

Show quoteHide quote
"R. MacDonald" wrote:

> Hello, guy,
>
> I'm sorry to hear that.  Removing the .pdb's didn't help with my problem
> either.  Fortunately, the "Rebuild Solution" action still works (at
> least temporarily) for me.  It's too bad that it doesn't help with the
> similar problem in ASP.Net.  I hope you can resolve it soon.
>
> How large is the project?  I wonder if the problem would disappear if
> you were to recreate it and copy the code into the new modules.
>
> Cheers,
> Randy
>
>
> guy wrote:
> > Hi Randy,
> > it may have been a fluke, im still getting it and killing the *.pdbs has no
> > effect now...
> >
> > guy
> >
> > "R. MacDonald" wrote:
> >
> >
> >>Hello, Guy,
> >>
> >>Thanks for the report.  I'll try that the next time I see the problem.
> >>
> >>Cheers,
> >>Randy
> >>
> >>
> >>guy wrote:
> >>
> >>
> >>>hmmm,
> >>>killing all the .pdb files on my box fixed it...
> >>>
> >>>"guy" wrote:
> >>>
> >>>
> >>>
> >>>>VB2005 ASP.NET
> >>>>the application i have been working on for some time has just started to
> >>>>give me a 'Build failed' but it does not display the errors window.
> >>>>if i display the errors window manually it shows 0 errors, 0 warnings. I
> >>>>would definitely expect warnings as option strict is off (I am not allowed to
> >>>>turn it on grrrrrr:-( but that is another story)
> >>>>
> >>>>i have restarted the pc, no effect
> >>>>
> >>>>any ideas?
> >>
>