473,473 Members | 1,513 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

make it native

How can I compile my C# code so that client machine do not need to install
framework to make it run. Problem is that framework install is way bigger
than the application itself and this will only be the application running on
framework on client side. Maybe small runtime files like old VB ?
Dec 8 '05 #1
6 943
Pohihihi <po******@hotmail.com> wrote:
How can I compile my C# code so that client machine do not need to install
framework to make it run. Problem is that framework install is way bigger
than the application itself and this will only be the application running on
framework on client side. Maybe small runtime files like old VB ?


See http://www.pobox.com/~skeet/csharp/f...ework.required

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Dec 8 '05 #2
I see the links on your side but do you by chance know any free tool that do
that. I searched on sourceforge and could not find any.
"Jon Skeet [C# MVP]" <sk***@pobox.com> wrote in message
news:MP************************@msnews.microsoft.c om...
Pohihihi <po******@hotmail.com> wrote:
How can I compile my C# code so that client machine do not need to
install
framework to make it run. Problem is that framework install is way bigger
than the application itself and this will only be the application running
on
framework on client side. Maybe small runtime files like old VB ?


See http://www.pobox.com/~skeet/csharp/f...ework.required

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too

Dec 8 '05 #3
Pohihihi <po******@hotmail.com> wrote:
I see the links on your side but do you by chance know any free tool that do
that. I searched on sourceforge and could not find any.


No - if I had any other links, I'd include them there. Personally I
don't recommend trying to "go behind the framework's back" as it were
anyway.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Dec 8 '05 #4
Thx.
"Jon Skeet [C# MVP]" <sk***@pobox.com> wrote in message
news:MP************************@msnews.microsoft.c om...
Pohihihi <po******@hotmail.com> wrote:
I see the links on your side but do you by chance know any free tool that
do
that. I searched on sourceforge and could not find any.


No - if I had any other links, I'd include them there. Personally I
don't recommend trying to "go behind the framework's back" as it were
anyway.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too

Dec 9 '05 #5
On Thu, 8 Dec 2005 22:26:19 -0000, Jon Skeet [C# MVP] wrote:
Pohihihi <po******@hotmail.com> wrote:
I see the links on your side but do you by chance know any free tool that do
that. I searched on sourceforge and could not find any.


No - if I had any other links, I'd include them there.


You can add http://www.xenocode.com/ then. Unlike the others, they have a
downloadable trial version. Tried it but the resulting application keeps
crashing at startup. Didn't try very hard to find out what was wrong
though.
Dec 9 '05 #6
Mehdi wrote:
On Thu, 8 Dec 2005 22:26:19 -0000, Jon Skeet [C# MVP] wrote:
No - if I had any other links, I'd include them there.


You can add http://www.xenocode.com/ then. Unlike the others, they have a
downloadable trial version. Tried it but the resulting application keeps
crashing at startup. Didn't try very hard to find out what was wrong
though.


Done, thanks.

Jon

Dec 9 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: David Kantowitz | last post by:
I am trying to wrap a native-C++ DLL in managed C++, to use in a .NET project. The native code is compiled into a DLL, and I have created a .def file that exports the mangled names of the...
1
by: dln | last post by:
Hey all. I'm a bit new to the language and I'm trying to figure out how to have my c# application interact with native code that is exported via a dll. I've run into a problem interfacing with a...
8
by: ZhangZQ | last post by:
How to make the Windows to run a console program during OS startup, like the Chkdsk program to do when the OS does not shutdown properly? Now I want to run my program instead of Chkdsk during the...
9
by: Herby | last post by:
Is possible to have a managed method within a Native(un-managed) class within a \clr project? E.g. class myClass { public: #pragma managed void myMethod(void);
3
by: Lonewolf | last post by:
Hi all, I'm having difficulties passing data back to managed class from my native class when the data is generated from within a native thread in the native class itself. I will give the following...
6
by: Ian Boyd | last post by:
Every time during development we had to make table changes, we use Control Center. Most of the time, Control Center fails. If you try to "undo all", it doesn't, and you end up losing your identity...
19
by: zzw8206262001 | last post by:
Hi,I find a way to make javescript more like c++ or pyhon There is the sample code: function Father(self) //every contructor may have "self" argument { self=self?self:this; ...
0
by: Gops | last post by:
I've find out few XML Node differences in the Migrated word 2007 document and Native Word documnet 2007 Open XML format. For Example, In Migrated word 2007 <w:p> <w:pPr> ...
0
by: Morgan Cheng | last post by:
I have one webservice written in MC++, which uses another native DLL deployed in %webservice_install_dir%\bin folder. The API invocation between MC++ and native C++ looks seamless. The compilation...
2
by: Bob Altman | last post by:
Hi all, We have a native class modeled after the System::Exception class, and all exceptions that we throw derive from this class. For now this class is quite simple: just Description and...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.