| Thread | Last Post | Replies |
|
| xml.xmldocument.load does it load document to memory? | 06 Mar 2004 06:00 GMT | 2 |
I am making a simple app that groups files together by storing them into an xml document. But here is my concern. The xml file that is being loaded could be a gigabyte in size or it could just be 100k. So my question is that if I use the xml.xmldocument.load method does the data ...
|
| How do i find threads in newsgroup? | 06 Mar 2004 00:00 GMT | 5 |
Can anyone tell me how i can find news threads that i have posted or replied to. Sometimes following them up cna be a tedious affair
|
| References to object | 05 Mar 2004 17:45 GMT | 5 |
How do i determine if there are any references to an object The object is a dataset that very rarely changes. It is loaded at app start up and used as the data source for combos etc On the rare occasion it changes i want to refresh it, but only if no references exist Im refreshing ...
|
| the operation could not be completed | 05 Mar 2004 16:34 GMT | 7 |
I just installed the full VS .NET (in addition to my existing Visual Studio v 6) and I want to use VC++. When I try to create a New Project (.NET), I get the error message: "the operation could not be completed". This does not happen when I try to create other projects that are ...
|
| emitting assembly with circular reference | 05 Mar 2004 16:26 GMT | 4 |
I want to emit an assembly with these 2 classe public class a : public class public A getA()
|
| Session Time Out | 05 Mar 2004 16:12 GMT | 3 |
I am building a .net Application, using InProc Mode However, the session will be timeout Randomly... I did not make some change on the global or webconfig file or the file inside the bin Thank You
|
| How to specify exit status code? | 05 Mar 2004 15:17 GMT | 2 |
When a process exits, it can leave behind an "exit code". (This is the same exit code that is fetched by the Process.ExitCode property.) How can I specify an exit code when my WinForms program exits? TIA,
|
| Link XML file to a datagrid | 05 Mar 2004 13:24 GMT | 1 |
Hi there, I wonder if anyone can give me some help here? I am a newbie at csharp, and am translating a C++ app that I wrote into csharp. What I have is a and XmlDocument in memory, referenced by a variable
|
| Writing applet-like apps... | 05 Mar 2004 13:17 GMT | 4 |
I am constantly struggling with the problem of what 'type' of application to develop. WinForm or WebForm? The customer says I need a central database for all sites but the sites are geographically disperse limited to DSL Internet access (VPN solution not an
|
| Remoting calls problem! | 05 Mar 2004 07:42 GMT | 6 |
Remoting calls problem! I have problem with remoting calls, sometimes the application "locks" about 2 minutes when i call the server before it releases the remoting call and everything is normal again. Sometimes the application just ends without any
|
| Listen: Error (-1) Generic Error : Interface not registered | 05 Mar 2004 04:06 GMT | 2 |
I'm using SASDK beta 4 with window server 2003. I got error <Listen: Error (-1) Generic Error : Interface not registered> while I debug or run the application. I add Localhost to my trusted site list. But error is still there. Please give some solution Thanking you all Hitesh
|
| ASP.Net | 05 Mar 2004 01:50 GMT | 1 |
I am developing ASP.Net programs for students to use in an online class. I am working on both a desktop and laptop that have the same VS.Net software installed. My desktop runs the simple program listed below without errors. On both platforms, I have set up the same
|
| Publish WMI instances from W32 service consumes memory without stop | 05 Mar 2004 00:56 GMT | 3 |
Hello to all, I'm developing a Win32 .Net service that publishes information into WMI by using Publish method, however once an instance is published, memory usage starts to grow without stop at a rate of 1Kb/sec. This problem only appears
|
| Modifying big files | 04 Mar 2004 20:52 GMT | 4 |
I was thinking... The SQL Server work with big files (like 30Mb or 30Gb) and when i use "UPDATE..." or "INSERT..." it updates the MDF instantly. I think it just find the correct place in the file and update the record.
|
| delegate - why delegates except eventHandler-Management | 04 Mar 2004 17:01 GMT | 2 |
I'm playing around with the delegate concept in c# and now I'm asking myself for a suitable use case. What the advantage in using delegates could be ? Generic programming like using interfaces and abstract classes Please give me a piece of advic Th Alex
|