Click here to Skip to main content
15,892,005 members
Home / Discussions / C#
   

C#

 
Generaladd reference Pin
yyf19-Mar-04 6:08
yyf19-Mar-04 6:08 
GeneralRe: add reference Pin
Heath Stewart19-Mar-04 6:13
protectorHeath Stewart19-Mar-04 6:13 
GeneralFile segmentation Pin
profoundwhispers19-Mar-04 5:47
profoundwhispers19-Mar-04 5:47 
GeneralRe: File segmentation Pin
Heath Stewart19-Mar-04 6:09
protectorHeath Stewart19-Mar-04 6:09 
GeneralSomething unclear to me about threads... Pin
profoundwhispers19-Mar-04 5:43
profoundwhispers19-Mar-04 5:43 
GeneralRe: Something unclear to me about threads... Pin
Heath Stewart19-Mar-04 6:01
protectorHeath Stewart19-Mar-04 6:01 
GeneralStrong/Shared assemblies Pin
Kant19-Mar-04 4:57
Kant19-Mar-04 4:57 
GeneralRe: Strong/Shared assemblies Pin
Heath Stewart19-Mar-04 5:59
protectorHeath Stewart19-Mar-04 5:59 
You're confusing .NET assemblies with Win32 assemblies. An assembly is just a file containing other information and a manifest of that information (like a Java jar file). .NET assemblies contain embedded resources, modules containing IL, and metadata. Win32 assemblies are still native executables that have a manifest file associated with them and are installed in the %WINDIR%\WinSxS directory in Windows XP and above. They are not installed into the global assembly cache for .NET.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Strong/Shared assemblies Pin
Kant19-Mar-04 10:36
Kant19-Mar-04 10:36 
GeneralRe: Strong/Shared assemblies Pin
Heath Stewart21-Mar-04 12:52
protectorHeath Stewart21-Mar-04 12:52 
GeneralLoading assemblies Pin
Craig G. Wilson19-Mar-04 4:55
Craig G. Wilson19-Mar-04 4:55 
GeneralRe: Loading assemblies Pin
Heath Stewart19-Mar-04 5:56
protectorHeath Stewart19-Mar-04 5:56 
GeneralRe: Loading assemblies Pin
Craig G. Wilson19-Mar-04 8:03
Craig G. Wilson19-Mar-04 8:03 
GeneralRe: Loading assemblies Pin
Craig G. Wilson19-Mar-04 8:34
Craig G. Wilson19-Mar-04 8:34 
GeneralRe: Loading assemblies Pin
Heath Stewart21-Mar-04 12:36
protectorHeath Stewart21-Mar-04 12:36 
Generalcombobox databinding from webservice in mobile application Pin
Littlefool19-Mar-04 2:43
Littlefool19-Mar-04 2:43 
GeneralCreating virtual File Item in C# Pin
Tristan Rhodes19-Mar-04 2:17
Tristan Rhodes19-Mar-04 2:17 
GeneralRe: Creating virtual File Item in C# Pin
Heath Stewart19-Mar-04 4:34
protectorHeath Stewart19-Mar-04 4:34 
GeneralRe: Creating virtual File Item in C# Pin
Tristan Rhodes19-Mar-04 6:04
Tristan Rhodes19-Mar-04 6:04 
GeneralRe: Creating virtual File Item in C# Pin
Heath Stewart19-Mar-04 6:19
protectorHeath Stewart19-Mar-04 6:19 
GeneralRe: Creating virtual File Item in C# Pin
Tristan Rhodes19-Mar-04 8:15
Tristan Rhodes19-Mar-04 8:15 
GeneralRe: Creating virtual File Item in C# Pin
Heath Stewart21-Mar-04 12:43
protectorHeath Stewart21-Mar-04 12:43 
GeneralVS .Net Pin
ppp00118-Mar-04 23:05
ppp00118-Mar-04 23:05 
GeneralRe: VS .Net Pin
Mazdak18-Mar-04 23:20
Mazdak18-Mar-04 23:20 
GeneralRe: VS .Net Pin
Rhys__66618-Mar-04 23:31
Rhys__66618-Mar-04 23:31 

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.