Wrox Programmer Forums
|
BOOK: Access 2010 VBA Programmer's Reference
This is the forum to discuss the Wrox book Access 2010 Programmer's Reference by Teresa Hennig, Rob Cooper, Geoffrey L. Griffith, Jerry Dennison; ISBN: 978-0-470-59166-6
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Access 2010 VBA Programmer's Reference section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 7th, 2011, 12:45 PM
gjgriffith's Avatar
Wrox Author
 
Join Date: Jul 2009
Posts: 110
Thanks: 5
Thanked 14 Times in 14 Posts
Default Check this location...

Hello ixeji,

Thanks for the follow up to my post. So, if you installed the Office Fluent User Interface XML Schema from:
http://www.microsoft.com/download/en...s.aspx?id=1574

And you are using VS.NET 2008, then the XSD for the Office 2010 Ribbon should have been installed to:

Code:
C:\Program Files (x86)\Microsoft Visual Studio 9.0\xml\Schemas\1033\customUI14.xsd
Are you able to see that file there? If so, you should just be able to specify that file. Otherwise, there may be a problem with your machine if the Office Fluent User Interface code is unable to install.

Anyway, I hope that helps!

Thanks,
__________________
Geoffrey L. Griffith
http://www.ImagineThought.com

Wrox Author of:
Microsoft Access 2010 24-Hour Trainer
Access 2010 Programmer's Reference
Access 2007 VBA Programmer's Reference

*** Please click the THANKS button (to the right) if this post helped you! *** ---------------------------------------------------------------------------------------------------------->

Last edited by gjgriffith; November 7th, 2011 at 12:52 PM..
 
Old March 15th, 2012, 03:33 AM
Registered User
 
Join Date: Mar 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by ixeji View Post
Well, actually the schema is not in the list proposed by VS 2008, so I could not follow Mike's solution. I tried to download it from your link, but when I execute the exe dowloaded, it does nothing eventually.
Ixeji
I had the same experience with supposed install of the schema but when I downloaded from the MS Office developer site I found the schema "customui14" installed in a folder called "C:\Office 2010 Developer Resources\Schemas". When you are in the Visual Studio you have to start a new Project and then add a New Item to it - selecting XML as the Item type. When you open the schema window you have to select "Add" and then navigate to the location of the "customui14" file on the C drive and add it to the list that is already shown by Visual Studio. Once you have done that the intellisense in Visual Studio uses that schema to validate whatever you enter in that XML item. It works quite well and demands for example that you exactly match the requirements of the schema - for example it is case sensitive, so that "IDMSO" is taken to be an error for the attribute name "idMso". Hope that helps.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Use javascript to add button to Ribbon DLGross BOOK: Beginning SharePoint Designer 2010 0 June 8th, 2011 11:12 AM
CallBacks for Ribbon algiersnola BOOK: Access 2007 VBA Programmer's Reference ISBN: 978-0-470-04703-3 8 April 18th, 2011 03:23 PM
Chapter 4: Example Ribbon Customization phlegyas BOOK: Professional SharePoint 2010 Development 1 October 29th, 2010 06:37 AM
Custom Office ribbon ayazhoda Access VBA 0 May 29th, 2008 09:36 AM
Access 2007 won't let me select a ribbon bgnetman Access 0 October 23rd, 2007 12:04 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.