Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

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.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Microsoft Technical Newsgroups > Avalon

Why does VisualStudio say 75 errors, yet the build process says 0errors?

Closed Thread
 
Thread Tools Display Modes
Old 03-10-2006   #1 (permalink)
Philippe Lavoie
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
Old 03-11-2006   #2 (permalink)
Douglas Stockwell
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
>



Old 03-13-2006   #3 (permalink)
Philippe Lavoie
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
Old 03-13-2006   #4 (permalink)
Philippe Lavoie
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




Old 03-13-2006   #5 (permalink)
Douglas Stockwell
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
>



Old 03-13-2006   #6 (permalink)
Philippe Lavoie
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
Closed Thread

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








Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50