| Thread | Last Post | Replies |
|
| Using file as database | 08 Oct 2004 09:29 GMT | 2 |
For a small .net windows service, I am using an xml file as my database. I am filling a dataset from the xml file (ds.ReadXml(myPath)), working on the dataset, and the writing back to the xml file (ds.WriteXml(myPath)). Do I need to use ds.AcceptChanges or ds.Dispose at the end ...
|
| Can I pre-compile dlls on my machine and distribute them? | 08 Oct 2004 09:26 GMT | 13 |
I know we cannot "pre-compile dlls on my machine and distribute them" but my boss needs a link to a MS site or any technical site that tells this...I need to give him that link asap... Please help...
|
| When "ToString" does not equal "ToString" | 08 Oct 2004 07:42 GMT | 7 |
I've a really strange problem, in some part of my code I compare two strings (through object), and while I *know* that they equal each other, and in the watch window they do equal each other, then the comparision return false.
|
| Language for additional information of exceptions | 08 Oct 2004 07:23 GMT | 2 |
On my german windows installation I get this additional information for exceptions obviously in german language. Is there a way to enforce for specific assemblies (or the entire machine) that such additional information should not be provided in the local
|
| ConfigurationException with character '&' | 08 Oct 2004 06:56 GMT | 1 |
app.config : <?xml version="1.0"?> <configuration> <appSettings>
|
| write files | 07 Oct 2004 21:44 GMT | 1 |
How do I write files without using the aspnet account?
|
| Windows Forms application | 07 Oct 2004 18:59 GMT | 2 |
When someone refers to a Windows form applications, are they just talking a plain o'l vanilla Windows application written in .NET? Thanks Ralph Krausse
|
| number of conections | 07 Oct 2004 18:28 GMT | 2 |
I would like to know if exists some socket property to set the maximum number of accepted connections. Thanks.
|
| Visual C# program without .NET - possible? | 07 Oct 2004 16:37 GMT | 9 |
I've developed a small program using Visual C# .NET 2005 Beta, which required .NET 2.0 Beta. I may redo it in Visual Studio .NET 2003. My clients don't have .NET installed, and I'd like to avoid installing .NET on their machines for now. Is there a way to (1) determine IF I'm ...
|
| get 7-bit from character (GSM 03.38) | 07 Oct 2004 15:57 GMT | 1 |
I need to a way to find the 7-bit code from a character. Or a function like Asc() but that will give the character code based on the 7-bit ecoding (I needf it fo convert text to GSM 03.38). For exemple:
|
| StreamReader - Losing Lines from File. | 07 Oct 2004 14:39 GMT | 4 |
I am using the following code to load a T-SQL Script File during the instalation of an application. The File for example CreateDatabaseObjects.Sql is as embedded resource within a installation custom action. The Problem I am having is that I am unable to read lines
|
| ASCII to PDU convertion and back | 07 Oct 2004 11:27 GMT | 13 |
For my SMS-application I need to be able to send characters with accents (like ? and ?). But this doesn't seem to work in Text Mode, so i will need to do it in PDU Mode. Does anybody has soem converting routines for that in VB.NET? I need my text
|
| Visual Studio & Windows Web Hosts | 07 Oct 2004 10:55 GMT | 4 |
I am just learning .NET, and would like to get a hosting account to "play". I'm not very concerned if the site goes down occasionally, etc. as it will be used strictly for the purpose of learning, and for that reason price is a large concern.
|
| how do I disable events for controls on a form? | 07 Oct 2004 04:55 GMT | 1 |
How can I disable events for the controls on a form? I tried setting the form's enable property to false, but that doesn't stop events from firing on its controls. I need to temporarily disable a form and load values into controls without
|
| Microsoft.Net Framework 1.1 Service Pack 1 | 07 Oct 2004 04:53 GMT | 1 |
Is there any secruity concerns I should be aware of before putting Microsoft.Net Framework 1.1 Service Pack 1 onto a Desktop machine in my environment. We presently do not require this Framework but are thinking of Future use
|