Click here to Skip to main content
15,913,055 members
Home / Discussions / C#
   

C#

 
GeneralParsing IL Pin
gantww16-Jun-05 4:06
gantww16-Jun-05 4:06 
GeneralRe: Parsing IL Pin
iliyang16-Jun-05 4:11
iliyang16-Jun-05 4:11 
QuestionImporting Macros from C header files? Pin
iliyang16-Jun-05 4:03
iliyang16-Jun-05 4:03 
AnswerRe: Importing Macros from C header files? Pin
Colin Angus Mackay16-Jun-05 4:32
Colin Angus Mackay16-Jun-05 4:32 
AnswerRe: Importing Macros from C header files? Pin
Dave Kreskowiak16-Jun-05 4:55
mveDave Kreskowiak16-Jun-05 4:55 
GeneralRe: Importing Macros from C header files? Pin
iliyang16-Jun-05 5:06
iliyang16-Jun-05 5:06 
GeneralRe: Importing Macros from C header files? Pin
Dave Kreskowiak16-Jun-05 5:10
mveDave Kreskowiak16-Jun-05 5:10 
GeneralNow Im really irritated!! Pin
Anthony Mushrow16-Jun-05 3:07
professionalAnthony Mushrow16-Jun-05 3:07 
Ok for a while now ive have been tring to save an object from my resources as a file on the hard drive. The object is a byte[]. You may have seen questions regarding this.

Recently i have tried to get it into a stream and then save the stream. But i had problems getting it into a stream, i got alot of help for this and am grateful, but after trying:

FileStream fs = rm.GetObject("outside") as FileStream;

I got rid of the error "specified cast is not valid", and obtained a new one "object reference not set to an instance of the object". In other words, the filestream (fs) is still null, even after making it equal my object.

Any ideas, help, large mallets... would be GREATLY GREATLY apreciated.
I have beem trying to get this to work for a total of about 10 hours over the past month, but i realy need to get this sorted soon.

If you have any ideas on how to save the object without getting it into a stream post them as well.
Thanks in advance for putting up with me!
GeneralRe: Now Im really irritated!! Pin
iliyang16-Jun-05 4:08
iliyang16-Jun-05 4:08 
GeneralRe: Now Im really irritated!! Pin
Michael Potter16-Jun-05 4:15
Michael Potter16-Jun-05 4:15 
Generalretrieving http sites (frames) Pin
alexffm16-Jun-05 3:00
alexffm16-Jun-05 3:00 
GeneralRe: retrieving http sites (frames) Pin
S. Senthil Kumar16-Jun-05 3:18
S. Senthil Kumar16-Jun-05 3:18 
GeneralRe: retrieving http sites (frames) Pin
alexffm16-Jun-05 3:31
alexffm16-Jun-05 3:31 
GeneralRe: retrieving http sites (frames) Pin
S. Senthil Kumar16-Jun-05 3:45
S. Senthil Kumar16-Jun-05 3:45 
GeneralRe: retrieving http sites (frames) Pin
alexffm16-Jun-05 3:54
alexffm16-Jun-05 3:54 
GeneralCompiling C# Code at runtime Pin
Sumit Domyan16-Jun-05 2:33
Sumit Domyan16-Jun-05 2:33 
GeneralRe: Compiling C# Code at runtime Pin
tom_dx16-Jun-05 2:55
tom_dx16-Jun-05 2:55 
GeneralRe: Compiling C# Code at runtime Pin
S. Senthil Kumar16-Jun-05 3:27
S. Senthil Kumar16-Jun-05 3:27 
GeneralRe: Compiling C# Code at run time Pin
eggie516-Jun-05 5:38
eggie516-Jun-05 5:38 
GeneralRe: Compiling C# Code at run time Pin
S. Senthil Kumar16-Jun-05 5:42
S. Senthil Kumar16-Jun-05 5:42 
QuestionCan someone suggest me style improvements? Pin
Alex Cutovoi16-Jun-05 1:58
Alex Cutovoi16-Jun-05 1:58 
GeneralSQLDMO Create Database in C# Pin
gordsh16-Jun-05 1:39
gordsh16-Jun-05 1:39 
QuestionHow to write Installer for a executable file Pin
pakFari16-Jun-05 1:32
pakFari16-Jun-05 1:32 
AnswerRe: How to write Installer for a executable file Pin
nemopeti16-Jun-05 3:55
nemopeti16-Jun-05 3:55 
AnswerRe: How to write Installer for a executable file Pin
S. Senthil Kumar16-Jun-05 5:05
S. Senthil Kumar16-Jun-05 5:05 

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.