To deploy .net dll ther is requirement of .net framework.
-
Hi All, To deploy .net dll there is requirement of .net framework ? if yes then how can we mange please elobrate it in details . thanks in advance.
ashu
-
Hi All, To deploy .net dll there is requirement of .net framework ? if yes then how can we mange please elobrate it in details . thanks in advance.
ashu
SharmaAshutosh wrote:
To deploy .net dll there is requirement of .net framework ?
Yes.
SharmaAshutosh wrote:
if yes then how can we mange please elobrate it in details .
Add the prerequisite to your installation package.
I must get a clever new signature for 2011.
-
SharmaAshutosh wrote:
To deploy .net dll there is requirement of .net framework ?
Yes.
SharmaAshutosh wrote:
if yes then how can we mange please elobrate it in details .
Add the prerequisite to your installation package.
I must get a clever new signature for 2011.
-
Richard MacCutchan wrote:
Add the prerequisite to your installation package
Woa - easy on the details. You may want to break that down into smaller more manageable chunks (and then potentially sub-chunks)
Illogical thoughts make me ill
-
Hi All, To deploy .net dll there is requirement of .net framework ? if yes then how can we mange please elobrate it in details . thanks in advance.
ashu
Yes, the framework provides the libraries and runtime environment for the dll to run. When you create the setup project in visual studio, you can add a condition to check on the target machine. In this, add a condition mentioning that the required version of .net framework is installed; providing a location on MS site to get it if its not already installed. However, in most cases, you can expect it to be installed either by default or as part of some service packs Windows XP SP3 will have .net 3.0 installed Windows Vista comes with 2.0 pre-installed; SP will install further Windows 7 comes with 3.5 pre-installed