473,385 Members | 1,640 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.

Localization VS 2005 - VB.net

Hello!
I am trying to localize a windows application using satellite dll, but
I am having problems because the app can't find the satellite dll.

Do you have a little example of a winform app that use satellite dll
(or an URL) ?
Thanks in advance!
Fernando.

May 18 '06 #1
1 1808
fe*****@gmail.com wrote:
I am trying to localize a windows application using satellite dll, but
I am having problems because the app can't find the satellite dll.


Three options that I can think of:

Put the satellite DLL in the /same/ directory as the Application,

Add the DLL into the Global Assembly Cache (using GacUtil.exe).

Add "dependentAssembly" and "codeBase" attributes into the Application's
App.Config file to /explicitly/ tell the Application where to find the
DLL - and hope the user doesn't move it. ;-)

HTH,
Phill W.
May 19 '06 #2

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

Similar topics

0
by: Bill | last post by:
Hi Everyone, I am having some difficulty in using the Windows Resource Localization Editor (WinRes.exe) on several Visual Basic .NET forms (.resx files) in two different projects. The editor...
6
by: Rental | last post by:
I'm having the sam problem as described below with the Localization toolkit. Does anyone know if there is a solution to this problem. --->When attempting to generate resource dlls with...
5
by: Samuel | last post by:
Hi, I am running into a problem of mixing UICulture = auto and allowing users to select culture using a dropdown list. I am detecting a querystring, "setlang", and when found, setting the...
8
by: Olivier Matrot | last post by:
I encounter a problem with Localization features in ASP.NET 2.0. Is seems that the framework is not able to manage neutral cultures such as 'fr', or 'de'. Those are the culture sent by default from...
1
by: Olivier Matrot | last post by:
Hello, I'm trying to use explicit localization expression to access global resources from an .inc file that's included into several ASPX pages. I may be wrong in my expression, bu accessing...
4
by: clintonG | last post by:
I tell ya, I'd really like to study a base implementation or have an outline of what I need to build a base implementation of a localized ASP.NET 2.0 page, an application better yet with at least...
1
by: joe | last post by:
Dear all Q1.) How to localization in javascript -- asp.net 2.0 e.g. function onDelete() { if (confirm('are you sure to delete it?')==true) return true; else return false; }
2
by: bruno | last post by:
I need to localize my ASP.NET app and I just used "Tools" --"generate local resources" command and everything works fine in my WebForms. Resource file name is: MyWebForm.aspx.resx under a subDir...
3
by: Computer Guru | last post by:
I have a VB.NET 2005 application with several forms and a couple hundred "strings." I've been looking into all the localization improvements in VB.NET, and I can't seem to find anything that...
1
by: Pieter | last post by:
Hi, I'm using VB.NET with VS.NET 2005. I'm using the standard localization to localize my Forms and UserControls, which works perfect. BUT: I also want to localize the (error)messages I'm...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.