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

.NET (Core and Framework)

 
AnswerRe: Like to re install Pin
kalyanPaladugu20-Sep-06 5:16
kalyanPaladugu20-Sep-06 5:16 
GeneralRe: Like to re install Pin
Kevin McFarlane20-Sep-06 6:08
Kevin McFarlane20-Sep-06 6:08 
AnswerRe: Like to re install Pin
Christian Graus20-Sep-06 15:57
protectorChristian Graus20-Sep-06 15:57 
QuestionReduce Runtime Pin
Vishal Vijayan20-Sep-06 3:20
Vishal Vijayan20-Sep-06 3:20 
AnswerRe: Reduce Runtime Pin
Dave Kreskowiak20-Sep-06 6:07
mveDave Kreskowiak20-Sep-06 6:07 
AnswerRe: Reduce Runtime Pin
PavanPareta20-Sep-06 19:09
PavanPareta20-Sep-06 19:09 
QuestionFramework Independance.. Please Help Pin
Vishal Vijayan20-Sep-06 3:16
Vishal Vijayan20-Sep-06 3:16 
AnswerRe: Framework Independance.. Please Help Pin
Dan Neely20-Sep-06 4:12
Dan Neely20-Sep-06 4:12 
No. The Framework is hte runtime library. You can't have a .net application without the .net framework any more than you can have an mfc project with out the mfc runtimes, or a vb project without the vb ones. What you should do is have your installer check for the presence of the framework and tell the user it needs installed. "This app needs the .net framework installed. you don't have it. Click here to download (link to MS download location)". Alternately you could write a very small c/c++ launcher app that tests for hte framework, and spits up an error box if it's missing. IF installed, it luanches your main app.

if you're truely bound and determined to avoid hte framework, there are several expensive products that can compile .net code down into a native win32 app. My understanding is that they're all somewhat quirky as well, so you should start using them early in the dev cycle and test extensively to make sure they're not breaking anything.
QuestionGetting the code of standard controls? Pin
schachmat19-Sep-06 11:07
schachmat19-Sep-06 11:07 
AnswerRe: Getting the code of standard controls? Pin
Christian Graus19-Sep-06 11:41
protectorChristian Graus19-Sep-06 11:41 
GeneralRe: Getting the code of standard controls? Pin
schachmat19-Sep-06 11:45
schachmat19-Sep-06 11:45 
Questiondatagrid Pin
milleusi19-Sep-06 7:58
milleusi19-Sep-06 7:58 
QuestionProblem with assembly references Pin
ddecoy19-Sep-06 0:48
ddecoy19-Sep-06 0:48 
QuestionHierargrid update button Pin
fine18-Sep-06 20:42
fine18-Sep-06 20:42 
QuestionCrystal report tutorial Pin
milleusi18-Sep-06 7:47
milleusi18-Sep-06 7:47 
QuestionWindows application to non-interactive application Pin
Subby Dev18-Sep-06 7:22
Subby Dev18-Sep-06 7:22 
AnswerRe: Windows application to non-interactive application Pin
Not Active18-Sep-06 8:34
mentorNot Active18-Sep-06 8:34 
AnswerRe: Windows application to non-interactive application Pin
Jun Du18-Sep-06 13:41
Jun Du18-Sep-06 13:41 
QuestionSample Codes on... Pin
Ahams Chris Njikonye18-Sep-06 6:04
Ahams Chris Njikonye18-Sep-06 6:04 
AnswerRe: Sample Codes on... Pin
Ravi Bhavnani18-Sep-06 7:28
professionalRavi Bhavnani18-Sep-06 7:28 
AnswerRe: Sample Codes on... Pin
milleusi18-Sep-06 7:44
milleusi18-Sep-06 7:44 
QuestionRunning MsBuild Pin
kulile17-Sep-06 23:29
kulile17-Sep-06 23:29 
AnswerRe: Running MsBuild Pin
Ed.Poore18-Sep-06 9:06
Ed.Poore18-Sep-06 9:06 
Question.Net Setup Project Doubt Pin
_anil_17-Sep-06 20:55
_anil_17-Sep-06 20:55 
Questiontoo slow Pin
milleusi17-Sep-06 9:49
milleusi17-Sep-06 9:49 

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.