0

I have a very low spec computer running XP Embedded (512Mb RAM, 512Mb HDD). IE 8 doesn't fit on it with .NET, so I was wondering if it's possible to compile a WinForm's project to a binary executable (making it independent of the .NET framework)... for what I am doing it seems like a bit of over kill to rewrite the executable in Delphi, VB, or something similar...

Cheers,

Andrew

2

2 Answers 2

1

You can try porting your .Net project to version 4 and then you can only install .Net 4 client profile which is of very small footprint. You will need XP Service Pack 3 installed though.

Sign up to request clarification or add additional context in comments.

Comments

0

See this too http://msdn.microsoft.com/en-us/library/6t9t5wcf.aspx.

1 Comment

That still doesn't remove the need of the .NET runtime though. It essentially just JITs AOT.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.