Hi,
We have few query files in C# project and those are added as embedded resource files. Due to recent changes in DB structures for US and Canada, there are 2 changes in query files. So we separated those 2 files by different extensions. For Canada we are referring the file as "filename.CA.qry" and for US it remains the default as "filename.qry".
After building the application, I found "CA" folder inside the "Bin" folder, which contains one dll file having these 2 files. I think it's a satellite assembly...Am I correct?
If I do not want to create this folder, are there any settings required at solution/project level? So that I can share only one dll to client instead of this folder and 2 dlls.
Sharing the best from my side...
--Prashant--
We have few query files in C# project and those are added as embedded resource files. Due to recent changes in DB structures for US and Canada, there are 2 changes in query files. So we separated those 2 files by different extensions. For Canada we are referring the file as "filename.CA.qry" and for US it remains the default as "filename.qry".
After building the application, I found "CA" folder inside the "Bin" folder, which contains one dll file having these 2 files. I think it's a satellite assembly...Am I correct?
If I do not want to create this folder, are there any settings required at solution/project level? So that I can share only one dll to client instead of this folder and 2 dlls.
Sharing the best from my side...
--Prashant--