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

C#

 
GeneralRe: Modeless Dialogs Pin
James T. Johnson13-Mar-03 11:19
James T. Johnson13-Mar-03 11:19 
GeneralRe: Modeless Dialogs Pin
Jeff J13-Mar-03 11:58
Jeff J13-Mar-03 11:58 
GeneralRe: Modeless Dialogs Pin
Jeff J13-Mar-03 11:56
Jeff J13-Mar-03 11:56 
GeneralManaged C# Compiler question Pin
LongRange.Shooter13-Mar-03 6:43
LongRange.Shooter13-Mar-03 6:43 
GeneralRe: Managed C# Compiler question Pin
Robert Hinrichs13-Mar-03 8:52
Robert Hinrichs13-Mar-03 8:52 
GeneralRe: Managed C# Compiler question Pin
LongRange.Shooter13-Mar-03 10:55
LongRange.Shooter13-Mar-03 10:55 
GeneralRe: Managed C# Compiler question Pin
leppie13-Mar-03 10:20
leppie13-Mar-03 10:20 
GeneralRe: Managed C# Compiler question Pin
LongRange.Shooter13-Mar-03 10:53
LongRange.Shooter13-Mar-03 10:53 
lippie,

I had put the snKey file, and source files in one directory, and set
[assembly:AssemblyKeyFile("")] to the same directory name.

RESULT: key file could not be found

I had put the snKey file and source files in one directory and set
[assembly:AssemblyKeyFile("..\\..\\keyfile.snk")]

RESULT: key file could not be found

I had put the snKey file in the build directory and set the
[assembly:AssemblyKeyFile("..\\..\\\\keyfile.snk")]

RESULT: key file could not be found

I had put the snKey file in the build directory and directly pointed at
the build directory

RESULT: key file could not be found

I added a compile parameter /lib:"my souce library path"

RESULT: key file could not be found

I am about to put a shotgun in the mouth of the compiler and let it try and find it's brains after I pull the trigger !!!!!

I suspect that the little tidbit in AssemblyInfo where it goes after
%Project Directory%\obj\<configuration> that I am either
a) not getting %Project Directory% set
or b) I am still missing a directive to the compiler (which still goes back to a).



_____________________________________________
The world is a dangerous place.
Not because of those that do evil,
    but because of those who look on and do nothing.

GeneralRe: Managed C# Compiler question Pin
LongRange.Shooter19-Mar-03 10:29
LongRange.Shooter19-Mar-03 10:29 
QuestionSending commands between Windows applications? Pin
Kryal13-Mar-03 6:13
Kryal13-Mar-03 6:13 
AnswerRe: Sending commands between Windows applications? Pin
Davy Mitchell13-Mar-03 22:02
Davy Mitchell13-Mar-03 22:02 
QuestionHow to create global variables in C#? Pin
Vitaliy Vorontsov13-Mar-03 6:10
Vitaliy Vorontsov13-Mar-03 6:10 
AnswerRe: How to create global variables in C#? Pin
leppie13-Mar-03 6:36
leppie13-Mar-03 6:36 
AnswerRe: How to create global variables in C#? Pin
Xiangyang Liu 刘向阳13-Mar-03 6:40
Xiangyang Liu 刘向阳13-Mar-03 6:40 
AnswerRe: How to create global variables in C#? Pin
kaschimer13-Mar-03 6:40
kaschimer13-Mar-03 6:40 
AnswerRe: How to create global variables in C#? Pin
Robert Hinrichs13-Mar-03 7:45
Robert Hinrichs13-Mar-03 7:45 
GeneralRe: How to create global variables in C#? Pin
Jeff J13-Mar-03 8:16
Jeff J13-Mar-03 8:16 
AnswerRe: How to create global variables in C#? Pin
Adam Turner13-Mar-03 11:02
Adam Turner13-Mar-03 11:02 
QuestionHow to update a Windows Service Pin
Chris Hansson13-Mar-03 5:55
Chris Hansson13-Mar-03 5:55 
AnswerRe: How to update a Windows Service Pin
Xiangyang Liu 刘向阳13-Mar-03 6:27
Xiangyang Liu 刘向阳13-Mar-03 6:27 
GeneralDefault argument values Pin
Alexandru Savescu13-Mar-03 4:23
Alexandru Savescu13-Mar-03 4:23 
GeneralRe: Default argument values Pin
Daniel Turini13-Mar-03 4:45
Daniel Turini13-Mar-03 4:45 
GeneralRe: Default argument values Pin
Alexandru Savescu13-Mar-03 5:00
Alexandru Savescu13-Mar-03 5:00 
GeneralRe: Default argument values Pin
Daniel Turini13-Mar-03 5:17
Daniel Turini13-Mar-03 5:17 
GeneralRe: Default argument values Pin
Alexandru Savescu13-Mar-03 5:28
Alexandru Savescu13-Mar-03 5:28 

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.