Library support to launch c# applications

G

Guest

Hi,
I am very new to C#.
I have a c# application which is using lot of .NET namespaces .
I want to run it on a machine which has Just OS installed on it say 2k.(No other libraries/tools)
What all libraries do i need to bundle with my application to make sure my app works without any problems?


Thanks,
Ganga
 
M

Mattias Sjögren

What all libraries do i need to bundle with my application to make sure my app works without any problems?

You need to make sure the .NET Framework is installed, plus any third
party componenets you may use.



Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top