Click here to Skip to main content
15,888,984 members
Home / Discussions / C#
   

C#

 
AnswerRe: Scalable Email service Pin
OriginalGriff14-Jun-10 0:45
mveOriginalGriff14-Jun-10 0:45 
GeneralRe: Scalable Email service Pin
nitin_ion14-Jun-10 1:15
nitin_ion14-Jun-10 1:15 
QuestionFlow control using Asynch Sockets Pin
TimSWatson14-Jun-10 0:14
TimSWatson14-Jun-10 0:14 
AnswerRe: Flow control using Asynch Sockets Pin
Jimmanuel14-Jun-10 3:24
Jimmanuel14-Jun-10 3:24 
GeneralRe: Flow control using Asynch Sockets Pin
TimSWatson14-Jun-10 3:34
TimSWatson14-Jun-10 3:34 
GeneralRe: Flow control using Asynch Sockets Pin
Jimmanuel14-Jun-10 4:17
Jimmanuel14-Jun-10 4:17 
QuestionApplication localization (culture) DLLs Pin
Eli Nurman14-Jun-10 0:04
Eli Nurman14-Jun-10 0:04 
AnswerRe: Application localization (culture) DLLs Pin
Pete O'Hanlon14-Jun-10 0:38
mvePete O'Hanlon14-Jun-10 0:38 
The reason that it places them in subfolders is so that the runtime can pick the relevant one up - basically, the name of the folder follows a special naming convention which allows the localisation code to pick up a specific culture if it's available, drop back to the language if it's not, and then fall back to the default language if that's not available.

Trying to circumvent this means that you will have to code the infrastructure yourself. What business reason do you have for wanting to do this?

"WPF has many lovers. It's a veritable porn star!" - Josh Smith

As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.


My blog | My articles | MoXAML PowerToys | Onyx



GeneralRe: Application localization (culture) DLLs Pin
Eli Nurman14-Jun-10 0:43
Eli Nurman14-Jun-10 0:43 
QuestionCan't add a reference to dsofile.dll [done] Pin
Ankit Rajpoot13-Jun-10 23:41
Ankit Rajpoot13-Jun-10 23:41 
QuestionLocking excel file while writing Pin
KaurGurpreet13-Jun-10 21:44
KaurGurpreet13-Jun-10 21:44 
AnswerRe: Locking excel file while writing Pin
Abhinav S13-Jun-10 21:52
Abhinav S13-Jun-10 21:52 
GeneralRe: Locking excel file while writing Pin
KaurGurpreet13-Jun-10 22:21
KaurGurpreet13-Jun-10 22:21 
AnswerRe: Locking excel file while writing Pin
Rhys Jacob13-Jun-10 23:39
Rhys Jacob13-Jun-10 23:39 
GeneralRe: Locking excel file while writing Pin
KaurGurpreet14-Jun-10 0:14
KaurGurpreet14-Jun-10 0:14 
GeneralRe: Locking excel file while writing Pin
Pete O'Hanlon14-Jun-10 0:40
mvePete O'Hanlon14-Jun-10 0:40 
GeneralRe: Locking excel file while writing Pin
KaurGurpreet14-Jun-10 20:55
KaurGurpreet14-Jun-10 20:55 
GeneralRe: Locking excel file while writing Pin
Pete O'Hanlon14-Jun-10 22:52
mvePete O'Hanlon14-Jun-10 22:52 
QuestionAODL ans .xls files Pin
SummerBulb13-Jun-10 21:34
SummerBulb13-Jun-10 21:34 
QuestionDatagridview CellValidating [Solved] Pin
jojoba201113-Jun-10 21:34
jojoba201113-Jun-10 21:34 
QuestionReport Service - passing XML paramter to filter data Pin
thenewbee13-Jun-10 21:21
thenewbee13-Jun-10 21:21 
QuestionData Passing between two different Application Pin
Priyagdpl13-Jun-10 20:06
Priyagdpl13-Jun-10 20:06 
AnswerRe: Data Passing between two different Application Pin
Md. Marufuzzaman13-Jun-10 20:31
professionalMd. Marufuzzaman13-Jun-10 20:31 
AnswerRe: Data Passing between two different Application Pin
Abhinav S13-Jun-10 21:45
Abhinav S13-Jun-10 21:45 
QuestionDo stuff while button pressed down? [solved] Pin
la0113-Jun-10 16:52
la0113-Jun-10 16:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.