.NET application requirements (besides framework)

  • Thread starter Thread starter cjs
  • Start date Start date
C

cjs

What, besides the .NET framework, is required to run a .NET
application?

My nice little application with an MSChart object crashes on a
computer WITH the framework installed! I'm sure it's because of this
MSChart object.. Must all clients install the same Office version as
I have on my computer? That would suck. :( I've read something about
adding references, would that help?

(Sorry for the n00b question, couldn't find any related topic using
the search function though).
 
Thats about it...

the framework... now if you have other components, then you need the
libraries from them... however, .NET alone just requires the framework/CLR
(CLR included in framework).


cjs said:
What, besides the .NET framework, is required to run a .NET
application?

My nice little application with an MSChart object crashes on a
computer WITH the framework installed! I'm sure it's because of this
MSChart object.. Must all clients install the same Office version as
I have on my computer? That would suck. :( I've read something about
adding references, would that help?

(Sorry for the n00b question, couldn't find any related topic using
the search function though).
 
Back
Top