Click here to Skip to main content
15,929,686 members
Home / Discussions / C#
   

C#

 
AnswerRe: image slideshow Pin
jaypatel51224-Mar-09 2:57
jaypatel51224-Mar-09 2:57 
QuestionShared Assembly DLL Help Please! [modified] Pin
w.hooper24-Mar-09 0:34
w.hooper24-Mar-09 0:34 
AnswerRe: Shared Assembly DLL Help Please! Pin
Eddy Vluggen24-Mar-09 1:05
professionalEddy Vluggen24-Mar-09 1:05 
AnswerRe: Shared Assembly DLL Help Please! Pin
moon_stick24-Mar-09 5:51
moon_stick24-Mar-09 5:51 
GeneralRe: Shared Assembly DLL Help Please! Pin
w.hooper24-Mar-09 7:09
w.hooper24-Mar-09 7:09 
GeneralRe: Shared Assembly DLL Help Please! Pin
moon_stick24-Mar-09 7:23
moon_stick24-Mar-09 7:23 
GeneralRe: Shared Assembly DLL Help Please! [modified] Pin
w.hooper24-Mar-09 7:30
w.hooper24-Mar-09 7:30 
GeneralRe: Shared Assembly DLL Help Please! Pin
moon_stick24-Mar-09 7:41
moon_stick24-Mar-09 7:41 
You never even looked at any of the links, did you?! In .NET, assemblies aren't hosted directly within a process (unlike win32 apps which are). Instead, they're hosted by a partition in a process called an AppDomain. One AppDomain can't access data of any kind (global or static fields) from another AppDomain without using remoting (or resorting to using pinvoke and doing some win32 programming). Maybe you should go and do some research about the topic yourself?

Have you even done any tests to figure out how quick a solution using sockets or a database would be? Didn't think so...

It definitely isn't definatley

modified on Tuesday, March 24, 2009 1:54 PM

GeneralRe: Shared Assembly DLL Help Please! [modified] Pin
w.hooper24-Mar-09 8:05
w.hooper24-Mar-09 8:05 
GeneralRe: Shared Assembly DLL Help Please! Pin
moon_stick24-Mar-09 22:35
moon_stick24-Mar-09 22:35 
GeneralRe: Shared Assembly DLL Help Please! [modified] Pin
w.hooper24-Mar-09 23:21
w.hooper24-Mar-09 23:21 
GeneralRe: Shared Assembly DLL Help Please! Pin
moon_stick24-Mar-09 23:33
moon_stick24-Mar-09 23:33 
Questionhttps call Pin
satsumatable24-Mar-09 0:31
satsumatable24-Mar-09 0:31 
QuestionOpen web browser from windows application [modified] Pin
yesu prakash24-Mar-09 0:31
yesu prakash24-Mar-09 0:31 
AnswerRe: Open web browser from windows application Pin
musefan24-Mar-09 0:47
musefan24-Mar-09 0:47 
AnswerRe: Open web browser from windows application Pin
DaveyM6924-Mar-09 0:58
professionalDaveyM6924-Mar-09 0:58 
AnswerRe: Open web browser from windows application Pin
musefan24-Mar-09 1:55
musefan24-Mar-09 1:55 
QuestionLocalization in c# Pin
Guy Twig23-Mar-09 23:50
Guy Twig23-Mar-09 23:50 
AnswerRe: Localization in c# Pin
atulbhapkar24-Mar-09 1:08
atulbhapkar24-Mar-09 1:08 
GeneralRe: Localization in c# Pin
Guy Twig25-Mar-09 22:56
Guy Twig25-Mar-09 22:56 
Questionstring Pin
arkiboys23-Mar-09 23:43
arkiboys23-Mar-09 23:43 
AnswerRe: string Pin
Sunil Lanke24-Mar-09 0:09
Sunil Lanke24-Mar-09 0:09 
AnswerRe: string Pin
Sunil Lanke24-Mar-09 0:16
Sunil Lanke24-Mar-09 0:16 
AnswerRe: string Pin
musefan24-Mar-09 0:27
musefan24-Mar-09 0:27 
QuestionLumenWorks.Framework.IO.Csv (CSV Reader) Pin
saku6923-Mar-09 23:23
saku6923-Mar-09 23:23 

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.