satellite-assembly Questions
5
Solved
I got the problem that I need to distribute a C# project as a single EXE file which is not an installer but the real program. It also needs to include a translation which currently resides in a sub...
Repentance asked 21/9, 2009 at 10:5
1
The program below is supposed to get a resource string from a satellite resourcefile. It works fine when compiled with target framework='NET Framework 4.5.2' using VS2015. However, setting target f...
Exciter asked 10/9, 2015 at 11:29
5
Solved
I want to override a string from a System.ComponentModel.DataAnnotations for an ASP.NET project. Do I need to make a satellite assembly, messing with custom build tasks, al.exe etc.? Even if yes, I...
Manx asked 29/3, 2010 at 12:52
2
Is it possible to tell MSBuild to NOT copy the satellite asssemblies for a certain assembly or for all?
I have a nuget package, which contains resource assemblies, but I do not want to include the...
Bitter asked 11/4, 2014 at 8:49
2
In my C# application, I've a plugin mechanism that loads plugin DLLs from different pathes as specified in a configuration XML file. My application is localizable. The main assembly (the *.exe) has...
Abreast asked 8/7, 2011 at 6:55
2
Solved
What is a satellite assembly, and when should they be used?
Disrespectful asked 13/12, 2008 at 18:57
4
Solved
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 deci...
Millimeter asked 23/5, 2011 at 10:58
1
I'm converting a project to use a satellite assembly.
I created a new class library (named "Resources"). All of the default resources are at the root level *.resx.
Then there is a folder for each c...
Caravaggio asked 5/12, 2012 at 14:43
2
Solved
The project I'm working on is switching from using the VS2008 deployment/installer to WiX, which i'm currently very new to. I've added the code to copy the output of the resources project into the ...
Homburg asked 29/1, 2010 at 13:54
2
Solved
I'm working on a C# .NET application and I'm performing localization with resource files.
I have culture specific resource files like:
MyResource.resx;
MyResource.fr-FR.resx;
MyResource.ja-JP.re...
Kew asked 15/12, 2011 at 22:8
2
Solved
In order to make use of GetGlobalResourceObject() in Visual Studio 2008 I have to copy a .resx file into the folder App_GlobalResources of Visual Studio. After the application is precompiled, the r...
Elisa asked 17/11, 2009 at 6:52
3
Solved
I'm working in a project which references assemblies from a third company. These assemblies have satellite assemblies that I'm copying with a post-build event to the bin folder.
Is There a way to ...
Bolme asked 3/12, 2009 at 17:31
3
We have an application whose structure when compiled looks something like this:
Foo
nb-NO
Text.resources.dll
sv-SE
Text.resources.dll
Bar.dll
Foo.exe
Text.dll
Is it possible to use ILM...
Gile asked 23/10, 2009 at 13:23
1
© 2022 - 2024 — McMap. All rights reserved.