| Thread | Last Post | Replies |
|
| Command line compilers | 30 Apr 2004 22:18 GMT | 2 |
I don't know if it is the right place for my answer but here I go: Does all .NET languages offer command line compilers? For example, VB.NET has the vbc compiler tool, C# has the csc compiler tool, and what about Cobol.NET or other non Microsoft languages? Can I expect them to have ...
|
| how to assign xml perfix with xml attributes? | 30 Apr 2004 21:52 GMT | 2 |
hi! :) How can I assign xml prefix using attributes? For example: I have this class
|
| Memory Leak in .Net remoting framework v1.1 ? | 30 Apr 2004 21:05 GMT | 3 |
Does anyone now about memory leaks in the .Net remoting framework v1.1 I have been doing some stress testing with multiple threads on a remote object (extended from ContextBoundObject) At first I thought that the memory leak was being caused by the implementation of the remote ...
|
| Get Display Monitor Size | 30 Apr 2004 20:34 GMT | 2 |
(Type your message here) How can I get my display monitor size(whether it is 14 inch/15 inch/17 inch) ???? I want to change my monitor resolution according to the monitor size... Thanx in Adv. --------------------------------
|
| Help - Best approach using Shared Classes ? | 30 Apr 2004 20:00 GMT | 3 |
Just trying to find out the best approach as I beleive it might give me problems later on down the road. I have an ASP.NET application which references a shared database class which contains methods for serialising and de-serialising objects to the database
|
| .Net performance enhansement | 30 Apr 2004 19:18 GMT | 1 |
What is the default heap size in CLR? Does CLR take any options (as in JVM) to optimize the performance of a mulithreaded application? For exmple increasing heap size. How do I increase performance of the following application (test program)
|
| Performance Issue (Winforms) | 30 Apr 2004 19:03 GMT | 2 |
I have a very weird thing happening: I have a Pentium M 1.7 ghz Dell Laptop here and a P4 3.2 GHZ Hyperthreaded machine. Both have 1 gig of ram. the P4 3.2 GHZ has a 15,000 rpm scsi drive in it. (translation, WAY FAST)
|
| .Net Framework Download Problem | 30 Apr 2004 18:56 GMT | 5 |
When I download the SDK Framework 1.1 and install, it seems to be missing most of the framework tools. I have, for example, CasPol.exe but not sn.exe. I'm also missing the SDK directory. Why?
|
| share structure beetwneen dataset | 30 Apr 2004 18:38 GMT | 1 |
is there a way for two datasets to share the same structure? I want to do this to reduce memory usage. because I use a lot of small dataset wich use the same structure. thanks
|
| Wait for MS Project to close | 30 Apr 2004 17:48 GMT | 4 |
I have an application that tracks project information. It allows the user to open an MS Project file when the application is selected. What code do I need to include to suspend the sub from continuing until the
|
| sharing the MSDN library (documentation) | 30 Apr 2004 17:46 GMT | 4 |
Hello.. In my work we are 6 developers We have 6 Visual studio license (one for each developer) Because of the size of the documentation (1.4 GB) we want to install the
|
| DLL cannot be copied into run directory | 30 Apr 2004 15:36 GMT | 2 |
I am constantly frustrated when compiling my .Net applications by Access Denied and "DLL cannot be copied" errors. Right now I am dogged by a recurring "... cannot be copied ino the run directory" error, relating to a DLL and PDB file from one of my projects in the solution.
|
| Memory problem.....asp.net | 30 Apr 2004 14:48 GMT | 1 |
Please look at my problem below, wherein I am struck from the past 10 days. I have an ASP.NET app where I am downloading an excel file, very large indeed. After this my inetinfo.exe process is blocking around 20 MB of memory. This
|
| passing a delegate to a C function. | 30 Apr 2004 14:31 GMT | 2 |
I have a dll written in C. I call this C function from my C# code. Within the C function(in dll) it should be able to call a function in C#(Callback function). So when I call the C function I need to pass a pointer to the C# function. I use delegates within my C# code for
|
| Building satellite assemblies where the template is strong named | 30 Apr 2004 13:17 GMT | 7 |
I need for our customers to be able to generate satellite assmblies for use in our application. The template assembly from which the satellite assemblies are based on is strong named. It seems that the private key is needed in order to generate satellite assemblies. I'm not about ...
|