| Thread | Last Post | Replies |
|
| Obsolete Errors and Deprecated Errors using Dotnet Framework 2.0 | 20 Jun 2006 16:58 GMT | 1 |
I am building my Dotnet Framework 1.1 C# code with VS2005 (Framework2.0) . For this process i use NAnt 0.85 RC4 Version. During the Build i get errors like : 1. "Method is Deprecated" ..change to ......
|
| GC and the listeners added to Trace/Debug class | 20 Jun 2006 16:54 GMT | 1 |
As far as I know, GC won't touch object references in use. I was susprised to see that one of my trace listeners got disposed at some point during the life of the application. It's true I am not holding any references to my trace listener (because
|
| Minimum version of Visual Studio? | 19 Jun 2006 21:23 GMT | 1 |
What is the minimum version of Visual Studio needed for CLR integration? Also, has anyone tried using something besides C# or VB.Net? Thanks in advance for the help.
|
| Handle the remote events | 19 Jun 2006 14:22 GMT | 1 |
I tried to find a way to handle the remote events from another .net dll, The scenario is, I have to handle the events from another .net dll by using a given event name. Have anyone ideas about how to do it? Any help is greatly appreciated!
|
| .Net 2.0 Framework Strong Name Error | 16 Jun 2006 17:20 GMT | 1 |
I am in the Process of conversion of my existing 1.1 Dotnet Code to 2.0 framework. for each project when i compile in VS2005 , i get this error\warning: Use command line option '/keyfile' or appropriate project settings instead
|
| Question: Dynamically Raise Event using Reflection API | 16 Jun 2006 01:03 GMT | 3 |
I tried to find a way to dynamically raise event using Reflection API. The scenario is, I have to raise a event in a class instance by using a given event name. I can use the GetEvent(...) method of the Reflection API to get the EventInfo object. However, the GetRaiseMethod of ...
|
| how to resolve 'System.InvalidOperationException' | 15 Jun 2006 11:22 GMT | 3 |
I have ported my VB.Net project from VS2003 to VS2005. I am calling mainform instance (static variable) from other VB .net modules from the same projects.In VS2003 ,I did not face any issues. But in
|
| Generating IL code, running, changing, running again ? | 14 Jun 2006 10:12 GMT | 2 |
I have written a small program that generates a dynamic assembly using Reflection.Emit and adding IL code to it using ILGenerator. Now, if I call CreateType() on my TypeBuilder object, the assembly becomes locked. I want to be able to change the IL code afterwards.
|
| How do you close TCP connections? | 13 Jun 2006 14:38 GMT | 3 |
I'm using a TcpClient object: - Open: m_Connection = New Net.Sockets.TcpClient m_Connection.Connect(IPAddress.Parse(IP), 2101)
|
| Compiling with /clr option dramatically enlarge lib size. | 13 Jun 2006 09:07 GMT | 1 |
I have an unmanaged MFC project. The output is static lib. I would like to compile using /clr option. The native lib size is 64 megs and with /clr and /O1 options is 940 megs. Is it possibly Metadata enlarge size so dramaticlly?
|
| Using NAnt RC4 to build .Net 1.1 Code | 12 Jun 2006 14:58 GMT | 1 |
I am in a conversion project of Code from .Net 1.1 -->.Net 2.0 . 1. I am going to build all my projects with NAnt RC4 version and also with VS2005 to check the affected Areas. 2. I have both the Versions of my code in my machine, 1.1 and 2.0.
|
| Confusing networking exception | 12 Jun 2006 10:51 GMT | 9 |
Given - .NET 2.0, App 1 creates a TCP listening socket on 127.0.0.1 App 2 connects to the same socket on 127.0.0.1. All works fine until the app is installed on another machine without Visual Studio. Then the connecting client gets -
|
| Unauthorized Access Exception with tcp_listener.AcceptSocket(); | 12 Jun 2006 10:50 GMT | 2 |
Hello NG, i have a big problem with establishing a network connection between two Windows-forms Applications. The first application(server) has a Tcplistener and the second(client) a Tcpclient. when the client wants to
|
| How to get current running values from .LocalVariables in .NET 2.0? | 09 Jun 2006 23:01 GMT | 9 |
We've got a project that needs to be able to see the current running values from the objects returned back by .LocalVariables. How is this done? LocalVariables only appears to give us the types of the method vars. -LZ
|
| What is the GC Generation Threshold for .net 2.0 | 08 Jun 2006 20:47 GMT | 2 |
What are the GC Generation thresholds for .net 2.0? For .net 1.0 it was 0.256, 2, 10 mb
|