Click here to Skip to main content
15,917,568 members
Home / Discussions / C#
   

C#

 
QuestionProject Configuration Pin
monrobot1321-Nov-05 9:34
monrobot1321-Nov-05 9:34 
QuestionMemory used by an object Pin
Joe Woodbury21-Nov-05 8:52
professionalJoe Woodbury21-Nov-05 8:52 
QuestionHEL.... P HEL....p p Pin
7mam21-Nov-05 8:41
7mam21-Nov-05 8:41 
AnswerRe: HEL.... P HEL....p p Pin
KaptinKrunch21-Nov-05 8:54
KaptinKrunch21-Nov-05 8:54 
GeneralRe: HEL.... P HEL....p p Pin
7mam21-Nov-05 10:24
7mam21-Nov-05 10:24 
GeneralRe: HEL.... P HEL....p p Pin
Tom Wright21-Nov-05 11:02
Tom Wright21-Nov-05 11:02 
QuestionXML serialization-dynamic value retrieval Pin
subbucs21-Nov-05 6:56
subbucs21-Nov-05 6:56 
QuestionCan't access commandline args - Permissions problem Pin
CarolAnnLove21-Nov-05 6:46
CarolAnnLove21-Nov-05 6:46 
I have one C# application (APP1) starting a second C# application (APP2).
If APP1 starts APP2 something like the following, everything works okay:

\\.\C$\APP2.EXE

If APP1 starts APP2 something like the following, I get a Security.Permission problem:

\\CAROL-LOVE\C$\APP2.EXE

The following should give you an idea of the code I'm trying to run. What I'm
trying to do is so simple that it's infuriating that this much time is being taken to get it to work!!!!!!

static void Main(string[] args)
{
Application.Run(new CFormMAINAPP2(args));
}
public CFormMAINAPP2(string[] args)
{
string[] argsXXX = args; // Security.Permission exception here...
}

AnswerRe: Can't access commandline args - Permissions problem Pin
KaptinKrunch21-Nov-05 8:58
KaptinKrunch21-Nov-05 8:58 
QuestionHelp needed for Array Class Pin
Nuray21-Nov-05 3:58
Nuray21-Nov-05 3:58 
AnswerRe: Help needed for Array Class Pin
S. Senthil Kumar21-Nov-05 4:22
S. Senthil Kumar21-Nov-05 4:22 
GeneralRe: Help needed for Array Class Pin
Nuray21-Nov-05 4:25
Nuray21-Nov-05 4:25 
GeneralRe: Help needed for Array Class Pin
S. Senthil Kumar21-Nov-05 4:57
S. Senthil Kumar21-Nov-05 4:57 
GeneralRe: Help needed for Array Class Pin
Nuray21-Nov-05 5:06
Nuray21-Nov-05 5:06 
GeneralRe: Help needed for Array Class Pin
Judah Gabriel Himango21-Nov-05 5:20
sponsorJudah Gabriel Himango21-Nov-05 5:20 
GeneralRe: Help needed for Array Class Pin
Nuray21-Nov-05 5:31
Nuray21-Nov-05 5:31 
GeneralRe: Help needed for Array Class Pin
J4amieC21-Nov-05 5:45
J4amieC21-Nov-05 5:45 
GeneralRe: Help needed for Array Class Pin
Nuray21-Nov-05 6:19
Nuray21-Nov-05 6:19 
AnswerRe: Help needed for Array Class Pin
Joshua Quick21-Nov-05 6:38
Joshua Quick21-Nov-05 6:38 
GeneralRe: Help needed for Array Class Pin
Nuray21-Nov-05 7:00
Nuray21-Nov-05 7:00 
GeneralRe: Help needed for Array Class Pin
Joshua Quick21-Nov-05 8:06
Joshua Quick21-Nov-05 8:06 
GeneralRe: Help needed for Array Class Pin
Nuray21-Nov-05 8:31
Nuray21-Nov-05 8:31 
GeneralRe: Help needed for Array Class Pin
Joshua Quick21-Nov-05 8:50
Joshua Quick21-Nov-05 8:50 
GeneralRe: Help needed for Array Class Pin
Nuray21-Nov-05 8:59
Nuray21-Nov-05 8:59 
GeneralRe: Help needed for Array Class Pin
Joshua Quick21-Nov-05 10:19
Joshua Quick21-Nov-05 10:19 

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.