Traumbuploaro
New Member
I have a library which can be configured using Custom Config Sections in \[code\]App.Config\[/code\].Then I used \[code\]Xsd.exe\[/code\] to generate a \[code\].Xsd\[/code\] file to allow Intellisense to be used when editing the \[code\]App.Config\[/code\] section.Then I added the Xsd file to the project.Now when I reference the project from a project using the library, when I click on \[code\]XML->Schemas\[/code\], the new Xsd file automatically shows up in the list, and the Use column has no Icon, indicating \[code\]Automatic\[/code\]. However no intelisense appears for the elements, if I change it to a green check mark \[code\]Use this schema\[/code\] the intelisense appears. So I have three questions:[*]How do I get intelisense to appear when it is set for \[code\]automatic\[/code\]?[*]If I can't do #1, how do I automatically set \[code\]Use this schema\[/code\] when the library is referenced?[*]Is there a way to add intellesense for code completion on the \[code\]configSections\[/code\], add Section portion (the part that defines that there will be a custom config section later in the config)?