Generating satellite assembly problem
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
I try to localize my web application. When I put the French resource file in Visual Studio.NET 2002 to generate the satellite assembly then it works. But if I use Resgen and Al tool to generate the satellite assembly then it does not work. I use ILDASM tool to investigate them and I see the difference is 1. The satellite assembly is built by Visual Studio.NET: .mresource public 'CustomControls.CustomControlResources.fr-FR.resources' { } 2. The satellite assembly is built by Resgen and Al tools: .mresource public CustomControls.CustomControlResources.fr-FR.resources { } Could you please help me to generate a satellite assembly using Resgen and Al tools the same as Visual Studio .NET 2002 does (having quote characters)? Thanks in advance.