| Thread | Last Post | Replies |
|
| Can't connect to SQL Server | 18 Jul 2007 14:14 GMT | 3 |
Using this code: Dim oConn As SqlClient.SqlConnection oConn = New SqlClient.SqlConnection() oConn.ConnectionString = "..." 'Connection string I got via an .udl file
|
| Merging Xml files | 18 Jul 2007 08:12 GMT | 2 |
Do you know a .NET method to merge two Xml files with the same schema ? Regards
|
| Compatibility between differnet .NET versions | 18 Jul 2007 08:06 GMT | 4 |
Hi I have tried searching around but can't seem to get a definitive answer 1. Is it possible to have .NET 1.1 and .NET 2.0 installed on the same PC and I can then develop and deploy applications in either of theswe two versions
|
| How do I remove Windows Card Space? | 18 Jul 2007 05:49 GMT | 7 |
I think the title pretty much sums it up. The partition I have my OS on is getting short of space...it would be much easier to remove the junk I don't need from XP than to back everything up, repartition and reinstall everything. I can't see how I'll every use Card
|
| From C# going to c++ | 18 Jul 2007 02:51 GMT | 47 |
For some reasons, I am moving away from managed c# (after using it for 3 years) and want to code my windows application in native C++ (perfomance issues mainly). I already have a small knowledge of c++, but don't really know what to read to learn writing advanced windows ...
|
| Upside-Down Screen Content | 17 Jul 2007 22:19 GMT | 2 |
My cat lay along the lower end of my keyboard while the computer was on - which turned the contents of the screen upside down! Re-booting and shutting down have failed to solve the problem. I also tried systems restore but that didn't work either, although I'm not sure if I was
|
| C# Debugging Alternatives | 17 Jul 2007 21:19 GMT | 7 |
I'm interested in the alternatives to debugging C# other than Visual Studio .NET I have a large multi-threaded application, and I find that the debugger that comes with Visual Studio .NET is not powerfu enough. Can
|
| application's configuration files must contain 'trust' section | 17 Jul 2007 16:18 GMT | 1 |
I'm getting an odd error with a newly created asp.net website in VS 2005. I created a brand new ASP.Net website, and attempted to drag a Label control into the design view of Default.aspx, but nothing happened. The Label, nor any other control would be placed on the page. I ...
|
| c# windows service, how to install on different machine? | 17 Jul 2007 15:09 GMT | 5 |
so i can use installutil to install the service on the machine the service was written on, but how can i take the EXE and install on another computer that doesnt have installutil? am i limited to the ms command line utilities that normally install exe's as
|
| FTP Upload Firewall | 17 Jul 2007 12:15 GMT | 1 |
I have recently written or more exactly copied some code to help me create an FTP file uploader. This all works fine in development and on any test servers i have used. For the live environment the networks guys have given me an firewall path to use as part of the ftp details
|
| How to resolve an exception in windows service( .net framework 2.0) | 17 Jul 2007 09:52 GMT | 2 |
i use try..catch in my windows service,and when some exception occurs, i write it to event logs. in webapplication ,if you use a catch to "hold" an exception, and do not throw up, the exception will be ignore if it is available.
|
| VS2005 NT Service AppSettings Null Reference | 17 Jul 2007 00:28 GMT | 2 |
I am attempting to use AppSettings within an NT Service built with VS2005 and C#. This idea worked ok in v1.1, but seems to fail in v2.0. I've done some searching and have seen similar situations but no real resolution. The AppSettings collection is NULL, although there are two ...
|
| dummy question about synclock and try...catch | 16 Jul 2007 22:27 GMT | 1 |
If I have a code like: TRY SYNCLOCK Object1 //some code
|
| Check this blog | 16 Jul 2007 21:05 GMT | 1 |
check these links nice resource for developers and programmers http://techavenues.blogspot.com Thanks
|
| can't reinstall 1.1 after 2.0/.3.0 | 16 Jul 2007 19:33 GMT | 3 |
Recent patch for 1.1 did not install from Windows Update. I removed 1.1 and tried to install it afresh. It fails. Is there a way to cure this without removing 2.0/3.0?
|