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

C#

 
AnswerRe: Send value from a form to another ! Pin
jaypatel5129-Apr-09 20:39
jaypatel5129-Apr-09 20:39 
GeneralRe: Send value from a form to another ! Pin
mrkeivan10-Apr-09 8:59
mrkeivan10-Apr-09 8:59 
GeneralRe: Send value from a form to another ! Pin
DaveyM6912-Apr-09 21:51
professionalDaveyM6912-Apr-09 21:51 
QuestionCreate an EXE that runs without .NET Framework Pin
Mogaambo9-Apr-09 7:13
Mogaambo9-Apr-09 7:13 
AnswerRe: Create an EXE that runs without .NET Framework Pin
harold aptroot9-Apr-09 7:21
harold aptroot9-Apr-09 7:21 
AnswerRe: Create an EXE that runs without .NET Framework Pin
Dave Kreskowiak9-Apr-09 7:29
mveDave Kreskowiak9-Apr-09 7:29 
AnswerRe: Create an EXE that runs without .NET Framework Pin
EliottA9-Apr-09 7:38
EliottA9-Apr-09 7:38 
AnswerRe: Create an EXE that runs without .NET Framework Pin
Dan Neely9-Apr-09 7:43
Dan Neely9-Apr-09 7:43 
Xenocode[^] will create an executable that doesn't need the framework to run. Your apps still delivered in MSIL and running .net code though, the needed parts of the framework and CSC.exe are embedded with your original app into the file you deliver. This results in a large 20-30mb executable even for small apps.

The RemoteSoft[^] linker and mini-deployment tool will convert your app into native code, so that there's no MSIL in your delivered files. The current version doesn't embed any of the native dlls from the framework that you use into the executable, so you have a series of folders with 20-30megs of them (possibly more). If you use XML serialization the automatically created IO classes will still be generated as managed code. I've played with this (and may be getting a copy for work); my big concern at the moment is that the author has been very poor about responding to email queries. If everything works more or less out of the box (it appears to at present) it shouldn't be an issue, but I'm worried about what if any major problems turn up.

VMware offers a similar product but it's ~$5k vs ~1k for the other two and AFAIK functions at the same level as xenocode.

Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots.
-- Robert Royall

AnswerRe: Create an EXE that runs without .NET Framework Pin
Christian Graus9-Apr-09 9:26
protectorChristian Graus9-Apr-09 9:26 
GeneralRe: Create an EXE that runs without .NET Framework Pin
Dan Neely9-Apr-09 10:51
Dan Neely9-Apr-09 10:51 
GeneralRe: Create an EXE that runs without .NET Framework Pin
Mogaambo10-Apr-09 4:34
Mogaambo10-Apr-09 4:34 
GeneralRe: Create an EXE that runs without .NET Framework Pin
Henry Minute10-Apr-09 7:49
Henry Minute10-Apr-09 7:49 
GeneralRe: Create an EXE that runs without .NET Framework Pin
Mogaambo12-Apr-09 20:19
Mogaambo12-Apr-09 20:19 
Questioninsert data from EXECL sheet Pin
naveen20_59-Apr-09 6:25
naveen20_59-Apr-09 6:25 
AnswerRe: insert data from Excel sheet Pin
fly9049-Apr-09 6:47
fly9049-Apr-09 6:47 
GeneralRe: insert data from Excel sheet Pin
naveen20_59-Apr-09 6:55
naveen20_59-Apr-09 6:55 
Questionimage processing in c# "(Vector) Pin
Member 36083309-Apr-09 6:04
Member 36083309-Apr-09 6:04 
AnswerRe: image processing in c# "(Vector) Pin
musefan9-Apr-09 6:28
musefan9-Apr-09 6:28 
QuestionSystem.Threading.ThreadStateException was unhandled Pin
Alan Balkany9-Apr-09 5:58
Alan Balkany9-Apr-09 5:58 
AnswerRe: System.Threading.ThreadStateException was unhandled Pin
S. Senthil Kumar9-Apr-09 6:51
S. Senthil Kumar9-Apr-09 6:51 
GeneralRe: System.Threading.ThreadStateException was unhandled Pin
Alan Balkany9-Apr-09 6:55
Alan Balkany9-Apr-09 6:55 
GeneralRe: System.Threading.ThreadStateException was unhandled Pin
S. Senthil Kumar9-Apr-09 7:52
S. Senthil Kumar9-Apr-09 7:52 
GeneralRe: System.Threading.ThreadStateException was unhandled Pin
Alan Balkany9-Apr-09 7:54
Alan Balkany9-Apr-09 7:54 
AnswerSOLVED. Pin
Alan Balkany9-Apr-09 7:50
Alan Balkany9-Apr-09 7:50 
QuestionConnection Problem Pin
CodingYoshi9-Apr-09 5:05
CodingYoshi9-Apr-09 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.