| Thread | Last Post | Replies |
|
| Can't update field in datagrid | 06 Jul 2004 20:49 GMT | 3 |
Even tho all my field names are named right, I cannot figure why I am getting a "Specified argument was out of the range of valid values. Parameter name: index" error on the line that holds " Dim sport As textbox =
|
| Storing Objects in Objects | 06 Jul 2004 18:43 GMT | 2 |
I'm new at working with object oriented programming. Here's what I want to do. Create three objects of the same class, A, B and C. These will live the life of the program. I want to be able to store A in B, by referrence or
|
| Assembly loading | 06 Jul 2004 16:59 GMT | 1 |
I am writing a server and an MMC console app that use remoting to talk to each other. The MMC client and the server share a couple of assemblies: one has the interface that is remoted from the server and the other has some data structures that are passed across the remoted
|
| How can I copy a file securely (encryption) from remote computers easily (Mac and Linux) to my Win 2000 Server once a day? | 06 Jul 2004 16:24 GMT | 2 |
How can I copy a file securely (encryption) from remote computers easily (Mac and Linux) to my Win 2000 Server once a day?
|
| NUnit testing of multiple assemblies with separate config files | 06 Jul 2004 15:55 GMT | 1 |
I have several assemblies, in separate dll:s, each with nunit tests embedded. Every assembly requires its own config file. I would like to run all nunit tests on the same command line. Like this:
> nunit-console.exe foo.dll bar.dll |
| Visual Studio can't open web projects | 06 Jul 2004 15:51 GMT | 1 |
To all, I used visual studio .net for a while and never have a problem to open a local web projects. But this morning I couldn't open any web projects on my local machines. It says "HTTP/1.0503 Service Unavailable." Does anyone know
|
| Calculating time of execution | 06 Jul 2004 15:18 GMT | 1 |
I am using the QueryPerformanceCounter and QueryPerformanceFrequency API's to determine how long it takes to complete methods in my code. Ths is proving useful as it can direct me towards the methods that are taking a while to complete, but I have to put a Begin and End for the ...
|
| XML Files in ASP.NET | 06 Jul 2004 13:36 GMT | 1 |
Hi there, I'm trying to access some XML Data using ASP.NET from a url and I'm having a few problems as to which Controls and Objects to use. The url is generated from a string and a querystring
|
| app.config setting for Component object in c# | 06 Jul 2004 11:29 GMT | 1 |
In normal application the set and get of appSettings are simply as following <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings>
|
| .Net Framework 2.0 | 06 Jul 2004 10:12 GMT | 10 |
Should I install .NET framework 2.0 on my production web server, I need to use some of its new features? It seeems stable enough to run in a production environment. When the final version is release will i be able to upgrade it or do i have to reinstall windows? What are some other ...
|
| How do you map network drives? | 06 Jul 2004 09:15 GMT | 2 |
I have a Visual Basic .Net application that needs to disconnect and connect a network drive, how can I do this?
|
| IWshRuntimeLibrary does not have a strong name | 06 Jul 2004 09:05 GMT | 2 |
I have a c# application that I sign with a strong name key which is fine, but when I add a reference to IWshRuntimeLibrary I get the following error when I build my project:- error CS1577: Assembly geration failed -- Referenced assembly
|
| smtp receive ? | 06 Jul 2004 08:18 GMT | 4 |
i have to migrate an old asp classic app into asp.net this application has a mail fonction
 Signature Elise Dupont
|
| Minimize ParentForm when its child form is minimized | 06 Jul 2004 04:54 GMT | 2 |
I have 2 forms, frmMain and frmChild. In frmMain, I declare a variable f as frmChid then Call f.ShowDialog() I want when the child form is minimized, the Main form is also minimized automatically. I tried some way to call frmMain.WindowState = FormWindowState.Minimized.
|
| how to call C++ lib file from C# ? | 06 Jul 2004 04:28 GMT | 1 |
Dear everyone: I know I can call a dll by c# like this: using System.Runtime.InteropServices; [DllImport("user32.dll")]
|