Neil,
I just installed 3.0.40140.0 and I could use Intellisense just fine. I tried to create a new project and added a couple components and checked that both elements and attributes were working.
Is there a particular scenario that didn't work for you?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Neil,
A couple of us tried to repro this and couldn't find fault with it. I'm resolving this for now. Please feel free to reopon this with details on the usage that failed for you...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2008-05-02
Logged In: YES
user_id=1521752
Originator: YES
This still fails for me even with last weeks build. I also posted a request to WiX Users and someone else confirmed the problem (I will do this again to see if there is a common theme). Just to clarify what the problem is, when you type a space in an element the drop down list of attributes appears but as you select them the help about the attribute is missing.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2008-05-02
Logged In: YES
user_id=1521752
Originator: YES
If think I can see the problem, there aren't any <xs:documentation> sections in the wix.xsd (or any of the other xsd's).</xs:documentation>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2008-05-03
Logged In: YES
user_id=1521752
Originator: YES
Here is a bit more information, the xsd's in the wix3-sources.zip are correct but the ones in the Wix3.msi and wix3-binaries.zip are missing the documentation.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yeah, the recent changes to .csproj files has us shipping the "flattened" version of the .xsds. You should still be getting most IntelliSense features like attribute lists and value drop-downs, but the doc tooltips are missing. Is that what you're seeing?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2008-05-03
Logged In: YES
user_id=1521752
Originator: YES
Yes that is exactly it. I have copied the un-flattened files from the source zip and now works ok.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=26581
Originator: NO
Which version of Visual Studio?
Logged In: YES
user_id=1521752
Originator: YES
Both VS2005 and VS2008
Logged In: YES
user_id=2017144
Originator: NO
Neil,
I just installed 3.0.40140.0 and I could use Intellisense just fine. I tried to create a new project and added a couple components and checked that both elements and attributes were working.
Is there a particular scenario that didn't work for you?
Logged In: YES
user_id=2017144
Originator: NO
Neil,
A couple of us tried to repro this and couldn't find fault with it. I'm resolving this for now. Please feel free to reopon this with details on the usage that failed for you...
Logged In: YES
user_id=1521752
Originator: YES
This still fails for me even with last weeks build. I also posted a request to WiX Users and someone else confirmed the problem (I will do this again to see if there is a common theme). Just to clarify what the problem is, when you type a space in an element the drop down list of attributes appears but as you select them the help about the attribute is missing.
Logged In: YES
user_id=2017144
Originator: NO
Thanks Neil...we'll look into this.
Logged In: YES
user_id=1297896
Originator: NO
Try opening the XSD file in Visual Studio.
Logged In: YES
user_id=1521752
Originator: YES
If think I can see the problem, there aren't any <xs:documentation> sections in the wix.xsd (or any of the other xsd's).</xs:documentation>
Logged In: YES
user_id=1521752
Originator: YES
Here is a bit more information, the xsd's in the wix3-sources.zip are correct but the ones in the Wix3.msi and wix3-binaries.zip are missing the documentation.
Logged In: YES
user_id=26581
Originator: NO
Yeah, the recent changes to .csproj files has us shipping the "flattened" version of the .xsds. You should still be getting most IntelliSense features like attribute lists and value drop-downs, but the doc tooltips are missing. Is that what you're seeing?
Logged In: YES
user_id=1521752
Originator: YES
Yes that is exactly it. I have copied the un-flattened files from the source zip and now works ok.