|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Build Failed - 0 ErrorsVB2005 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? 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? 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? > 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? > > 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? > > > > > 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? 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? 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? > 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? >> 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? > >> >
ASP.NET web application - date conversions UK date format?
Building a single EXE file in VB 2005? What errors are not trappable? Resolution in VB.NET Adding ActiveX controls at runtime and threading Lost with creating a db connection... help!? How to gain access to objet in different class ? passing values to html document from .Net app Is it possible to order a Visual Basic 2005 Express CD from Microsoft? Dynamically Creating A CSS Class |
|||||||||||||||||||||||