| Thread | Last Post | Replies |
|
| sqlParameterCollection use in C++ | 23 Aug 2005 23:33 GMT | 1 |
I am a newby with .Net. I tried the following snippet from David Sceppa’s MS ADO.NET Core Reference book. I get the following error from the SQL Server Exception: "System.Datat.SqlClient.SqlExeception:Line 1:Incorrect syntax near “OrderId”.
|
| Exception using Isolated Storage in ASP.NET on a hosted server | 23 Aug 2005 23:15 GMT | 4 |
I had assumed that Isolated Storage was the thing to use in a hosted environment. My code to do so works fine on servers where I have full access. I'm getting the following exception on the hosted environment: System.IO.DirectoryNotFoundException: Could not find a part of the path
|
| Installing version 1.1 of Microsoft.net framework | 23 Aug 2005 23:10 GMT | 2 |
I have purchased a software program that requires version 1.1 of microsoft. framework, it is supposed to install from the software disk. It begins installing and around 80 - 90% completegive this error: IExpress setup has encountered a problem and needs to close. It gives me the ...
|
| An existing connection was forcibly closed by the remote host | 23 Aug 2005 18:14 GMT | 2 |
I have an ASP.NET application that is connecting to an Analysis Services 2005 database. When the connection is attempted the IIS server returns the following SocketException. When the site is browsed on the local michine the error never is raised. But when anyone browses the ...
|
| crystal reports | 23 Aug 2005 17:34 GMT | 1 |
Does anybody deploy an application using Crystal Reports.NET? I did created small app and wanted to show my friends, but it didn`t work (if somebody hasn`t installed VS.NET.). Does a license code for Crystal Reports (vs.net ->help->about) doesn`t work
|
| Bug in System.Reflection.Assembly.GetManifestResourceStream(String) | 23 Aug 2005 16:29 GMT | 1 |
There seems to be a Bug in System.Reflection.Assembly.GetManifestResourceStream(String) If you call it from a Shared (Static in C#) user method it fails but does dont throw an exception, change the user method to non shared/static it
|
| System.Windows.Form.Day vs System.DayOfWeek | 23 Aug 2005 15:17 GMT | 3 |
Form's MonthCalendar.FirstDayOfWeek uses System.Windows.Forms.Day. But CultureInfo's DateTimeFormatInfo.FirstDayOfWeek uses System.DayOfWeek. Both are enumerated types listing Friday ... Wednesday (alphabetical
|
| Does Anyone Know The Expected Release Date For .NET Framework 2.0? | 23 Aug 2005 12:54 GMT | 2 |
I have not seen a non-beta version of the .NET Framework 2.0 available for download yet, and am assuming it is not yet released. Does anyone know when Microsoft plans to make it available? If it is already available and I am just missing it, can someone please tell me where I can ...
|
| .NET SDK | 23 Aug 2005 11:15 GMT | 14 |
Am I allowed to create comercial applications using .NET Framework SDK? (or Visual Studio .NET 2003 from MSDN AA?) Best Regards, Łukasz
|
| dotnet 2.0: Generic programming | 23 Aug 2005 10:21 GMT | 3 |
Will generic programming and lambda be included in the final dotnet framework 2.0? Regards Lars Schouw
|
| Template for User requirement and System design documentation | 23 Aug 2005 09:17 GMT | 1 |
I want to write some user requirement and system design documentation any resources on the web and any template which can be followed?
|
| How to get DateTime.ToString() to use user preferences? | 23 Aug 2005 07:35 GMT | 9 |
I am trying to format a DateTime using ToString(). I am using the "t" formating for short time. The system is configured to use HH.mm.ss but the result formatted time is in the default short time of h.mm tt. I have tried passing in a DateTimeFormatInfo that was returned from ...
|
| I need some advice, please! | 23 Aug 2005 01:25 GMT | 3 |
I'm working with .net framework 1.1 in C# for a windows application I have 2 classes - A and B. I have a function in B that is called by many functions in A. I want to be able to detect in class B the parameters(data type and value)
|
| Problem in using Assembly CreateInstance | 23 Aug 2005 00:47 GMT | 2 |
I want to create an Instance of Class using Assembly.CreateInstance method. I have loaded my assmbly Assembly exeAssmb = Assembly.LoadWithPartialName"CommonStructures"); //Assembly exeAssmb =
|
| Without Vs.Net | 23 Aug 2005 00:32 GMT | 1 |
I am using Webmetrix for web application on .Net. I have Test.aspx which use Exam class define in Exam.cs. How can i link Exam.cs file in my test.aspx file. I try through CodeBehind /Src But cannot link ?
|