Click here to Skip to main content
15,917,320 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to Read a file from Application folder Pin
musefan3-Apr-09 0:42
musefan3-Apr-09 0:42 
GeneralRe: How to Read a file from Application folder Pin
Narendra Reddy Vajrala3-Apr-09 1:09
Narendra Reddy Vajrala3-Apr-09 1:09 
GeneralRe: How to Read a file from Application folder Pin
Nachimuthujaiprakash3-Apr-09 0:52
Nachimuthujaiprakash3-Apr-09 0:52 
GeneralRe: How to Read a file from Application folder Pin
Narendra Reddy Vajrala3-Apr-09 1:10
Narendra Reddy Vajrala3-Apr-09 1:10 
Questionretrieving data from microsoft excel using visual C# Pin
mist_psycho2-Apr-09 22:43
mist_psycho2-Apr-09 22:43 
AnswerRe: retrieving data from microsoft excel using visual C# Pin
Eddy Vluggen2-Apr-09 23:35
professionalEddy Vluggen2-Apr-09 23:35 
GeneralRe: retrieving data from microsoft excel using visual C# Pin
mist_psycho3-Apr-09 1:07
mist_psycho3-Apr-09 1:07 
GeneralRe: retrieving data from microsoft excel using visual C# Pin
Eddy Vluggen3-Apr-09 1:49
professionalEddy Vluggen3-Apr-09 1:49 
QuestionHow to debug a remoting class Pin
Member 44481132-Apr-09 22:21
Member 44481132-Apr-09 22:21 
AnswerRe: How to debug a remoting class Pin
Jimmanuel3-Apr-09 3:24
Jimmanuel3-Apr-09 3:24 
QuestionCreating a Standalone Application! Help plz! Pin
Rajdeep.NET is BACK2-Apr-09 21:58
Rajdeep.NET is BACK2-Apr-09 21:58 
AnswerRe: Creating a Standalone Application! Help plz! Pin
12Code2-Apr-09 22:08
12Code2-Apr-09 22:08 
GeneralRe: Creating a Standalone Application! Help plz! Pin
Rajdeep.NET is BACK2-Apr-09 22:42
Rajdeep.NET is BACK2-Apr-09 22:42 
GeneralRe: Creating a Standalone Application! Help plz! Pin
Tom Deketelaere2-Apr-09 22:47
professionalTom Deketelaere2-Apr-09 22:47 
You can't do this.

In order to run the application you need the framework.

Also simply copying the exe only works if you don't use any other references(dll's), if you do you need to copy those aswell.
But as I said without the framework it's never going to work.
Simplest way is to create a simply setup (that's only 4 screens where the user has to click next, everyone is used to that), this setup is going to check if the framework is present and install it if needed.
AnswerRe: Creating a Standalone Application! Help plz! Pin
Vikram A Punathambekar2-Apr-09 22:18
Vikram A Punathambekar2-Apr-09 22:18 
GeneralRe: Creating a Standalone Application! Help plz! Pin
Rajdeep.NET is BACK2-Apr-09 22:54
Rajdeep.NET is BACK2-Apr-09 22:54 
GeneralRe: Creating a Standalone Application! Help plz! Pin
Mycroft Holmes3-Apr-09 0:19
professionalMycroft Holmes3-Apr-09 0:19 
GeneralRe: Creating a Standalone Application! Help plz! Pin
DaveyM693-Apr-09 0:21
professionalDaveyM693-Apr-09 0:21 
QuestionReading HTML data and writing to a text file? [modified] Pin
svt gdwl2-Apr-09 21:51
svt gdwl2-Apr-09 21:51 
QuestionAuto detect CD/DVD contents Pin
natomiast2-Apr-09 21:48
natomiast2-Apr-09 21:48 
AnswerRe: Auto detect CD/DVD contents Pin
Baran M3-Apr-09 1:06
Baran M3-Apr-09 1:06 
QuestionAccess to field attributes by object instance Pin
tgoessi2-Apr-09 21:08
tgoessi2-Apr-09 21:08 
AnswerRe: Access to field attributes by object instance Pin
Mycroft Holmes2-Apr-09 21:25
professionalMycroft Holmes2-Apr-09 21:25 
QuestionWebBrowser in a form....Help plz! Pin
Rajdeep.NET is BACK2-Apr-09 20:15
Rajdeep.NET is BACK2-Apr-09 20:15 
AnswerRe: WebBrowser in a form....Help plz! Pin
Ravi Mori2-Apr-09 20:20
Ravi Mori2-Apr-09 20:20 

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.