Thanks Mel.

I've checked for files on my system, and fair enough paths weren't taking
in consideration my x64 system.
so I've copied the xml into *C:\Program Files\Microsoft Visual Studio
10.0\Xml\Schemas\monodroidcatalog.xml* and updated paths within to point to
x86 folder: ...*href="%ProgramFiles(x86)%/MSBuild/Novell/...
*
Though still no luck - intellisense still doesn't seem to work for me in
xaml.
I've tried tracing when/how the schema is loaded by watching how VS is
loaded and my project is opened in ProcMonitor but it didn't show
anything...

Any more ideas/guidance will be much appreciated.

Igor


On 18 February 2013 23:00, <monodroid-requ...@lists.ximian.com> wrote:

> ---------- Forwarded message ----------
> From: Miljenko Cvjetko <mcvje...@holisticware.net>
> To: monodroid@lists.ximian.com
> Cc:
> Date: Mon, 18 Feb 2013 09:06:13 +0100
> Subject: Re: [mono-android] intellisense not working in .axml files
>  Hi
>
> On 2013.02.16 06:59, krish wrote:
>
> me also same problem...can any one say how to again work intellisense in
> .axml file???
>
>  few notes to get You
>
> check for android-layout-xml.xsd
> "%PROGRAMFILES%\Microsoft Visual Studio 10.0\xml\Schemas"
>
> if not there check
>       monodroidcatalog.xml
>
>       <SchemaCatalog xmlns="http://schemas.microsoft.com/xsd/catalog"; 
> <http://schemas.microsoft.com/xsd/catalog>>
>         <Schema href="%ProgramFiles%/MSBuild/Novell/android-layout-xml.xsd" />
>         <Schema 
> href="%ProgramFiles%/MSBuild/Novell/schemas.android.com.apk.res.android.xsd" 
> targetNamespace="http://schemas.android.com/apk/res/android"; 
> <http://schemas.android.com/apk/res/android> />
>
>         <Association extension="axml" 
> schema="%ProgramFiles%/MSBuild/Novell/android-layout-xml.xsd" />
>       </SchemaCatalog>
>
>
> %ProgramFiles%/MSBuild/Novell/android-layout-xml.xsd
>
> Check Schema set (add if missing)
>       Visual Studio +/ Xml +/ Schemas +/
>
>
> Problems
>   *           In some cases:
>               the intellisense and schema validation may disappear if there 
> are warnings not been resolved;
>               like having duplicate complex types defines in different files 
> within the same schema namespace.
>   *           verify %PROGRAMFILES% variable (32/64 bit OS)
>               this might cause problems
>
> regards
>
> mel
>
>
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to