0

I am using a library called Excel DNA which allows you to create excel addins. I have created a C# library and a .dll.config file is created as usual. Unfortunately excel needs the config file to be called .xll.config.

How do I change the output name of the config file to .xll.config?

Crono
  • 10,211
  • 6
  • 43
  • 75
TJF
  • 1,081
  • 1
  • 12
  • 26

1 Answers1

0

Add the config file with the required name to the project, and set it to copy to the output folder.

Justin Harvey
  • 14,446
  • 2
  • 27
  • 30