Click here to Skip to main content
15,887,350 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: read/write Files on a share drive Pin
byka24-Feb-11 1:37
byka24-Feb-11 1:37 
QuestionInvoking ActiveX Pin
Herboren23-Feb-11 2:49
Herboren23-Feb-11 2:49 
AnswerRe: Invoking ActiveX Pin
Yusuf23-Feb-11 10:39
Yusuf23-Feb-11 10:39 
QuestionTo deploy .net dll ther is requirement of .net framework. Pin
SharmaAshutosh22-Feb-11 18:46
SharmaAshutosh22-Feb-11 18:46 
AnswerRe: To deploy .net dll ther is requirement of .net framework. Pin
Richard MacCutchan22-Feb-11 23:10
mveRichard MacCutchan22-Feb-11 23:10 
JokeRe: To deploy .net dll ther is requirement of .net framework. Pin
musefan23-Feb-11 6:23
musefan23-Feb-11 6:23 
GeneralRe: To deploy .net dll ther is requirement of .net framework. Pin
Richard MacCutchan23-Feb-11 7:01
mveRichard MacCutchan23-Feb-11 7:01 
GeneralRe: To deploy .net dll ther is requirement of .net framework. Pin
Nitin Singh India21-Mar-11 7:25
Nitin Singh India21-Mar-11 7:25 
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
QuestionPost message to event queue [modified] Pin
progDes22-Feb-11 1:39
progDes22-Feb-11 1:39 
AnswerRe: Post message to event queue Pin
PIEBALDconsult22-Feb-11 14:27
mvePIEBALDconsult22-Feb-11 14:27 
AnswerRe: Post message to event queue Pin
RobCroll22-Feb-11 15:12
RobCroll22-Feb-11 15:12 
GeneralRe: Post message to event queue Pin
progDes22-Feb-11 16:35
progDes22-Feb-11 16:35 
GeneralRe: Post message to event queue Pin
RobCroll23-Feb-11 1:26
RobCroll23-Feb-11 1:26 
GeneralRe: Post message to event queue Pin
progDes23-Feb-11 2:47
progDes23-Feb-11 2:47 
QuestionIn-depth guidance for building complex WinForms Setup projects. Pin
Brady Kelly18-Feb-11 21:50
Brady Kelly18-Feb-11 21:50 
AnswerRe: In-depth guidance for building complex WinForms Setup projects. Pin
#realJSOP19-Feb-11 2:21
mve#realJSOP19-Feb-11 2:21 
GeneralRe: In-depth guidance for building complex WinForms Setup projects. Pin
Brady Kelly19-Feb-11 2:35
Brady Kelly19-Feb-11 2:35 
AnswerRe: In-depth guidance for building complex WinForms Setup projects. Pin
Not Active19-Feb-11 6:28
mentorNot Active19-Feb-11 6:28 
GeneralRe: In-depth guidance for building complex WinForms Setup projects. Pin
Brady Kelly19-Feb-11 6:36
Brady Kelly19-Feb-11 6:36 
QuestionAccess Violation in C# class library Pin
RichardGrimmer18-Feb-11 0:57
RichardGrimmer18-Feb-11 0:57 
AnswerRe: Access Violation in C# class library Pin
Luc Pattyn18-Feb-11 1:20
sitebuilderLuc Pattyn18-Feb-11 1:20 
GeneralRe: Access Violation in C# class library Pin
RichardGrimmer18-Feb-11 2:12
RichardGrimmer18-Feb-11 2:12 
AnswerRe: Access Violation in C# class library Pin
Luc Pattyn18-Feb-11 2:20
sitebuilderLuc Pattyn18-Feb-11 2:20 
GeneralRe: Access Violation in C# class library Pin
RichardGrimmer18-Feb-11 3:41
RichardGrimmer18-Feb-11 3:41 
AnswerRe: Access Violation in C# class library Pin
Nitin Singh India21-Mar-11 7:29
Nitin Singh India21-Mar-11 7:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.