Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > Avalon

Vista - XAML Assembly References

 
 
Old 02-26-2006   #1 (permalink)
Joseph Bittman MVP MCSD


 
 

XAML Assembly References

Feb. 25, 2006

I just installed the Orcas Feb CTP/Windows SDK Feb CTP/ and Vista 5308.
When ever I create any project under the WinFX type, I get lots of
errors.... "Type Application could not be found. Are you missing an assembly
reference?".. the same error happens for lots of objects including
Application.Resources ... Page ... Grid.. etc - Any Ideas?

---
Joseph Bittman
Microsoft Certified Solution Developer
Microsoft Most Valuable Professional - DPM



My System SpecsSystem Spec
Old 02-26-2006   #2 (permalink)
Olav Tollefsen


 
 

Re: XAML Assembly References

Yes, I got the same. However it compiles and runs fine.

One more gotcha with the February CTP. It seems that you need to do a
Rebuild everytime instead of just hitting F5 to get Avalon apps to run
without a runtime error.

Olav

"Joseph Bittman MVP MCSD" <RyanBittman@msn.com> wrote in message
news:uX6Wb1pOGHA.3196@TK2MSFTNGP09.phx.gbl...
> Feb. 25, 2006
>
> I just installed the Orcas Feb CTP/Windows SDK Feb CTP/ and Vista 5308.
> When ever I create any project under the WinFX type, I get lots of
> errors.... "Type Application could not be found. Are you missing an
> assembly reference?".. the same error happens for lots of objects
> including Application.Resources ... Page ... Grid.. etc - Any Ideas?
>
> ---
> Joseph Bittman
> Microsoft Certified Solution Developer
> Microsoft Most Valuable Professional - DPM
>



My System SpecsSystem Spec
Old 02-26-2006   #3 (permalink)
Joseph Bittman MVP MCSD


 
 

Re: XAML Assembly References

Feb. 26, 2006

Really? I can't? - When I go to Design mode, I get a screen which says
"Whoops!" and says to modify the XAML so the designer can properly parse the
document.

What did you do?

---
Joseph Bittman
Microsoft Certified Solution Developer
Microsoft Most Valuable Professional - DPM


"Olav Tollefsen" <x@y.com> wrote in message
news:u0WMFvqOGHA.428@tk2msftngp13.phx.gbl...
> Yes, I got the same. However it compiles and runs fine.
>
> One more gotcha with the February CTP. It seems that you need to do a
> Rebuild everytime instead of just hitting F5 to get Avalon apps to run
> without a runtime error.
>
> Olav
>
> "Joseph Bittman MVP MCSD" <RyanBittman@msn.com> wrote in message
> news:uX6Wb1pOGHA.3196@TK2MSFTNGP09.phx.gbl...
>> Feb. 25, 2006
>>
>> I just installed the Orcas Feb CTP/Windows SDK Feb CTP/ and Vista 5308.
>> When ever I create any project under the WinFX type, I get lots of
>> errors.... "Type Application could not be found. Are you missing an
>> assembly reference?".. the same error happens for lots of objects
>> including Application.Resources ... Page ... Grid.. etc - Any Ideas?
>>
>> ---
>> Joseph Bittman
>> Microsoft Certified Solution Developer
>> Microsoft Most Valuable Professional - DPM
>>

>
>



My System SpecsSystem Spec
Old 02-26-2006   #4 (permalink)
Olav Tollefsen


 
 

Re: XAML Assembly References

Can't do what? Use the Designed or Compile and Build the project? I also
have problems with the designer, but it still compiles and build the
project.

Olav

"Joseph Bittman MVP MCSD" <RyanBittman@msn.com> wrote in message
news:O30MbsvOGHA.2828@TK2MSFTNGP12.phx.gbl...
> Feb. 26, 2006
>
> Really? I can't? - When I go to Design mode, I get a screen which says
> "Whoops!" and says to modify the XAML so the designer can properly parse
> the document.
>
> What did you do?
>
> ---
> Joseph Bittman
> Microsoft Certified Solution Developer
> Microsoft Most Valuable Professional - DPM
>
>
> "Olav Tollefsen" <x@y.com> wrote in message
> news:u0WMFvqOGHA.428@tk2msftngp13.phx.gbl...
>> Yes, I got the same. However it compiles and runs fine.
>>
>> One more gotcha with the February CTP. It seems that you need to do a
>> Rebuild everytime instead of just hitting F5 to get Avalon apps to run
>> without a runtime error.
>>
>> Olav
>>
>> "Joseph Bittman MVP MCSD" <RyanBittman@msn.com> wrote in message
>> news:uX6Wb1pOGHA.3196@TK2MSFTNGP09.phx.gbl...
>>> Feb. 25, 2006
>>>
>>> I just installed the Orcas Feb CTP/Windows SDK Feb CTP/ and Vista
>>> 5308. When ever I create any project under the WinFX type, I get lots of
>>> errors.... "Type Application could not be found. Are you missing an
>>> assembly reference?".. the same error happens for lots of objects
>>> including Application.Resources ... Page ... Grid.. etc - Any Ideas?
>>>
>>> ---
>>> Joseph Bittman
>>> Microsoft Certified Solution Developer
>>> Microsoft Most Valuable Professional - DPM
>>>

>>
>>

>
>



My System SpecsSystem Spec
Old 02-26-2006   #5 (permalink)
Joseph Bittman MVP MCSD


 
 

Re: XAML Assembly References

Feb. 26, 2006

Odd... unless you kept posting I'd have given up. - If I just put a
<button>test</> in there (the Grid object or directly under the Window
element) and ran it, nothing would display. It would compile - enter debug
mode - but nothing would appear. This is when I just goto Create New Project
& click any WinFX type (VB), and leave the default project name fields.

Because you kept be from giving up, I just tried it but I specified a custom
Project name. lol - And it does actually show up now when I run it??? =) --
Anyway, I guess the moral of the story is to always give a custom project
name. Thanks!!

- JB


"Olav Tollefsen" <x@y.com> wrote in message
news:enFh5OwOGHA.3260@TK2MSFTNGP11.phx.gbl...
> Can't do what? Use the Designed or Compile and Build the project? I also
> have problems with the designer, but it still compiles and build the
> project.
>
> Olav
>
> "Joseph Bittman MVP MCSD" <RyanBittman@msn.com> wrote in message
> news:O30MbsvOGHA.2828@TK2MSFTNGP12.phx.gbl...
>> Feb. 26, 2006
>>
>> Really? I can't? - When I go to Design mode, I get a screen which says
>> "Whoops!" and says to modify the XAML so the designer can properly parse
>> the document.
>>
>> What did you do?
>>
>> ---
>> Joseph Bittman
>> Microsoft Certified Solution Developer
>> Microsoft Most Valuable Professional - DPM
>>
>>
>> "Olav Tollefsen" <x@y.com> wrote in message
>> news:u0WMFvqOGHA.428@tk2msftngp13.phx.gbl...
>>> Yes, I got the same. However it compiles and runs fine.
>>>
>>> One more gotcha with the February CTP. It seems that you need to do a
>>> Rebuild everytime instead of just hitting F5 to get Avalon apps to run
>>> without a runtime error.
>>>
>>> Olav
>>>
>>> "Joseph Bittman MVP MCSD" <RyanBittman@msn.com> wrote in message
>>> news:uX6Wb1pOGHA.3196@TK2MSFTNGP09.phx.gbl...
>>>> Feb. 25, 2006
>>>>
>>>> I just installed the Orcas Feb CTP/Windows SDK Feb CTP/ and Vista
>>>> 5308. When ever I create any project under the WinFX type, I get lots
>>>> of errors.... "Type Application could not be found. Are you missing an
>>>> assembly reference?".. the same error happens for lots of objects
>>>> including Application.Resources ... Page ... Grid.. etc - Any Ideas?
>>>>
>>>> ---
>>>> Joseph Bittman
>>>> Microsoft Certified Solution Developer
>>>> Microsoft Most Valuable Professional - DPM
>>>>
>>>
>>>

>>
>>

>
>



My System SpecsSystem Spec
 

Thread Tools


Similar Threads
Thread Forum
Project References. .NET General
Is it possible to include XAML files into another XAML file? .NET General


Vista Forums 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 Ltd

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