Getting a lot of errors attempting to compile some code from Microsoft for a FP add-in

R

Rod

I read an article on Microsoft's MSDN entitled, "Creating Managed FrontPage
2003 Add-ins in C#"
(http://msdn.microsoft.com/library/d...2003_ta/html/odc_fpManagedFrontPageAddIns.asp)
And I also downloaded the code that came with the article. When I tried to
build the add-in I got several errors with messages such as:

"'Microsoft.Office.Code.CommandBarButton' is defined in multiple places"
"'Microsoft.Office.Code.CommandBars' is defined in multiple places"
"'Microsoft.Office.Code.CommandBar' is defined in multiple places"

and then later there are error messages that say things like:

"Two or more objects have the same target location
('[targetdir]\office.dll')"
"Unable to create registration information for file name 'FPAddin.dll'"

etc.

Has anyone else had problems with the code for that particular article?

What do I do to correct all of the errors, which are very numerous?

Rod
 
S

Steve Easton

What are you using to "compile" your add-in??

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 

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