| Thread | Last Post | Replies |
|
| How can I trace the loc/reason of VB.NETApp crashing w/o any excep | 18 Aug 2004 19:01 GMT | 4 |
Question: I have a problem with tracing the reason of VB.NET Application crash without any exception. That is, it doesn't throw any handled/unhandled exception despite the fact that all the sub/functions have try-catch for system.exception and i have set the machine.config for ...
|
| enumerations as parameters, VB, and the value 0 | 18 Aug 2004 17:23 GMT | 24 |
I'm having some trouble with the value 0 and how VB is resolving its type when it is used as a parameter (to a constructor in this case). The same problem does not reproduce in C#; the correct constructor is always called.
|
| Internal constructor "visible" outside of assembly. Compiler bug? | 17 Aug 2004 12:29 GMT | 19 |
I have a compiling problem. Please take a look at the code below. I have an application that is built upon three tiers: one data tier (Foo.DataManager), one business tier (Foo.Kernel) and one web presentation tier (Foo.WebFiles). The data tier shall only be
|
| IL reading & writing - any available tool? | 16 Aug 2004 17:45 GMT | 2 |
Hi everybody. I'm writing some IL instrumenting code and I haven't yet found an IL instrumenting application that...well...actually works. I've been trying RAIL (http://rail.dei.uc.pt/) and PERWAPI (http://www.citi.qut.edu.au/research/plas/projects/cp_files/pefile.jsp),
|
| Determine if assembly is loaded from GAC | 15 Aug 2004 23:09 GMT | 7 |
I have an app that has a reference to a strong named assembly. I expect this assembly to be available in the GAC on my target machine. 1) How can I prevent the dll from being copied into my bin folder when compiling? I know that the app will always use the GAC assembly, but
|
| pinvoke and the Cdecl calling convention | 13 Aug 2004 08:35 GMT | 2 |
Good day, Perhaps this should be on the Interop newsgroup. Sorry if it should. I'm trying to PInvoke a function in a native DLL via its ordinal number. The native C++ function, ordinal number 1, has the declaration:
|
| generating an EXE with an assembly with the unmanaged API | 13 Aug 2004 01:39 GMT | 2 |
I'm trying to read a managed executable, modify the code in the executable's methods, and then write it to a new executable. I use IMetaDataImport to gather the metadata and
|
| ReflectionOnly and custom attributes | 10 Aug 2004 20:36 GMT | 1 |
Whidbey Version: Visual Studio 2005 Beta I want to Assembly.ReflectionOnlyLoad() an assembly that has classes decorated with custom attributes from another assembly. Since Assembly.ReflectionOnlyLoad() does not load depended assemblies,
|
| Can't find a way to get the ICeeGen interface | 10 Aug 2004 19:03 GMT | 1 |
1. I am writing some kind of a CLI Linker 2. I am using the unmanaged meta-data API. I wonder browsing "cor.h" I have encountered the 'ICeeGen' this interface is retrieved by the 'ICorModule' interface, I didn't find any API that provide me the means to get an 'ICorModule' ...
|
| Add custom property at runtime to an interface | 10 Aug 2004 14:51 GMT | 1 |
Dear, Is it possible to add an property to an interface. The getter and setter should use the default indexed method Value[AFieldName]. By example adding a property Address wich uses as getter Value['Address']
|
| WOW64 | 09 Aug 2004 16:50 GMT | 2 |
I'm using a 64bit machine for testing its performances and I wonder if is possible to use .net objects (1.0 or 1.1) under WOW64. THX
|
| VB | 06 Aug 2004 22:36 GMT | 1 |
I'm facing a problem for a long time. As I create the installation package from 'VB's package & deployment wizards', my system gets booted in between. Actually I have changed the original setup.exe of VB according to my installation but after this it worked well for some
|
| Increased latency COM+ Application - see kb 821179 | 06 Aug 2004 17:57 GMT | 1 |
Hi I'm experiencing the problems with increased latencty when calling my COM+ application using CreateObject as mentioned in the kb article nr 821179. However, the article mentions that this is only a problem with v1.0 of the framework. I am running v1.1 of the framework and ...
|
| Using same Config file for multiple projects?? | 06 Aug 2004 07:41 GMT | 2 |
Can we use the same App.config file for multiple projects each having a different .exe name? Thanks -Sunmax
|
| What is class[] in CLR Profiler? | 05 Aug 2004 03:35 GMT | 4 |
I download the CLR profiler and run it. It's great and the documentation is very good. But I don't know what is class[] in graphs. It appears frequently but the document doesn't mention it. Is it the metadata? Thanks!
|