Click here to Skip to main content
15,905,028 members
Home / Discussions / C#
   

C#

 
GeneralRe: Is my C# app installed? Pin
cdengler8-Sep-04 5:20
cdengler8-Sep-04 5:20 
GeneralRe: Is my C# app installed? Pin
Heath Stewart8-Sep-04 7:40
protectorHeath Stewart8-Sep-04 7:40 
GeneralRe: Is my C# app installed? Pin
cdengler8-Sep-04 13:29
cdengler8-Sep-04 13:29 
GeneralRe: Is my C# app installed? Pin
Heath Stewart8-Sep-04 13:46
protectorHeath Stewart8-Sep-04 13:46 
GeneralTcpListener Stop Pin
jzb6-Sep-04 21:41
jzb6-Sep-04 21:41 
GeneralRe: TcpListener Stop Pin
leppie6-Sep-04 23:32
leppie6-Sep-04 23:32 
GeneralRe: TcpListener Stop Pin
mathon7-Sep-04 0:42
mathon7-Sep-04 0:42 
GeneralRe: TcpListener Stop Pin
jzb7-Sep-04 15:35
jzb7-Sep-04 15:35 
GeneralRe: TcpListener Stop Pin
mathon7-Sep-04 21:40
mathon7-Sep-04 21:40 
GeneralRe: TcpListener Stop Pin
jzb8-Sep-04 14:55
jzb8-Sep-04 14:55 
GeneralConvert Symbols in to equivalent numeric character reference Pin
Anonymous6-Sep-04 21:31
Anonymous6-Sep-04 21:31 
GeneralOut of memory exception Pin
chettu6-Sep-04 21:27
chettu6-Sep-04 21:27 
GeneralAdding dll's in C# setup projects Pin
samirazmat6-Sep-04 20:57
samirazmat6-Sep-04 20:57 
GeneralRe: Adding dll's in C# setup projects Pin
sreejith ss nair7-Sep-04 1:30
sreejith ss nair7-Sep-04 1:30 
GeneralRe: Adding dll's in C# setup projects Pin
samirazmat7-Sep-04 1:55
samirazmat7-Sep-04 1:55 
GeneralRe: Adding dll's in C# setup projects Pin
sreejith ss nair7-Sep-04 2:14
sreejith ss nair7-Sep-04 2:14 
GeneralRe: Adding dll's in C# setup projects Pin
samirazmat7-Sep-04 2:24
samirazmat7-Sep-04 2:24 
GeneralRe: Adding dll's in C# setup projects Pin
sreejith ss nair7-Sep-04 2:39
sreejith ss nair7-Sep-04 2:39 
GeneralRe: Adding dll's in C# setup projects Pin
sreejith ss nair7-Sep-04 2:40
sreejith ss nair7-Sep-04 2:40 
GeneralRe: Adding dll's in C# setup projects Pin
samirazmat7-Sep-04 3:27
samirazmat7-Sep-04 3:27 
GeneralRe: Adding dll's in C# setup projects Pin
sreejith ss nair7-Sep-04 3:39
sreejith ss nair7-Sep-04 3:39 
GeneralRe: Adding dll's in C# setup projects Pin
sreejith ss nair7-Sep-04 3:42
sreejith ss nair7-Sep-04 3:42 
GeneralRe: Adding dll's in C# setup projects Pin
Heath Stewart7-Sep-04 6:45
protectorHeath Stewart7-Sep-04 6:45 
You do not include MFC. You use a merge module for that, and it should never be registered from a directory other than the [SystemFolder]. Merge modules take care of this for you.

Besides, mfc70.dll - or any MFC library - does not export DllRegisterServer so it is not registerable.

System DLLs should only be added via merge modules, and just about all of them are. This makes sure that DLLs are installed and uninstalled (if applicable) correctly.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles]
GeneralExe Name and location Pin
Md Saleem Navalur6-Sep-04 20:44
Md Saleem Navalur6-Sep-04 20:44 
GeneralRe: Exe Name and location Pin
Stefan Troschuetz6-Sep-04 22:34
Stefan Troschuetz6-Sep-04 22:34 

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.