문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top