|
|
| VS 2005 XAML IntelliSense |
|
| Author |
Message |
brettles

|
Posted: Visual Studio WPF Designer, VS 2005 XAML IntelliSense |
Top |
Hello,
I have installed everything I can find on .Net 3 including the extensions. I am currently having issues with the XAML Intellisense not working. Not only will it not pick up my own project references eg xmlns:custom="clr-namespace:SDKSample;assembly=SDKSampleLibrary"
<custom: does not work. But also when I try to tap into TextBox.Text for the <Binding> It does not recognise it.
Have I missed something to install
Thanks,
Brett.
Visual Studio 200830
|
| |
|
| |
 |
ACangialosi

|
Posted: Visual Studio WPF Designer, VS 2005 XAML IntelliSense |
Top |
|
| |
 |
Marco Goertz - MSFT

|
Posted: Visual Studio WPF Designer, VS 2005 XAML IntelliSense |
Top |
The IntelliSense in the extensions for Visual Studio 2005 are based on the XAML Schema, which only supports the most basic WPF types.
The XAML Language Service in Visual Studio "Orcas" won't be Schema-based and therefore will support much more sophisticated scenarios.
|
| |
|
| |
 |
Olivier H.

|
Posted: Visual Studio WPF Designer, VS 2005 XAML IntelliSense |
Top |
Hello!
I had Intellisense work with XAML editing at the beginning of a project.
But suddenly, it would not work any longer (with WPF base types, actually).
I also use custom controls, but I knew Intellisense would not work with them.
Any idea on how to fix this Thank you for your help.
O.
EDIT: to be more specific, it was working fine, and one day, as I opened the Solution to edit it, Intellisense was gone for XAML editing.
|
| |
|
| |
 |
Olivier H.

|
Posted: Visual Studio WPF Designer, VS 2005 XAML IntelliSense |
Top |
Hello,
I've just found out what was wrong with Intellisense. I did right click on a XAML sample and chose Properties... to bring forth the XAML properties window. Then, on the "Schema" item, I saw (I don't understand how it had become as it was) that no schema were given. I clicked on the button on the right to try and set Xaml2006.xsd (http://schemas.microsoft.com/winfx/2006/xaml) and XamlPResentation2006.xsd (http://schemas.microsoft.com/winfx/2006/xaml/presentation), but they were nowhere in the list. I had to click "Add" button and fetch the files in C:\Program Files\Microsoft Visual Studio 8\Xml\Schemas.
Now it works, but I still don't understand why it was all upset.
|
| |
|
| |
 |
Nlucas

|
Posted: Visual Studio WPF Designer, VS 2005 XAML IntelliSense |
Top |
Glad I found this posting - I've just had exactly the same thing happen. Yesterday Intellisense was fine in the XAML and today it just stopped working. I opened a new XAML project where Intellisense did work and just copied and pasted the schemas into the non-working project. That now has Intellisense working again. If anyone can explain why my "Getting Started Panel" at the start of VS2005 has only SQL content and on another machine has C# information then I'll be a very happy (old) man !
|
| |
|
| |
 |
garrettrs

|
Posted: Visual Studio WPF Designer, VS 2005 XAML IntelliSense |
Top |
My intellisense disappeared also, however my schema reference was still there. It just lost the double quotes around it. I added the double quotes, and it started working fine. Weird huh.
|
| |
|
| |
 |
Marco Goertz - MSFT

|
Posted: Visual Studio WPF Designer, VS 2005 XAML IntelliSense |
Top |
|
| |
 |
RamSChennai

|
Posted: Visual Studio WPF Designer, VS 2005 XAML IntelliSense |
Top |
Your research made my life easy. Thanks for your fix!
|
| |
|
| |
 |
| |
|