473,385 Members | 1,901 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

A problem with resources file.

Hi,

What I need to do is adding some support for resources files to my
application. What I did is:
MyAppMain <- startup project
MyAppHelper <- project which has MyAppResourcesClass (al a library project)
This class call methode :
ResourceManager MyAppResourceManager = new
ResourceManager("MyAppMain.Resources", Assembly.GetExecutingAssembly());
and I obtain error which tell that there is no propertly added
MyAppMainResources resource file / collection to this MyAppHelper set.

What I did, is to add resources file to MyAppMain project (I thought adding
file Resources.resx to this project will be enought), but no... so I go
further to making file Resource.resources.dll by resgen & al utilities, then
I tray to set /embed:Resources.resources,MyAppMain.Resources.reso urces, and
for embed:Resources.resources,MyAppHelper.Resources.re sources - for the
second setting I reedit ResourceManager("MyAppHelper.Resources) ... and I
did a lot of these things. All with culture set to

private static CultureInfo QServiceCultureInfo = new CultureInfo(""), which
should give me invariant culture or call embedded resources (?). I try to
set culture to en-GB and make files in en-GB folder (these dll's) and then
call them form the MyAppMain ("MyAppMain.Resources) and ResourceManager
created there is working perfectly (oposite, I still cant put one
Resources.resx in project and forget about it.

So what I should do to obtain situation when I still have one resource file
embeded in my project, which should be accessable by Helper class ? How the
ResourceManager should be inicialized ?

--

best regards

stic

Nov 16 '05 #1
1 2262

Użytkownik "Stefan Turalski (stic)" <st*************@kruk-inkaso.com.pl>
napisał w wiadomo¶ci news:uE**************@TK2MSFTNGP09.phx.gbl...
Hi,

What I need to do is adding some support for resources files to my
application. What I did is:
MyAppMain <- startup project
MyAppHelper <- project which has MyAppResourcesClass (al a library project) This class call methode :
ResourceManager MyAppResourceManager = new
ResourceManager("MyAppMain.Resources", Assembly.GetExecutingAssembly());
and I obtain error which tell that there is no propertly added
MyAppMainResources resource file / collection to this MyAppHelper set.

What I did, is to add resources file to MyAppMain project (I thought adding file Resources.resx to this project will be enought), but no... so I go
further to making file Resource.resources.dll by resgen & al utilities, then I tray to set /embed:Resources.resources,MyAppMain.Resources.reso urces, and for embed:Resources.resources,MyAppHelper.Resources.re sources - for the
second setting I reedit ResourceManager("MyAppHelper.Resources) ... and I
did a lot of these things. All with culture set to

private static CultureInfo QServiceCultureInfo = new CultureInfo(""), which should give me invariant culture or call embedded resources (?). I try to
set culture to en-GB and make files in en-GB folder (these dll's) and then
call them form the MyAppMain ("MyAppMain.Resources) and ResourceManager
created there is working perfectly (oposite, I still cant put one
Resources.resx in project and forget about it.

So what I should do to obtain situation when I still have one resource file embeded in my project, which should be accessable by Helper class ? How the ResourceManager should be inicialized ?

--

best regards

stic


Ok, what I have done is:
1. Make this resource file in another location (not added to project)
2. by resgen I obtain for example en-GB Resource.en-GB.resources form
Resources.en-GB.resx
3. by al, I embeded this to dll,
al /t:lib
/embed:Resources.en-GB.reources,MyNamespace.MyAppHelper.Resources.en-GB.reso
urce /culture:en-GB /out:Resources.resources.dll
4. I put this file to a new childe folder en-GB, in folder of my debug
folder
5. in ResourceManager, i gave as a parametr
"MyNamespace.MyAppHelper.Resources", and for every for exmaple GetString I
use CultureInfo("en-GB");

and this works ;-)

What is gave me fun - it will be also work if I set culture for (for
example) de-DE, or for "" - strange things - today I'm not going to try
adding another resource file for other culture and conect this files for
specific CultureInfo but I'm ready for next hard questions...

If anybody could told me which step I should do (and I jumped over) please -
it coulde be so hard to deploy multi-resources applications..

--
best regards & have a nice week
stic
Nov 16 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Cedric | last post by:
I have a WebPage with a usercontrol (webcomponent.dll). With the port 80 on the server, the webpage and the usercontrol works fine If i change the port (18802), the time of loading the usercontrol...
0
by: Markus Poehler | last post by:
Hi my program should run on terminal server. I open Acrobat process and I have to kill them at some points in my application. This fails cause of insufficient rights on terminal server. the...
7
by: Ken Allen | last post by:
OK, for a number of reasons I have needed to begin experimenting with resources sooner than I had planned (I had avoided it for now). Step 1: I built the 'reseditor' application that is in the...
4
by: Jon Rista | last post by:
I have a project where I need to create a windows .exe by compiling code and linking in some resources. This program thats being generated is somewhat unconventional, and I'll explain how. I'm...
0
by: Johann Blake | last post by:
I'm having trouble grasping how ASP.NET correctly locates resources. There is plenty of documentation on this subject but some things are not clear at all. In my ASP.NET application, I have...
2
by: fabrice | last post by:
hello, I nedd help to create and use Library Satellite. I'm using Web Form under framework 1.1 and VB.NET I'm not using Visual Studio. I'd like to internationalize my web application with...
0
by: Rob Dob | last post by:
Hi, I have a VS2003 C# asp.net project that has been converted into a VS2005 project. Everything seemed to work well until I make a modification to anything within the Component Designer...
0
by: Fabrice | last post by:
Hello, (Alain) Tis is a part of my code to retrieve text from hastable in memory cache, by reading (befor) a resources file. Thanks for your help. /1/ The resources file * I have create a...
3
by: =?Utf-8?B?TWljaGFlbCBIYWJlcmljaHRlcg==?= | last post by:
Hallo, I have a problem with a MissingManifestResourceException. I'm trying by days without finding any solution. Shortly the context: I have a .Net application (APPL_1), which does the...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.