| Thread | Last Post | Replies |
|
| DataAdapter SelectCommand is NULL!! | 17 Jan 2008 13:10 GMT | 1 |
this piece of code generate run time error "object reference not set to an instance" : SqlAdapter sqla = new SqlAdapter; sqla.SelectCommand.CommandTimeout = 60;
|
| a simple crawler | 17 Jan 2008 03:18 GMT | 5 |
Hi, I am trying to write a simple crawler. I have no previous experience in bots so beware of stupid questions The url i want to connect to is "http://someSiteName/landing.aspx? prg=ABC&prg=DEF&prg=GHI"
|
| Napster installer issue | 17 Jan 2008 03:12 GMT | 2 |
I have Windows XP and I am trying to download the napster installer. Everything works up until configuring the napster burn engine. I get a registry error box there was a problem running the napster installer. Download and try again. I get this over and over. Napster support ...
|
| .NET 2.0 and .NET 3.5 | 17 Jan 2008 02:56 GMT | 2 |
I am new to .NET 3.5. Can you call a .NET 3.5 dll from a .NET 2.0 exe?
|
| ANN: .NET Framework Library Source Code now available | 17 Jan 2008 02:47 GMT | 4 |
.NET Framework Library Source Code now available <URL:http://weblogs.asp.net/scottgu/archive/2008/01/16/net-framework-library-source-c ode-now-available.aspx> Configuring Visual Studio to Debug .NET Framework Source Code <URL:http://blogs.msdn ...
|
| Ngen newbie questions? | 16 Jan 2008 21:45 GMT | 7 |
I am using ngen to generate native image for an assemly, the document said the native image should be installed into "native image cache", does anyone know where is "native image cache", it should be a different directory of GAC, right?
|
| Exporting Summaries written for functions | 16 Jan 2008 20:21 GMT | 1 |
hi every body, i want to know how could it be possible to export information and summaries I wrote for a function! to clear up my Q this is my summaries written for function
|
| About .NET Security Error | 16 Jan 2008 14:51 GMT | 2 |
When i call a .net application via UNC Path, it shows a error message. After debug, i found a error [System.Security.SecurityException] from Windows generated code [InitializeComponent();]. Anyone knows how to fix?
|
| Dimiensioned Measurement | 16 Jan 2008 11:46 GMT | 1 |
There is now a robust java library solution I've been reading about called jscience (http://jscience.org). Is anyone aware of a similar effort in the .net community? The library supports consistent handling of measurement and
|
| .NET framework 3.5 SDK | 16 Jan 2008 07:20 GMT | 4 |
Can anyone tell me if and when a .NET 3.5 SDK will be available please? Pazza
|
| workaround for FileStream bug? | 16 Jan 2008 06:48 GMT | 3 |
I've run across what I beleive to be a bug in the framework or the underlying Win32 subsystem. I've included the code that triggers the problem as well as its diagnostic output. Note that changing 'con.txt' to 'coon.txt' or something else rectifies the
|
| Binary formatting - does it reduce the size ? | 15 Jan 2008 21:16 GMT | 2 |
In a nutshell: how can we produce compact persistant versions of .NET objects? When we first started .NET development five years ago, we opted for TCP/IP binary formatting for performance and network bandwidth reasons. We were revisting some of this work and we noticed that our ...
|
| Architecture and Design Question for C# webapp | 15 Jan 2008 15:44 GMT | 2 |
I am designing a system which will have a C# backend and an ASP.NET frontend. My question is about how I would best design the application. The first way that I am considering doing it is writing a data access layer as part of the App_Code directory inside the webapp which ...
|
| wpf - Hittesting vs2008 - Not all visuals found in treeview | 15 Jan 2008 15:39 GMT | 3 |
because there are no managed news group for window presentation foundation and one has told me I can use this, here my problem: simple example: <Window x:Class="TreeViewHitTest.Window1"
|
| How to search Team Foundation Server? | 15 Jan 2008 08:57 GMT | 1 |
How to search Team Foundation Server?
|