| Thread | Last Post | Replies |
|
| Interop gurus: Is it possible to determine the type of an unknown COM object? | 22 Jan 2007 23:27 GMT | 2 |
I am doing some work with a client API via COM interop. I have reached the situation where after this call to their API: object someObj = con.Peek(1); "someObj" contains some type of COM object (shows type as
|
| Problems with FindStubManager | 22 Jan 2007 11:00 GMT | 1 |
Can anyone tell me why VirtualCallStubManager::FindStubManager(TADDR stubAddress, StubKind* bStubKind) returns type unknown and NULL as stub manager? Shortly after that CLR fails with 0xc0000005 (this parameter is NULL).
|
| The underlying connection was closed: The request was canceled | 12 Jan 2007 15:37 GMT | 1 |
I am facing one wired problem while sending bunch of web request using webrequest class. what i am doing is processsing bunch of url at a time . And i observed that for every second requuest i am getting above mention error even if
|
| Distributing application w/ unsigned interop (code access security | 11 Jan 2007 09:39 GMT | 4 |
My question falls under the category "I have written an application that works fine on my developer machine, but throws a SecurityException on all other computers". I spent almost the entire day reading through the information already available on this topic. I now have a basic ...
|
| CLR, Value/Ref types, and the thread stack/heap | 10 Jan 2007 17:45 GMT | 5 |
Would anyone happen to know how the CLR determines what types are on the stack? Specifically, if I have the following code : void main {
|
| How can I use C++ Lib file into dot net | 09 Jan 2007 23:32 GMT | 5 |
I have a library file (.lib) which was developed in c++, I need to use this lib file into .net Can I convert the lib file into dll or is there any way to use this lib in .net?
|
| Recompilation required. | 08 Jan 2007 15:10 GMT | 1 |
With generics I would like to get some opnions on when recompilation is required. I have a class R<T> where T will be changing and I want T to be defined in a different assembly that would be recompiled each time that T changes but I don't want the code that instantiates R<T> to ...
|
| C2872 IServiceProvider ambiguous symbol - migrating C++/MFC App with /clr to Visual Studio 2005 | 08 Jan 2007 03:19 GMT | 3 |
I'm attempting to migrate a predominately MFC application that I've just inherited from Visual Studio.NET 2003 to Visual Studio 2005. I've managed to clean up a myriad of compile and link errors but I'm stuck on one final problem.
|
| Threading Model Switch? Anyone Know What It Is? | 04 Jan 2007 09:39 GMT | 2 |
I have upgraded a multi-threaded C# app from VS2003 (CLR 1.1) to VS2005 (CLR 2.0) and it's hopeless (Event Id 5000). I believe there is a switch somewhere that will allow me to revert the threading model to 1.1. I could use this to prove that the issue is threading. Can
|
| Is This The Right Group For CLR profiler? | 03 Jan 2007 19:35 GMT | 1 |
I need some help with installing CLR Profiler. Is this the correct place to post? Cheers Jeb.
|