| Thread | Last Post | Replies |
|
| IDE crashes during build | 19 Jun 2005 16:56 GMT | 5 |
OK, this is REALLY getting annoying. I don't know the specifics as to what causes this problem, but it would be really nice if it could be solved. The problem I am having is that my entire IDE crashes (completely closes and disappears) during a build of my solution. This doesn't ...
|
| How to access parameterized property in C#? | 19 Jun 2005 16:55 GMT | 7 |
i posted this problem on microsoft.public.excel.programming, but there's no one replied till now. because this issue is time critical, i put it here to try my fortune :) ------------------------------------------------------------------------
|
| Regional Setting from vb.net application | 19 Jun 2005 07:37 GMT | 1 |
Will you please set your time and local settings to the right time Thanks
|
| VB.NET 2005 - exception question | 19 Jun 2005 07:36 GMT | 1 |
I am working on a application that uses the MyApplication_UnhandledException event to basically tell the user that I screwed up somewhere...see below Private Sub MyApplication_UnhandledException(ByVal sender As Object, ByVal e As Microsoft.VisualBasic.ApplicationServices ...
|
| running sql against a table | 18 Jun 2005 23:53 GMT | 1 |
I would like to be able to do the equivalent of the Access command DoCmd.RunSQL mySQLstring on tables I have in my dotnet application. The particular case I have in mind is updating one table using data from the
|
| System.Windows.Forms.DataGrid question. | 18 Jun 2005 22:50 GMT | 3 |
Normally, the cell of the System.Windows.Forms.DataGrid could be inputed. How can I let the cells only show something and not be inputed?
|
| DateTime Null value in Typed DataSet gives Invalid Cast Exception - Please help !!! | 18 Jun 2005 17:42 GMT | 2 |
I have a strongly typed dataset which works perfectly well until a NULL value is returned for a DateTime field. Whatever I try to do to test for a NULL value results in an Invalid Cast Exception
|
| Requesting web pages | 18 Jun 2005 17:07 GMT | 1 |
I have built a basic web crawler in C# using the HttpWebRequest class. It works fine except in one case where I can only get a custom "content loading ..." message from the server app (an asp.net app as it happens) , althought the page actually contains a lot of data.
|
| Getting Network Connection Status on Win2K | 18 Jun 2005 14:10 GMT | 3 |
I just discovered that this: Dim searcher As New Management.ManagementObjectSearcher("SELECT NetConnectionStatus FROM Win32_NetworkAdapter") For Each networkAdapter As Management.ManagementObject In searcher.Get()
|
| Complex app.config setting | 18 Jun 2005 10:05 GMT | 3 |
I understand that dotNet offers app.config to store application configuration as below: <configuration> <appSetting>
|
| date formatting | 18 Jun 2005 05:33 GMT | 2 |
I have a system that sends a date as 17 06 2005. Is there an easy way to convert this to US format without parsing through the text? I would like to: str = "17 06 2005"
|
| OOP Question | 18 Jun 2005 05:19 GMT | 1 |
Have object A, create object B inheriting from object A. I have another method that has an input parameter object of type A, when passing type B it fails. I have tried to cast to A but no luck...Am I totally missing something?
|
| newbie q: msde 2000 or sql server 2005 express? | 18 Jun 2005 00:25 GMT | 3 |
in short, i am a new asp.net developer trying to setup my xp pro sp2 machine with the following: - IIS (done) - .NET Framework (1.1 w/hotfix done)
|
| New PC: Media center or Pro? | 18 Jun 2005 00:15 GMT | 2 |
I am a casual developer using .net. I currently use SQL Server, handhelds (compact framework) and limited desktop development. I would like to get into ASP and web development, I think. I'm about to get a new system. I would like some of the media center
|
| running Sessions applications on server with WSS installed | 17 Jun 2005 23:44 GMT | 1 |
I have a problem using sessions in my .NET applications on a Windows Server 2003 with WSS installed. The error displayed is "Session State can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive". I've set the ...
|