Click here to Skip to main content
15,889,281 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: suitability of .net for network servers Pin
kon_t17-Feb-05 11:46
kon_t17-Feb-05 11:46 
GeneralRe: suitability of .net for network servers Pin
Rei Miyasaka22-Feb-05 21:43
Rei Miyasaka22-Feb-05 21:43 
GeneralRe: suitability of .net for network servers Pin
Sebastian Schneider23-Feb-05 2:09
Sebastian Schneider23-Feb-05 2:09 
General.Net Control Printing Pin
khurram rasheed13-Feb-05 22:05
khurram rasheed13-Feb-05 22:05 
GeneralSummation of Hours in Dataset Pin
Vipul Mehta13-Feb-05 21:20
Vipul Mehta13-Feb-05 21:20 
GeneralRe: Summation of Hours in Dataset Pin
yasinPL17-Feb-05 14:09
yasinPL17-Feb-05 14:09 
GeneralCreate of PS Pin
sharathgowda13-Feb-05 18:10
sharathgowda13-Feb-05 18:10 
GeneralRe: Create of PS Pin
Mike Dimmick15-Feb-05 3:02
Mike Dimmick15-Feb-05 3:02 
Test1PS is a project to build a separate Proxy/Stub DLL for marshalling. This DLL is loaded by COM if it needs to marshal calls between different contexts - for example, between different apartments in a single process, between different processes on a single machine, or between different machines.

You can build a separate proxy/stub DLL if you want to deploy it to a different machine, or if you don't want to load your whole DLL into another process. Proxy/stub DLLs are also used if you're building a local server (an .EXE). This is the only supported scenario if using attributes, which is the default in VS.NET 2003. If you don't use attributes you can make the proxy/stub classes part of your component DLL, but you need to define your interfaces using IDL.

A custom proxy/stub DLL is not required if your interface conforms to the Automation standard. In this situation the type library is sufficient. Registering the type library causes keys to be written to the registry which register the Automation marshaller as the proxy/stub for your interfaces.

Stability. What an interesting concept. -- Chris Maunder
GeneralGet Top 10 from a search engine Pin
Mohsen Saad12-Feb-05 7:38
Mohsen Saad12-Feb-05 7:38 
General.ARaw Packets Pin
Member 170239812-Feb-05 2:43
Member 170239812-Feb-05 2:43 
GeneralVisual Studio: DLL location for Debug Pin
Jerome RG12-Feb-05 0:51
Jerome RG12-Feb-05 0:51 
GeneralInformation Needed about MicroSoft Speech Server Pin
anand.narayan11-Feb-05 18:33
anand.narayan11-Feb-05 18:33 
GeneralCommunicating with a windows service from a forms application... Pin
obliojoe11-Feb-05 6:15
obliojoe11-Feb-05 6:15 
General.NET Forms: tab control flickering Pin
spoonspoon10-Feb-05 15:15
spoonspoon10-Feb-05 15:15 
GeneralTransactional hash tables Pin
Ray Cassick10-Feb-05 14:41
Ray Cassick10-Feb-05 14:41 
GeneralCInt(True) in C# Pin
goldoche10-Feb-05 8:54
goldoche10-Feb-05 8:54 
GeneralRe: CInt(True) in C# Pin
C# Genius10-Feb-05 9:06
C# Genius10-Feb-05 9:06 
GeneralRe: CInt(True) in C# Pin
S. Senthil Kumar10-Feb-05 10:02
S. Senthil Kumar10-Feb-05 10:02 
GeneralDifference in data types Pin
Ray Cassick9-Feb-05 10:43
Ray Cassick9-Feb-05 10:43 
GeneralRe: Difference in data types Pin
Christian Graus9-Feb-05 11:09
protectorChristian Graus9-Feb-05 11:09 
GeneralRe: Difference in data types Pin
S. Senthil Kumar9-Feb-05 19:20
S. Senthil Kumar9-Feb-05 19:20 
QuestionEasy way to localize an app? - Managing Localization? Pin
Simon Kittle9-Feb-05 4:59
Simon Kittle9-Feb-05 4:59 
QuestionHow to get Physical Address of NIC? Pin
thainam8-Feb-05 16:54
thainam8-Feb-05 16:54 
AnswerRe: How to get Physical Address of NIC? Pin
C# Genius10-Feb-05 8:56
C# Genius10-Feb-05 8:56 
GeneralNET debuggers do not work Pin
rwestgraham8-Feb-05 9:01
rwestgraham8-Feb-05 9:01 

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.