473,378 Members | 1,382 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Building for use with non-.net compatible windows systems

This may seem like a strange question to most readers, but I made a
nasty assumption when I made my first little "Hello World" application.

Seeing as I'm 100% novice to Visual Studio, and .net in general, I made
an assumption that compiled programs worked on all windows (at least
modern) computers. I tried to send said application to my friend to see
what I did, and he got the error ".NET Framework Initialization
Error"... it then dawned upon me that whatever I was compiling was
going to depend on the .net framework.

My question is, is there a way to build my program so that it will be
ALL in native code, not just the MSIL? Or do I need a 'higher' version
of VS.NET? (I'm using the academic version)

Thanks for any help...

Jul 21 '05 #1
3 1323
You need to framework to run any managed apps -

--
W.G. Ryan MVP (Windows Embedded)

TiBA Solutions
www.tibasolutions.com | www.devbuzz.com | www.knowdotnet.com
<ch****@cs.mun.ca> wrote in message
news:11*********************@z14g2000cwz.googlegro ups.com...
This may seem like a strange question to most readers, but I made a
nasty assumption when I made my first little "Hello World" application.

Seeing as I'm 100% novice to Visual Studio, and .net in general, I made
an assumption that compiled programs worked on all windows (at least
modern) computers. I tried to send said application to my friend to see
what I did, and he got the error ".NET Framework Initialization
Error"... it then dawned upon me that whatever I was compiling was
going to depend on the .net framework.

My question is, is there a way to build my program so that it will be
ALL in native code, not just the MSIL? Or do I need a 'higher' version
of VS.NET? (I'm using the academic version)

Thanks for any help...

Jul 21 '05 #2
<ch****@cs.mun.ca> wrote:
This may seem like a strange question to most readers, but I made a
nasty assumption when I made my first little "Hello World" application.

Seeing as I'm 100% novice to Visual Studio, and .net in general, I made
an assumption that compiled programs worked on all windows (at least
modern) computers. I tried to send said application to my friend to see
what I did, and he got the error ".NET Framework Initialization
Error"... it then dawned upon me that whatever I was compiling was
going to depend on the .net framework.

My question is, is there a way to build my program so that it will be
ALL in native code, not just the MSIL? Or do I need a 'higher' version
of VS.NET? (I'm using the academic version)


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

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #3
Simply .NET is all about runtime compilation and excution, to run your .NET
app you need the compiler of .NET running in the machine (the .NET framework
library) which is available for download from microsoft for free, and it is
planned to be installed automatically with future windows releases.

<ch****@cs.mun.ca> wrote in message
news:11*********************@z14g2000cwz.googlegro ups.com...
This may seem like a strange question to most readers, but I made a
nasty assumption when I made my first little "Hello World" application.

Seeing as I'm 100% novice to Visual Studio, and .net in general, I made
an assumption that compiled programs worked on all windows (at least
modern) computers. I tried to send said application to my friend to see
what I did, and he got the error ".NET Framework Initialization
Error"... it then dawned upon me that whatever I was compiling was
going to depend on the .net framework.

My question is, is there a way to build my program so that it will be
ALL in native code, not just the MSIL? Or do I need a 'higher' version
of VS.NET? (I'm using the academic version)

Thanks for any help...

Jul 21 '05 #4

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

Similar topics

0
by: Steve | last post by:
Hi list, At work, we would shortly be starting a new project that would be almost entirely (90%) written in python. Our development as well as deployment would happen on linux (fedora and RHEL to...
0
by: Michael Ströder | last post by:
HI! I'm trying to build Python2.4 on a rather old Debian machine. I only have a shell account there. That's why I'm very limited in my actions. Building _socket fails (see below) although I...
9
by: Jenta | last post by:
A World Beyond Capitalism 2005, An Annual International Multiracial Alliance Building Peace Conference Is Accepting Proposals... ...and Online Registration is now available if you plan to table...
3
by: Avalon1178 | last post by:
Hi, I recently downloaded the xalan-c source code in http://mirrors.ccs.neu.edu/Apache/dist/xml/xalan-c I followed the instructions from the apache site on how to build it (I already have...
2
by: Marc R. Bertrand | last post by:
Hello, Do some of you know some pretty good books or web tutorials on building databases, if any? By that I mean, when looking at a business, the sound way of choosing the proper fields and the...
0
by: djbclark | last post by:
Is there a clean way to build Python under a non-traditional path, linking with other software that is under non-traditional paths, on unix? I maintain a build of Python that is part of a...
22
by: James Stroud | last post by:
Hello All, This is annoying. I am trying to build scipy right now but every .so file requires my adding "-lpython2.5 -lpthread -lm -lutil -ldl -shared" to the ld flags. Main Question: When...
2
by: joshusdog | last post by:
The installation of Python 2.5 comes with a bunch of built-in extension modules (.pyd files) under the DLLs directory. I've downloaded the Python source code and am trying to build the debug...
17
by: john | last post by:
All: I'm a long-time developer, new to PHP.... Is there an idiom used in PHP to construct SQL statments from $_POST data? I would guess that in many applications, the data read from $_POST...
1
by: dileepd | last post by:
Hi Every one, Could you please let me know if you have any clue about following things. 1. Whether type bool acts like a kind of signed int type in g++ on solaris 9(a/c to my invetsigation it...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.