Windows Vista Forums
Vista Forums Home Join Vista Forums Webcasts 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

XAML Assembly References

Update your Vista Drivers Update Your Drivers Now!!
Closed Thread
 
Thread Tools Display Modes
Old 02-26-2006   #1 (permalink)
Joseph Bittman MVP MCSD
Guest


 

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
Guest


 

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
Guest


 

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
Guest


 

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
Guest


 

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
Closed Thread

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
Is it possible to include XAML files into another XAML file? star-italia .NET General 6 06-12-2008 04:56 AM
references an object name with a variable tconley@gmail.com PowerShell 2 07-25-2007 05:27 PM
launching different XAML aplication from another XAML app SenthilVel Avalon 0 03-31-2007 09:40 PM
Can you reference a XAML Resource from an External Assembly? wackyphill@yahoo.com Avalon 3 02-05-2007 06:52 AM
How to deploy an XAML-based App with its XAML-UI-File? Solveigh Avalon 11 11-08-2006 07:50 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 51