| Thread | Last Post | Replies |
|
| code access security | 01 Nov 2003 00:47 GMT | 2 |
Regarding : code access security when an assembly is loaded by the runtime does the runtime check the evidence of the assembly. Then depending on the evidence does it assign the assembly to a codeGroup. And finally, depending on the permission sets
|
| how to define function pointer in C# | 31 Oct 2003 21:43 GMT | 5 |
if there is a function in a win32 dll, it is definition is int add(int a, int b); how to define that function pointer in C#? thank you very much!
|
| strange error not cought by try...catch... | 30 Oct 2003 23:24 GMT | 2 |
I wrote a console application which is called from a SQL Server job. The application utilizes a COM object, to pump data from a legacy (no very old however) application to SQL server. The application works fine, but once in a while it fails with the following message written to the ...
|
| Loading Assemblies | 30 Oct 2003 23:11 GMT | 1 |
Can someone explain or point me in the right direction on how the CLR knows which assembly is correct. What are the steps of locating the assembly and verifying that the assembly is the correct one.
|
| System.Double and System.Decimal | 30 Oct 2003 10:39 GMT | 9 |
I have seen that System.Double has some arithmetic errors when making some operation like this: Dim x As System.Double For x = 0.01 To 0.5 Step 0.01
|
| showing the ghost (deleted) files on the solution explorer window | 30 Oct 2003 08:33 GMT | 1 |
There are many files deleted from the project but still existing in my local drive and it caused me problems when I do a find in file operations, because find results would contain these dead files as well. Is there a way to show them in the Solution Explorer window so I can delete ...
|
| About SetLocalSymInfo | 30 Oct 2003 02:55 GMT | 1 |
when I call SetLocalSymInfo in my code within a global function, it throw System.NullReferenceException. why? by the way, what is the mean of startOffset and endOffset, is it offset from file begin in charactor, or from the method's begin.
|
| Variant | 30 Oct 2003 01:04 GMT | 3 |
does anybody happens to know, why there is a Variant in the BCL all right, but it is declared only internal? It almost seems, that "they" planed to have it in the bcl, but decided later to throw it out? Thanks
|
| v2.0: any improvement in .NET deployment methods? | 28 Oct 2003 11:08 GMT | 1 |
hi paul, i didn't want to have to configure security policy on every client machine to allow the COM component to work. i was also getting "drag n drop registration failed" error messages with some components, and
|
| Catching the paste message | 27 Oct 2003 21:21 GMT | 1 |
Hello all. I don't know if this is the right newsgroup to post this message, so sorry for any cross-posting. I have a class inheriting from System.Windows.Forms.TextBox which contraints user input to only numeric digits. It works well until user paste some text
|
| Out Of Memory Exceptions | 27 Oct 2003 18:52 GMT | 5 |
Hey All, been getting alot of CLR exceptions and out of memory exceptions on certain machines. We have an old-school programmer on the team who still just can't get OOP and as a result we have some LARGE code files and routines. The .net
|
| Monitor.Exit SynchronizationLockException | 26 Oct 2003 00:23 GMT | 3 |
Why doesn't the following code throw a SynchronizationLockException? MSDN says "SynchronizationLockException is thrown if the current thread does not own the lock for the specified
|
| problems with .NET deployment methods | 25 Oct 2003 01:49 GMT | 4 |
Hi, Please disregard my last post. I found the meaning of oldversion and newversion in the docs. this post is long-ish but its quite a fundamental issue that i'm
|
| .Net Profiler | 24 Oct 2003 22:36 GMT | 9 |
Hi, All What's is the best .net profiler for Debug an application. I have to buy one but I don't know which one!! I tried some of them like Borland and AQTime.
|
| assembly version conflicts with dll replacement | 23 Oct 2003 10:35 GMT | 3 |
i've posted this with no response on a few other lists this week, and would be extra grateful of any help.. I know .NET is supposed to solve dll hell, but I'm having trouble getting my
|