c# - satellite assemblies used from a .dll -


i trying implement satellite assemblies. scenario though different ordinary case.

  • i have executable assembly ( let's call a.exe) , .dll assembly (b.dll)

  • a.exe references b.dll , a.csproj start project in solution

  • my strings file in assembly b (the class library)

  • i created satelite assemblies , placed them in bin folder of prject b.

  • the issue no matter culture provide, falls on default culture embedded in project.(the satelite assemblies not)

  • when try place default strings file , satelite assemblies in .exe project work, transfer them .dll project don't

    does have solution situation. can't place strings file in .exe project (business requirement)

thanks in advance.

since can't answer own question in separate reply, here solution:

you need place satellite assembly's .dll files both in library , executable assembly's \bin directories.

i started project on site:

example

and elaborated include library class. wish there way post here...let me know if there way attach projects posts.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -