First  |  Prev |  Next  |  Last
Pages: 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
xmlreader question
Hello, I have: writer = XmlWriter.Create("mike.xml",settings); // ......Do Some stuff. This works writes an xml file. // Then I try to close it writer.Flush(); writer.Close(); //But I get an error saying I cant open it, its being used ... 17 Jan 2010 16:12
WinForm - Color difference between windows XP and Windows 7
Hi, I've a windows application that i programmed few years ago (with Visual Studio 2005), and used it on XP for few years, I moved now to Windows 7 and I noticed that some colors are not the same on the two OS. Is it possible to make sure my application will look the same both on XP and Windows 7? Thanks, ... 17 Jan 2010 13:57
change column inside DB
I have for example: [Table(Name="dbo.somedatabase")] public class License { [Column(IsPrimaryKey = true)] public int DeviceID { get; set; } [XmlIgnore] public string Name { get; set; } } Inside class License I keep data. I'm using Linq to inserting this data to database (SQL S... 15 Jan 2010 09:22
Casting to Nullable Types
I can't get the following line of code to work. Any idea how to do this? int? result = subCategoryRow["RevisionNumber"].Equals(DBNull.Value) ? null : (int?) subCategoryRow["RevisionNumber"]; I get an invalid cast exception. Regards, Fred Chateau ... 13 Jan 2010 20:03
WebService Client Exception: Cannot Import wsdl:binding
I got the following errors in the WebService Client program. Both the .asmx and .asmd?WSDL are accessible through browser. Warning 1 Custom tool warning: Cannot import wsdl:binding Detail: The required WSDL extension element 'binding' from namespace 'http://schemas.xmlsoap.org/wsdl/http/' was not handled. XPa... 15 Jan 2010 08:16
Kill Process in Application Setup?
I have developed a system tray application with VS2008 in C#. Usually, a system tray application is always running. So when a new version of the application is installed using a VS Setup project, a window is displayed that prompts the user to either a) kill the process and click Try Again, b) click continue but the... 12 Jan 2010 21:53
vb.net conection string to C# -- problem
Here is the oledb connection string which works fine in VB.Net connOle.ConnectionString = _ & "Provider=Microsoft.Jet.OLEDB.4.0;" _ & "Data Source=C:\;Extended " _ & "Properties=""text;"HDR=Yes;FMT=TabDelimited""" I am having problems with the doublde quotes inside the string ..."Properties = ""...""" part. ... 2 Feb 2010 17:26
JIT Debugging
I am having great difficulty turning on JIT Debugging for VS 2008 on XP Pro-x64. There is plenty of information on the web - basically it says: Set the jitDebugging value in the machine.config or application.exe.config file, located in the system.windows.forms section to true. For example: <configuration... 11 Jan 2010 10:53
Parse (recovered) corrupt xml files and automatically repair them.
* Martin Honnen wrote, On 10-1-2010 14:45: Anna wrote: If the markup is not well-formed then I don't think any of the XML APIs in the .NET framework help, they all want well-formed markup. I was afraid of that. So any advice on what's the best approach to solve this problem, writing my own ... 10 Jan 2010 09:40
AckTerm
Hello, i have to write a Serial Communication program i need Terminal Emulation, ive downloaded Acterm to learn a bit about terminal Emulation but i dont know how to get the emulator to work with Serial communications Any Advice Welcome Tks ... 9 Jan 2010 17:25
First  |  Prev |  Next  |  Last
Pages: 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89