| Thread | Last Post | Replies |
|
| Loops Question | 21 Dec 2005 21:43 GMT | 3 |
Ok, I'm back. I have another question (probably an easy one, even to non-experts). I was inspired to expand this little program (thanks to all of your help). If I was using the following code to create a game that prompts the user to guess a number from 1-100, and wanted to have
|
| Debugging threads in Visual Studio 2005 | 21 Dec 2005 20:44 GMT | 4 |
I have been using Visual Studio 2005 for some time now, and generally it works fine. Recently I have been adding some threading logic to one of my applications to permit the user interface to be updated while some other process (CPU or I/O bound) is executing.
|
| Debugging a Snap in VS2003 with framwork 2.0 installed | 21 Dec 2005 18:19 GMT | 1 |
I recently installed .Net Framework 2.0 on my computer. I have developed a snap in c# using a library from sourceforge (http://sourceforge.net/projects/mmclibrary/) on Visual Studio 2003 When I run my MMC project in debug mode from Visual Studio 2003 the mmc
|
| 'DesignGeneratedAttribute' is ambiguous in the namespace 'Microsoft.VisualBasic.CompilerServices'. | 21 Dec 2005 17:07 GMT | 1 |
This is in a Visual Studio 2005 project. I don't know what caused this, but my app is unable to compile now. I get 5 compiler errors that mention "...ambious in the namespace..." Example:
|
| Session getting expired in windows usercontrol embedded in ASPX page | 21 Dec 2005 15:24 GMT | 1 |
I'm embedding a windows user control in aspx page and showing the user control in the IE, the problem that I'm facing is that the user session of the parent application is getting expired even if I'm working on the usercontrol window.How to handle this situation and how can I keep ...
|
| how to reference SMTP Mail server for testing only... | 21 Dec 2005 15:00 GMT | 2 |
I'm trying to test my development ASP.NET code (VS 2003 project) using Microsoft's MailMessage object using my local SMTP server running on my development PC -- any tips on how to set this up? Thanks Rob.
|
| datatable.HasChanges() ? | 21 Dec 2005 11:17 GMT | 2 |
Gday, Have been going through the walkthrough for a distributed application: http://msdn2.microsoft.com/en-us/library/1as0t7ff.aspx and it appears to suggest in the SaveData_Click method that you can check a
|
| create a newrow in distributed application? | 21 Dec 2005 10:06 GMT | 1 |
Gday, I have just started c# .net about 3 months ago and have recently (last week) upgraded to 2005 and hoping for some assistance understanding the best approach to adding new records to a table.
|
| How to run a console app | 21 Dec 2005 09:45 GMT | 4 |
I'm experimenting with my first console app (vb.net 1.1) and need a little help here. I compiled it and am trying to run it. I pull up the VS 2003 command prompt and it has this path in it: C:\Documents and Settings\georgep>
|
| Force .Net to do TLS only | 21 Dec 2005 09:39 GMT | 5 |
[PocketPC2003, C#, .Net CF 1] <--> [IIS6] We post some xml to https as shown below. The server supports SSL 3.0 and TLS. We wnat to force the PocketPC 2003 application to only use TLS for FIPs compliance. Is that possible? I see in .Net non-CF that you can do
|
| Service does not respond after OnStart() | 21 Dec 2005 08:01 GMT | 2 |
Hi ng, I have written a service with .NET FW 1.0. The service runs as expected on all machines but one (Windows 2000 Server, SP4). The OnStart method of the service is left so that the mmc should be informed that the service is now
|
| Garbage Collection Trigger | 21 Dec 2005 07:41 GMT | 1 |
Has anyone seen this phenomenon where GC is triggered when switching to the task (which was accumulating memory) using the task manager or by otherwise interacting with the GUI. If I let the process running, GC is not triggered.
|
| Reading Files from Temporary Internet Files | 21 Dec 2005 04:32 GMT | 3 |
i want to know how i can read a file from the "Temporary Internet Files" folder.
 Signature THE BAT
|
| COMPILER ERROR VC++ 2003.net | 20 Dec 2005 21:10 GMT | 2 |
I am working with a program which was developed using VC++ 6.0 few years ago. Now I am modifying par of the code and compile it using VC++ 2003 .net. In the beginning I had a lot of problems with the fstream file reading, which I solved by inserting the old fstream.h file in the ...
|
| FileSystemObject manipulation | 20 Dec 2005 20:32 GMT | 2 |
Can the Filesystemobject be used to manipulate files or folders on either a shared drive or on a virtual directory on the web server. I had a model that worked well in ASP but when I moved to .NET, I am getting the following error: Error Retrieving web Root Folder: (PATH NAME) ...
|