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

  • Thread starter Thread starter Rod
  • Start date Start date
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
 
What are you using to "compile" your add-in??

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