| Thread | Last Post | Replies |
|
| Memory LEAK in .NET | 17 May 2004 15:46 GMT | 2 |
we've developed (in C#, .NET 1.1) an application that is a server that performs user authentication and communicates with the outside world (the clients) via UDP After few tests (3 remote client request for authentication every few seconds during about 12 hours) I've discovered ...
|
| How to localize exception messages thrown by system? | 17 May 2004 15:28 GMT | 4 |
For example, I cought System.Data.NoNullAllowedException with message: "Column 'XXX' does not allow nulls" I want to translate that message into croatian: "Kolona 'XXX' ne dozvoljava nul-vrijednosti"
|
| Why JIT Debugger Doesn't Work on Particular Project? | 17 May 2004 15:14 GMT | 4 |
I've been using VS for a number of projects and the debugger has worked as advertised until now. I have a desktop solution with three projects, two of which are class modules. For some reason, in only one of them, the JIT debugger doesn't seem to be working. (At least I asssume this ...
|
| webbrowsercontrol & reflection | 17 May 2004 14:38 GMT | 1 |
I'm using the webbrowser control to display a webpage on my form. The first problem is the gets fired for every image which is completed as well. http://support.microsoft.com/?id=180366 describes a solution but I'm not able to port the if to C# :
|
| would you mind helping a lamber | 17 May 2004 13:55 GMT | 5 |
i am trying to get a value of true if a user of my program selects a leap year from a combobox. can someone help me to correct this code so that i can do this using a simple loop, rather than having to write a list 100 years long?
|
| Date Issue - Remoting or SQL Server | 17 May 2004 09:25 GMT | 1 |
I am having a problem with dates and storing them to SQL server. When I save a date it is saving instead of 04/15/2004 00:00:000 as 4/14/2004 23:00:00:000 But in winforms it is showing as 4/15/2004 in the datetime picker. This is
|
| Newbie question -- Where do I start | 17 May 2004 04:39 GMT | 1 |
I am looking to get into the .net programming area. I have done some basic perl scripting and have been doing administration for just about 6 years now. Anyone have suggestions on where to start.. TIA
|
| My Typed datasets change character | 17 May 2004 00:06 GMT | 2 |
Why after adding a dll (with dataset schemas) to my project I can access and use my the typed datasets, then for no reason say 5mins later I can no longer fully access them. The inteliSence goes from showing tables, rows etc to only Equals and referenceEquals and my class will ...
|
| Quick question | 16 May 2004 16:01 GMT | 2 |
Im having problems working out some logic in an 'If statement This specific part of my code does no run for sum reason.... ElseIf ((CBoxSession.Text = "All") And Not (CBoxLayout.Text = "All")) The Can anyone tell me what im doin wrong
|
| Print PDF and failure notification | 16 May 2004 08:38 GMT | 1 |
I'm building a .NET app that can print PDF files to a network printer without having Adobe Acrobat Reader installed, and get notified if the print is successful. Any suggestion? Thank you very much!
|
| Creating an executable | 16 May 2004 08:29 GMT | 3 |
Does anyone know how to create an exectuable file for my vb.net application Im using vs.net 200 thx
|
| application exception | 16 May 2004 05:36 GMT | 1 |
we are writing a class lib dll and want to use our own new app exception. we want them to have the same 'Message' and "InnerException' members as all Exceptions have. we cant override these members because they are 'read only'....
|
| Web Service book | 15 May 2004 15:04 GMT | 2 |
I'm new to web service programming and still searching a good book on the subject. Can anyone suggest one that covers the topic and especially configuration and security of web services (best with ISBN) Thanks a lo Gordo P.S.: Is it necessary that the book covers Framework 1.1? Have ...
|
| if you don't know mono... | 15 May 2004 12:39 GMT | 8 |
Programmers everyday are making a tragic error by not learning mono. Mono is te standard .net implementation for Windos and Linux. Learning mono is the key to writing fast, OOP, cross platform applications. Mono virtualized the OS in the most efficient way possible -- making
|
| WinFS | 15 May 2004 06:56 GMT | 2 |
Has anyone tried using WinFS as a repository for large numbers (10K) of application objects? Id be interested on the practicality of this and what performance is like I dont have a copy of Longhorn as yet :- cheer guy
|