Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 2008 > C# 2008 aka C# 3.0
|
C# 2008 aka C# 3.0 Discuss the Visual C# 2008 (aka C# 3.0) language
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# 2008 aka C# 3.0 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 29th, 2010, 02:01 AM
Authorized User
 
Join Date: Dec 2004
Posts: 69
Thanks: 0
Thanked 5 Times in 5 Posts
Send a message via Yahoo to whiterainbow
Default How to compile/build the C# code into a neutral assembly?

Hi,

I have developed an application using C#. I want to compile the code into a Neutral assembly that should work even in the system that don't have .Net Framework. It should not ask for the .NET dependent libraries. Is that possible to compile the application without a run-time that invokes the application?

For example, if I develop an application using C++, the compiled code will be a neutral assembly that don't look for the dependent libraries.

Please advise in this.
__________________
Thanks in advance.

Regards,

Senthil Kumar M.
 
Old March 29th, 2010, 02:39 AM
samjudson's Avatar
Friend of Wrox
 
Join Date: Aug 2007
Posts: 2,128
Thanks: 1
Thanked 189 Times in 188 Posts
Default

The phrase you are probably wanting is a "Native" executable, not a "Neutral" one.

A quick search on the net shows people claiming you can do this but I have no experience of doing it myself so will leave you to investigate further.
__________________
/- Sam Judson : Wrox Technical Editor -/

Think before you post: What have you tried?





Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding Neutral Cultures to Web Pages petersga85 ASP.NET 3.5 Professionals 0 May 14th, 2009 01:44 PM
Build VS Compile sugarpalm157 Intro Programming 0 August 9th, 2007 08:12 PM
assembly code help emaney Assembly Language 1 June 20th, 2007 05:34 AM
ASSEMBLY CODE angelboy C# 2005 3 March 13th, 2007 01:20 PM
Cant compile or build on chapter 3 stzd8 ASP.NET 1.x and 2.0 Application Design 4 October 30th, 2006 03:01 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.