satellite-assembly
When should I use Satellite Assemblies when it comes to localization? And When should I use Resources Files(.resx)?
I\'m creating a windows appplication in which I wanna do some localization. That application will also use a DLL that might use a different language(CultureInfo) than the main application.Whic开发者_如[详细]
2023-04-09 04:27 分类:问答How to load satellite assemblies relative to DLL
I have a situation where I supply a plugin DLL that uses .NET 4.0. This DLL uses ResourceManager to load strings. The strings in turn get translated and compiled into satellite assemblies.[详细]
2023-04-01 09:01 分类:问答.NET 4 - Satellite assembly (language resources) DLL loading change in CLR / .NET / ASP.NET 4
Does anybody know if loading of satellite assemblies has changed in .NET/CLR/ASP.NET开发者_如何学编程 4.0?[详细]
2023-03-23 08:59 分类:问答Creation of a satellite assembly
When I am trying to create a satellite assemb开发者_C百科ly by using al.exe from the command prompt I am getting the following error.[详细]
2023-03-09 19:08 分类:问答What decides the target framework version of a satellite assembly?
What decides the target framework version of a satellite assembly? Looking at the log file I can see the satellite assembly is build by running ResGen.exe and Al.exe but I can\'t find out what decide[详细]
2023-03-07 14:30 分类:问答Updating satellite assembly without re-compiling
I have a Class Library project that is used by many other web applications. I want to create a satellite assemblies for that class library. I don\'t want to have to recompile / redeploy the class libr[详细]
2023-03-06 18:12 分类:问答Strategy for sharing resources between projects
I have a central library (DLL) called Core that is used by many projects (Some web apps, some win forms, some other class libraries).[详细]
2023-03-06 01:33 分类:问答Why can't MonoDevelop can't find the al2 linker to build satellite assemblies for ZedGraph?
System Info: Windows 7: MonoDevelop 2.4.2.1 Mono 2.6.7 Trying to compile ZedGraph (a charting control). But it has resources for multilanguage support which won\'t compile into a satellite assembl[详细]
2023-02-16 12:05 分类:问答Language set to "Default" but i don't see a resource.dll?
I have just set one of my forms to Localization: True and left the language as \"Default\". I checked the resx and sure enough it contains all the strings for 开发者_如何学Gomy form.[详细]
2023-02-15 22:13 分类:问答The satellite assembly named "XX.dll" for fallback culture "en-US" could not be found error in .NET app
I\'m customizing an open-source .NET application.It compiles perfectly fine. But forms and controls refuse to show in designer, throwing the following error:[详细]
2023-02-12 09:09 分类:问答