| Thread | Last Post | Replies |
|
| Invoking a static method..? HELP!! | 24 Feb 2004 18:29 GMT | 1 |
I have a requirement to use the EventLog component via "Late-Binding", I have no problem doing that until I try invoke a static method! the method in question is called: SourceExists
|
| Comparing Array Objects | 24 Feb 2004 18:29 GMT | 5 |
Hi all, I'm having problems comparing array objects. Take a look at this: int[] array1 = new int[]{1}; int[] array2 = new int[]{1}; Console.Writeln(array1.Equals(array2));
|
| NetworkStream performance issues | 24 Feb 2004 15:56 GMT | 2 |
I'm trying to serialize data through a network stream, deserialize it on the server side and then serialize a response back through the network stream to the client I'm running into very severe performance issues when trying this ... If I try this on the same computer, I'm getting ...
|
| Force close of open file | 24 Feb 2004 13:07 GMT | 4 |
I have an app that is going to run overnight to create a Word template. This will contain names and addresses from a central database stored as AutoText entries. My plan is to map all users Word startup folders to the folder where I'll drop that file so that the AutoText is ...
|
| Maintaining ASP.NET application | 24 Feb 2004 12:56 GMT | 1 |
I must have missed something in my experience with .net, since there is not a lot of questions about this...After I completed my ASP.NET application, it was put on the live server and runs fine. Then I turn the app over to a maintenance staff. Everytime an update needs to be
|
| vb.net scripting | 24 Feb 2004 12:05 GMT | 1 |
How can I use vb.net in scripts
|
| Synchronized Attribute on COM+ Pooled App Needed? | 24 Feb 2004 11:06 GMT | 1 |
I have a class that inherits from System.EnterpriseServices, instances exist in a COM+ object pool (Win2K COM+ Server Application). There is one primary method in the class for connection to various database sources.
|
| C#, or third part sql Database | 24 Feb 2004 09:55 GMT | 5 |
Hi group I need a SQL database in my application, and i need i can sell it with the app. It have to supports thousands of enregistrement in few table not related.
|
| capacity planning for .net applications | 24 Feb 2004 04:01 GMT | 1 |
Is there any book or any technical article on the web which teaches how to do capacity planning for .net applications? regards, Abhishek.
|
| How to read the "view hidden/system files" Folder Options from within C# | 24 Feb 2004 03:16 GMT | 4 |
Can someone tell me where to look to enable me to read "Folder Options" user settings for hidden/system files from within C#/VB.Net/Any other .NET language. I'm pretty sure it must be part of the framework, but I'm buggered if I can figure out which part. I've tried googling for it, ...
|
| COM Class Vs. Sn.exe, Gacutil.exe and Regasm.exe | 24 Feb 2004 00:10 GMT | 1 |
There seems to be two ways of creating a COM in .NET 1) Select the COM Class template 2) Create a class and then use Sn.exe, Gacutil.exe, and Regasm.exe to assign the assembly to GAC and COM to registry I know that COM Class option is a lot easier to use. However, is there any ...
|
| FileSystemWatcher: file used by another process | 23 Feb 2004 23:34 GMT | 1 |
It looks like FileSystemWatcher's Created event can be triggered while a created file is still in use. For example, if I copy a file into the watched directory, the event is triggered but then I have to wait for the copy process to finish copying. If I try to open it, I get a ...
|
| Missing CodeDOM Expression? | 23 Feb 2004 20:01 GMT | 1 |
== POSTED THIS ISSUE SOME TIME AGO BUT GOT NO RESPONSE, IDEAS STILL NEEDED == Hi all, I was wondering if anyone has found a way to represent the following expressions 'AS IS' using the CodeDom:
|
| project vs. file reference annoyance ... | 23 Feb 2004 19:58 GMT | 2 |
there is something abou the way projects are set up in visual studio that is really giving me a headache. you have multiple projects all working together and you wish to debug
|
| Getting unprintable margin for a printer | 23 Feb 2004 18:30 GMT | 3 |
I'm trying to find a .Net way to get the unprintable margin for a printer. I know I could link to the SDK function GetDeviceCaps, but, I wanted to make sure there wasn't a cleaner way TIA Dave
|