Re: [ADVANCED-DOTNET] Even more IDE quirks: Breakpoints in C# code

2002-07-04 Thread Kirill 'Big K' Katsnelson
Some time ago, Sills, Adam wrote... Are both instances of VS.NET using the same developer profile? Yes, Visual C++ 6.0 developer. -kkm You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at

Re: [ADVANCED-DOTNET] Objects/COM Load balancing

2002-07-02 Thread Kirill 'Big K' Katsnelson
Some time ago, Syed.Alam wrote... What happened to COM load balancing/middle-tier scalability concepts that started with COM Router/Application Center? How do we achieve that load-balancing act in .Net framework? Since .NET uses COM+ for its enterprise services implementation, you should still

[ADVANCED-DOTNET] Unable to hook up a custom marshaler to a C# struct member

2002-07-01 Thread Kirill 'Big K' Katsnelson
I have a struct which needs to be marshaled to and from managed code. One of the struct members is an integer, but it is mangled in a sense: it uses only 28 bits, and HSB of each byte is zero. To avoid bit arithmetic sprinkled over .NET code, I decided to hook up a custom marshaler to this field