| Thread | Last Post | Replies |
|
| DefineMethod causes TypeLoadException | 09 Feb 2004 22:53 GMT | 2 |
I am using the COM Profiling API to hook into the CLR and dynamically modify the program. I have been successful with the modification of existing methods, but now I want to add my own. To do this, inside the ModuleLoadFinished() method, I add the following call to DefineMethod:
|
| Avoid closing a Console mode Application | 09 Feb 2004 21:34 GMT | 1 |
Is it possible to avoid the closing of a Console Mode application when clicking "X" ? Thanks, Bruno.
|
| Getting indexed property values | 09 Feb 2004 18:59 GMT | 5 |
I'm writing a utility to dump out the contents of any object. I'm having trouble getting indexed property values because I can't find a way to get the indexes themselves. PropertyInfo.GetValue takes an object and a collection of indexes, but I don't know what the index values are ...
|
| CLR Profiler Setup Help | 09 Feb 2004 02:16 GMT | 1 |
I am hoping this is a quick solution. I am trying to get the CLR Profiler working on my machine and it doesn't seem to be hooking into aspnet_wp.ex Here is what I do 1) Start the profiler on the web server, I choose "Profile ASP.NET 2) It stops IIS, Restarts IIS and gives me the ...
|
| System.ExecutionEngineException | 05 Feb 2004 21:59 GMT | 1 |
I'm getting the System.ExecutionEngineException from my data layer when I'm trying to Insert a duplicate row into the database using the ExecuteNonQuery method of command object. I'm using OLEDB connection in my application.I saw in the microsoft site saying that its an internal ...
|
| Where does managed heap belong? | 05 Feb 2004 21:11 GMT | 1 |
Does managed heap belong to specified app domain? If it does then is the collection done independently for all app domains? Kamil
|
| Memory Leak Investigations | 04 Feb 2004 21:59 GMT | 4 |
I am searching for a suspected memory leak and I have made some assumptions and I would be grateful if someone could check my thinking... I have a remoting server that I believe has a memory problem. My first
|
| does CLR verify a stringly name assembly if it is not installed into GAC? | 04 Feb 2004 19:36 GMT | 8 |
does the CLR performs any load-time check for tampering/security on a strongly name assembly that is privately deployed (not installed into GAC)? thanks dan
|
| Does Dispose method forces garbage collection. | 04 Feb 2004 14:52 GMT | 3 |
I found that statement in some book but it does not comply with Framework SDK Documentation. Kamil Dworakowski
|
| Setting ScreenSaver | 04 Feb 2004 13:45 GMT | 4 |
I'm trying to set the user's screensaver in the .NET world... In Win32 I could use a combination of setting the screen saver name via the registry and then setting the time and active status using SystemParametersInfo. And the system would use the new settings.
|
| .NET classes and Intranet security | 04 Feb 2004 01:41 GMT | 1 |
I am trying to implement an enterprise level application in C# with various functionalities such as database access,Disk I/O and GDI drawing I need to make this application run with different levels of .Net security settings, on an intranet. Where can i find a mapping ...
|
| LicenseProvider | 03 Feb 2004 14:57 GMT | 9 |
I need to write my custom LicenseProvider. I would like to kown if the license key stored with context.SetSavedLicenseKey(...) is stored in a secure way in the assembly resource ? should i encrypt the license key or not ??
|
| SecurityException & Request failed: How to know more ?? | 03 Feb 2004 01:32 GMT | 3 |
Maybe someone knows how to solve this one. My context is the following: a VB.NET WinForms app gives the following error message when launched in the Internet Zone.
|
| Build Warning | 02 Feb 2004 21:05 GMT | 1 |
I am getting a warning on a custom control that is first in the build order, and is used throughout my main project, which is called Practice Management This started appearing recently, and I am not sure why. More importantly, what do I have to do to fix it? Thanks J OUTPUT FILE ...
|
| Codedom | 02 Feb 2004 06:05 GMT | 1 |
before I'm going to search my self to death; does anybody happen to know a link to a desciption how to not only produce code via CodeDom, but also modify code in an already opened source file (Like the form designer does)? Thanks a lot,
|