![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest | Why does VisualStudio say 75 errors, yet the build process says 0errors? Why does VisualStudio say 75 errors, yet the build process says 0 errors? I'm asking because sometimes the builds fails and now there is 76 errors in the list. I have to go through that list until I find the "real" problem in the build. That behavior is on the Feb CTP. Please tell me this will be fixed "real soon now" ![]() Phil |
| | #2 (permalink) |
| Guest | Re: Why does VisualStudio say 75 errors, yet the build process says 0 errors? What kind of incorrect errors do you see? > Why does VisualStudio say 75 errors, yet the build process says 0 > errors? > > I'm asking because sometimes the builds fails and now there is 76 > errors in the list. I have to go through that list until I find the > "real" problem in the build. That behavior is on the Feb CTP. > > Please tell me this will be fixed "real soon now" ![]() > > Phil > |
| | #3 (permalink) |
| Guest | Re: Why does VisualStudio say 75 errors, yet the build process says0 errors? Douglas Stockwell wrote: > What kind of incorrect errors do you see? > >> Why does VisualStudio say 75 errors, yet the build process says 0 >> errors? >> >> I'm asking because sometimes the builds fails and now there is 76 >> errors in the list. I have to go through that list until I find the >> "real" problem in the build. That behavior is on the Feb CTP. >> >> Please tell me this will be fixed "real soon now" ![]() >> >> Phil >> > > 75 errors related to the XML files. Invalid errors since the application runs and the builds works. Phil |
| | #4 (permalink) |
| Guest | Re: Why does VisualStudio say 75 errors, yet the build process says0 errors? Douglas Stockwell wrote: > What kind of incorrect errors do you see? > >> Why does VisualStudio say 75 errors, yet the build process says 0 >> errors? >> >> I'm asking because sometimes the builds fails and now there is 76 >> errors in the list. I have to go through that list until I find the >> "real" problem in the build. That behavior is on the Feb CTP. >> >> Please tell me this will be fixed "real soon now" ![]() >> >> Phil >> > > I'll be a bit more specifig with the errors I'm getting and here is a few example Error 1 Assembly '' could not be found. Are you missing an assembly reference? D:\Projects\Demos\MultiChannel\AlpineWebApplication\MyApp.xaml 4 12 AlpineWebApplication Error 2 Type 'src:ProductList' could not be found. Are you missing an assembly reference? D:\Projects\Demos\MultiChannel\AlpineWebApplication\MyApp.xaml 14 4 AlpineWebApplication Error 6 Type 'local:ProductList' could not be found. Are you missing an assembly reference? D:\Projects\Demos\MultiChannel\AlpineWebApplication\Page1.xaml 46 5 AlpineWebApplication a lot mroe like the above and then the following on a ListBox element. That's the funniest one, a list box which only accepts one object... Error 16 Property accepts only one object D:\Projects\Demos\MultiChannel\AlpineWebApplication\ShoppingCart.xaml 5 3 AlpineWebApplication |
| | #5 (permalink) |
| Guest | Re: Why does VisualStudio say 75 errors, yet the build process says 0 errors? Do you have XAML files open in Cider? (The view with the Design/XAML/Source tabs at the bottom of the window.) Cider doesn't seem to have enough XAML compatability yet to be useful, so I just avoid it. Try closing all open document windows - as soon as I close Cider views the errors vanish. If you want to edit the XAML but avoid Cider: right click on the XAML file in the Solution Explorer then choose "Open With" -> "XML Editor". - Doug > Douglas Stockwell wrote: > >> What kind of incorrect errors do you see? >> >>> Why does VisualStudio say 75 errors, yet the build process says 0 >>> errors? >>> >>> I'm asking because sometimes the builds fails and now there is 76 >>> errors in the list. I have to go through that list until I find the >>> "real" problem in the build. That behavior is on the Feb CTP. >>> >>> Please tell me this will be fixed "real soon now" ![]() >>> >>> Phil >>> > I'll be a bit more specifig with the errors I'm getting and here is a > few example > > Error 1 Assembly '' could not be found. Are you missing an assembly > reference? > D:\Projects\Demos\MultiChannel\AlpineWebApplication\MyApp.xaml 4 12 > AlpineWebApplication > > Error 2 Type 'src:ProductList' could not be found. Are you missing an > assembly reference? > D:\Projects\Demos\MultiChannel\AlpineWebApplication\MyApp.xaml 14 4 > AlpineWebApplication > > Error 6 Type 'local:ProductList' could not be found. Are you missing > an assembly reference? > D:\Projects\Demos\MultiChannel\AlpineWebApplication\Page1.xaml 46 5 > AlpineWebApplication > > a lot mroe like the above and then the following on a ListBox element. > That's the funniest one, a list box which only accepts one object... > > Error 16 Property accepts only one object > D:\Projects\Demos\MultiChannel\AlpineWebApplication\ShoppingCart.xaml > 5 3 AlpineWebApplication > |
| | #6 (permalink) |
| Guest | Re: Why does VisualStudio say 75 errors, yet the build process says0 errors? Douglas Stockwell wrote: > Do you have XAML files open in Cider? (The view with the > Design/XAML/Source tabs at the bottom of the window.) > > Cider doesn't seem to have enough XAML compatability yet to be useful, > so I just avoid it. > > Try closing all open document windows - as soon as I close Cider views > the errors vanish. > If you want to edit the XAML but avoid Cider: right click on the XAML > file in the Solution Explorer then choose "Open With" -> "XML Editor". > > - Doug > >> Douglas Stockwell wrote: >> >>> What kind of incorrect errors do you see? >>> >>>> Why does VisualStudio say 75 errors, yet the build process says 0 >>>> errors? >>>> >>>> I'm asking because sometimes the builds fails and now there is 76 >>>> errors in the list. I have to go through that list until I find the >>>> "real" problem in the build. That behavior is on the Feb CTP. >>>> >>>> Please tell me this will be fixed "real soon now" ![]() >>>> >>>> Phil >>>> >> I'll be a bit more specifig with the errors I'm getting and here is a >> few example >> >> Error 1 Assembly '' could not be found. Are you missing an assembly >> reference? >> D:\Projects\Demos\MultiChannel\AlpineWebApplication\MyApp.xaml 4 12 >> AlpineWebApplication >> >> Error 2 Type 'src:ProductList' could not be found. Are you >> missing an >> assembly reference? >> D:\Projects\Demos\MultiChannel\AlpineWebApplication\MyApp.xaml 14 4 >> AlpineWebApplication >> >> Error 6 Type 'local:ProductList' could not be found. Are you >> missing >> an assembly reference? >> D:\Projects\Demos\MultiChannel\AlpineWebApplication\Page1.xaml 46 5 >> AlpineWebApplication >> >> a lot mroe like the above and then the following on a ListBox element. >> That's the funniest one, a list box which only accepts one object... >> >> Error 16 Property accepts only one object >> D:\Projects\Demos\MultiChannel\AlpineWebApplication\ShoppingCart.xaml >> 5 3 AlpineWebApplication >> > > Thanks. Cider is indeed the culprit which adds all those irrelevant errors. Funny when you think it's suppose to help. Beside, it never seem able to parse my scenes anyway and I always had to press the 'Edit XAML' button. Cheers. Phil |
| |
| |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Build errors whith two identical assembliey names | Alexander Llew Wykel | .NET General | 8 | 05-22-2008 10:30 AM |
| Vista compatibility with VisualStudio Net 2003 | AllyJ | Vista General | 5 | 01-04-2008 06:39 AM |
| The Next Build Shall be RTM guys not any other builds unless MS decides to do one more build because of bugs before RTM RC2 build 5477 is the last build before RTM | Drew | Vista General | 8 | 10-12-2006 06:41 PM |
| I meant RC2 Build 5744 is the last build unless ms find more bugs before the RTM build and gold version there only make another build if there more bugs and not ready for RTM | Drew | Vista General | 4 | 10-12-2006 08:17 AM |