Hello,
I've build an assembly file which uses an config file. In my biztalk application i use the assembly. Now I have an problem with runing the application. I can deploy my application but when i'm running my application i get the follow message:
Could not find file 'C:\WINDOWS\assembly\GAC_MSIL\######.Biztalk.MailReceivers\1.0.0.0__fc48e45a648aa1b8\#####.Biztalk.MailReceivers.dll.config'.
I know why this is happened, because the assembly is installed in GAC, and can't find the config file in that location. How can i solve this problem. One option is to build the assembly file with an hard coded path to the config file. But is there another solution?
Thanks