Click here to Skip to main content
15,890,579 members
Home / Discussions / C#
   

C#

 
AnswerRe: Tramsfer file accross a network Pin
Mbah Dhaim21-Apr-09 22:04
Mbah Dhaim21-Apr-09 22:04 
Questionnew in this industry Pin
benson.misi21-Apr-09 21:42
benson.misi21-Apr-09 21:42 
AnswerRe: new in this industry Pin
Mbah Dhaim21-Apr-09 21:58
Mbah Dhaim21-Apr-09 21:58 
QuestionHow to capture the Windows XP backgournd to gray? (.NET Framework 3.0) Pin
CooperWu21-Apr-09 21:16
CooperWu21-Apr-09 21:16 
QuestionHow i can istall my first project... Pin
VisualLive21-Apr-09 21:13
VisualLive21-Apr-09 21:13 
AnswerRe: How i can istall my first project... Pin
SeMartens21-Apr-09 21:27
SeMartens21-Apr-09 21:27 
GeneralRe: How i can istall my first project... Pin
VisualLive21-Apr-09 21:55
VisualLive21-Apr-09 21:55 
GeneralRe: How i can istall my first project... Pin
SeMartens21-Apr-09 23:41
SeMartens21-Apr-09 23:41 
The Windows Installer 3.1 is the program that will handle the installation of applications. The installer of .NET Framework 3.5 SP1 needs the Windows Installer 3.1. If it is not present on the system, the .NET Framework will not be installed.

Do the following steps to install your app.

1. Copy the .NET Framework 3.5 SP1 install file to the pc
2. Execute it to install the framework
3. If this installation of the framework fails because of a missing Windows Installer 3.1, you have to download the file from the web and install the Windows Installer.
4. Go to Visual Studio, select "Release" from the "Configuration Manager" (must be in the toolbar)
5. Build your application
5. Copy the content of your bin\Release folder of your solution to the pc where you want to use the app.
6. Run your app.exe -> if everything is correct your app will run now

It's not a bug, it's a feature!

Check out my CodeProject article Permission-by-aspect.

Me in Softwareland.

GeneralRe: How i can istall my first project... Pin
VisualLive22-Apr-09 6:00
VisualLive22-Apr-09 6:00 
GeneralRe: How i can istall my first project... Pin
VisualLive6-May-09 15:43
VisualLive6-May-09 15:43 
QuestionClickable Link Pin
satsumatable21-Apr-09 20:31
satsumatable21-Apr-09 20:31 
AnswerRe: Clickable Link Pin
zk11322991721-Apr-09 20:37
zk11322991721-Apr-09 20:37 
Questionhttp://www.codeproject.com/KB/list/treelistview.aspx Pin
hirenkshah21-Apr-09 19:36
hirenkshah21-Apr-09 19:36 
QuestionExcel: change cell color of unprotect sheet using macro. Pin
hirenkshah21-Apr-09 19:15
hirenkshah21-Apr-09 19:15 
QuestionView PDF file in winform Pin
aldo hexosa21-Apr-09 18:54
professionalaldo hexosa21-Apr-09 18:54 
AnswerRe: View PDF file in winform Pin
Giorgi Dalakishvili21-Apr-09 19:39
mentorGiorgi Dalakishvili21-Apr-09 19:39 
QuestionWriting correct code Pin
Akhilesh Yadav21-Apr-09 18:45
Akhilesh Yadav21-Apr-09 18:45 
AnswerRe: Writing correct code Pin
Perry Holman21-Apr-09 19:30
Perry Holman21-Apr-09 19:30 
GeneralRe: Writing correct code Pin
Akhilesh Yadav21-Apr-09 19:32
Akhilesh Yadav21-Apr-09 19:32 
GeneralRe: Writing correct code Pin
Mycroft Holmes21-Apr-09 20:18
professionalMycroft Holmes21-Apr-09 20:18 
AnswerRe: Writing correct code Pin
Thomas Weller21-Apr-09 20:49
Thomas Weller21-Apr-09 20:49 
AnswerRe: Writing correct code Pin
Luc Pattyn22-Apr-09 4:39
sitebuilderLuc Pattyn22-Apr-09 4:39 
QuestionDatagridView Column Re-ordering Pin
codeprasanna21-Apr-09 18:44
codeprasanna21-Apr-09 18:44 
AnswerRe: DatagridView Column Re-ordering Pin
Mycroft Holmes21-Apr-09 20:16
professionalMycroft Holmes21-Apr-09 20:16 
QuestionFtp Linux Command in .Net Pin
Abdul Rahman Hamidy21-Apr-09 18:02
Abdul Rahman Hamidy21-Apr-09 18:02 

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.