Click here to Skip to main content
15,885,309 members
Home / Discussions / C#
   

C#

 
GeneralRe: clicking "Open with" when multiple files are selected Pin
Kentamanos7-Jan-04 14:25
Kentamanos7-Jan-04 14:25 
GeneralRe: clicking "Open with" when multiple files are selected Pin
Anonymous7-Jan-04 20:24
Anonymous7-Jan-04 20:24 
GeneralRe: clicking "Open with" when multiple files are selected Pin
Kentamanos7-Jan-04 20:38
Kentamanos7-Jan-04 20:38 
GeneralRe: clicking "Open with" when multiple files are selected Pin
blakeb_18-Jan-04 11:52
blakeb_18-Jan-04 11:52 
GeneralRe: clicking "Open with" when multiple files are selected Pin
Kentamanos8-Jan-04 12:08
Kentamanos8-Jan-04 12:08 
GeneralC# Deployment Question Pin
Larry J. Siddens7-Jan-04 9:18
Larry J. Siddens7-Jan-04 9:18 
GeneralRe: C# Deployment Question Pin
Mazdak7-Jan-04 9:24
Mazdak7-Jan-04 9:24 
GeneralRe: C# Deployment Question Pin
Niels Penneman7-Jan-04 9:26
Niels Penneman7-Jan-04 9:26 
1) Create an installer for your app in VS.NET

OR

2) No installer

First of all, the .NET framework should be installed on the target computer. Include dotnetfx.exe it's on the component update disk / prerequisities disk of VS.NET...

Next thing to do is to check te references. If all references are made to files of the .NET framework you don't have to include any more files. If you have used custom .NET dlls (in app directory if you have chosen copy local) or COM dlls (via interop) you should include these in your distribution (COM: dll AND interop dll files, interop files are in your app output dir, main dll can be anywhere)

greetz Wink | ;-)
*Niels Penneman*

Software/Dev Site
Personal Site

GeneralRe: C# Deployment Question Pin
Larry J. Siddens7-Jan-04 10:12
Larry J. Siddens7-Jan-04 10:12 
GeneralRe: C# Deployment Question Pin
Kentamanos7-Jan-04 10:18
Kentamanos7-Jan-04 10:18 
GeneralRegular Expressions Pin
Member 8054957-Jan-04 8:34
Member 8054957-Jan-04 8:34 
GeneralRe: Regular Expressions Pin
Kentamanos7-Jan-04 9:27
Kentamanos7-Jan-04 9:27 
GeneralRe: Regular Expressions Pin
Heath Stewart7-Jan-04 9:30
protectorHeath Stewart7-Jan-04 9:30 
GeneralRe: Regular Expressions Pin
Member 8054957-Jan-04 9:55
Member 8054957-Jan-04 9:55 
GeneralRe: Regular Expressions Pin
Kentamanos7-Jan-04 11:08
Kentamanos7-Jan-04 11:08 
GeneralRe: Regular Expressions Pin
Heath Stewart7-Jan-04 11:11
protectorHeath Stewart7-Jan-04 11:11 
GeneralRe: Regular Expressions Pin
Eric Gunnerson (msft)7-Jan-04 9:55
Eric Gunnerson (msft)7-Jan-04 9:55 
GeneralRe: Regular Expressions Pin
Member 8054957-Jan-04 9:58
Member 8054957-Jan-04 9:58 
QuestionHow Windows works... Pin
profoundwhispers7-Jan-04 7:40
profoundwhispers7-Jan-04 7:40 
AnswerRe: How Windows works... Pin
Mazdak7-Jan-04 7:49
Mazdak7-Jan-04 7:49 
GeneralRe: How Windows works... Pin
profoundwhispers7-Jan-04 7:51
profoundwhispers7-Jan-04 7:51 
GeneralRe: How Windows works... Pin
Mazdak7-Jan-04 8:16
Mazdak7-Jan-04 8:16 
AnswerRe: How Windows works... Pin
pseudonym677-Jan-04 8:21
pseudonym677-Jan-04 8:21 
GeneralRe: How Windows works... Pin
bnieland8-Jan-04 6:55
bnieland8-Jan-04 6:55 
AnswerRe: How Windows works... Pin
Heath Stewart7-Jan-04 9:20
protectorHeath Stewart7-Jan-04 9: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.