3 Replies - 540 Views - Last Post: 06 December 2008 - 07:10 AM Rate Topic: -----

#1 specterunseen  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 2
  • Joined: 05-December 08

.Net Framework Required?

Post icon  Posted 05 December 2008 - 09:22 AM

I have the newest .net framework. My coworkers computers don't have the framework installed.

I have an extremely simply program that is a form for combining strings, mostly to help with documentation.

Anything I can do to make my program NOT require the .net framework, or give me a recommendation? The company won't install the .net framework, so I'm currently programming w/it (as a side hobby to learn), but don't have the potential to get the framework installed on their computer.

Please, any solutions? I want to get away from the VBA form in excel I'm having them use. :crazy:

This post has been edited by specterunseen: 05 December 2008 - 10:49 AM


Is This A Good Question/Topic? 0
  • +

Replies To: .Net Framework Required?

#2 specterunseen  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 2
  • Joined: 05-December 08

Re: .Net Framework Required?

Posted 05 December 2008 - 11:58 AM

Never mind. I've figured it out. I did further research and after much confusion figured out

.net language programming requires .net framework

:rolleyes:
Was This Post Helpful? 0
  • +
  • -

#3 PsychoCoder  Icon User is offline

  • Google.Sucks.Init(true);
  • member icon

Reputation: 1619
  • View blog
  • Posts: 19,853
  • Joined: 26-July 07

Re: .Net Framework Required?

Posted 05 December 2008 - 12:19 PM

That is correct, any application written in a .Net language needs the .Net framework installed on any and all computers the application will be installed on. There is just no way around this
Was This Post Helpful? 0
  • +
  • -

#4 born2c0de  Icon User is offline

  • printf("I'm a %XR",195936478);
  • member icon

Reputation: 175
  • View blog
  • Posts: 4,667
  • Joined: 26-November 04

Re: .Net Framework Required?

Posted 06 December 2008 - 07:10 AM

The same goes for any language that doesn't compile source code into native machine code such as Java.
You can't execute Java programs unless you have the JRE (Java Runtime Environment) installed on your machine.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1