Getting security certificate error with Smart Tags

S

stpatrickjr

I am really missing a basic peice here. I know this because this is not documented anywhere, which means that it is "just understood" as to how it should work.

When I attempt to add the smart tag manifest XML file I get the error:

"The file could not be installed because there was a problem with the security certificate. The XML expansion pack may not work as expected. For more information, contact your administrator."

(My administrator has no idea where this is coming from. )

This shows up even when loading the Microsoft samples, such as the "Simple Smart Sample" example.

This is on Office 2003, specifically Word. I have the XML schema for the sample manifest loaded and selected. I am adding the manifest XML through the "Templates and Add-ins" dialog, in the "XML Expansion Packs" tab.

What is the one basic step that I am missing?
 
P

Pascal Lenormand

Hi all,

I'm writing a MS Project 2002 Add-In

My first question is :
Is there a way to know if a resource calendar is the project calendar ?
(i.e. is the resource has non working days different from the project ones).

Second question :
Is there a way to get specific non-working days (hours) for a resource ?
I want to be able to have the difference between the project calendar
and the resource calendar.

When a project is saved in XML format, such information is available.
Here is the information in the XML file.

<Calendar><UID>14</UID><Name>res5</Name><IsBaseCalendar>0</IsBaseCalendar><BaseCalendarUID>1</BaseCalendarUID>
<WeekDays>
<WeekDay>
<DayType>0</DayType>
<DayWorking>0</DayWorking>
<TimePeriod>
<FromDate>2003-12-03T00:00:00</FromDate>
<ToDate>2003-12-04T23:59:00</ToDate>
</TimePeriod>
</WeekDay>
</WeekDays>
</Calendar>

Thanks for the help.

Pascal Lenormand
ILOG
 
A

Andrew Cushen

Hi-

If you had looked at your previous post in the Programming
newsgroup, you would have seen this answer:

<< The XML file has to be signed with a code signing
certificate using the
XMLSign utility, or a setting in the registry has to be
set to temporary
disable the security setting.
[/QUOTE][/QUOTE]

If you look through the documentation for information on
code signing and certificates, you should find your
answers.


-Andrew Cushen
=======================================
-----Original Message-----
I am really missing a basic peice here. I know this
because this is not documented anywhere, which means that
it is "just understood" as to how it should work.
When I attempt to add the smart tag manifest XML file I get the error:

"The file could not be installed because there was a
problem with the security certificate. The XML expansion
pack may not work as expected. For more information,
contact your administrator."
(My administrator has no idea where this is coming from. )

This shows up even when loading the Microsoft samples,
such as the "Simple Smart Sample" example.
This is on Office 2003, specifically Word. I have the
XML schema for the sample manifest loaded and selected. I
am adding the manifest XML through the "Templates and Add-
ins" dialog, in the "XML Expansion Packs" tab.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top