| Thread | Last Post | Replies |
|
| Configuration Application Block config file location | 02 Jul 2005 07:54 GMT | 1 |
I'm using the excellent config block, I set the location of the file holding the configuration data using the Enterprise Library Configuration tool. It's easy to set the file location to be the same location as the app, but what if I want the app to be in C:\Program
|
| Problems running a .net 2003 web application | 02 Jul 2005 07:49 GMT | 1 |
> I have a Web application in .NET 2003 that is installed in a Windows NT > 2000 , > and needs to access to a Windows Server 2003, that is my SQLSERVER, I > don't |
| Creating DLLs in VB.NET | 02 Jul 2005 04:04 GMT | 2 |
Newbie to .net..... How do I create a DLL that has a function exposed to any program that calls it. This will return a Char[] to the calling program.
|
| Page is not submitted usingclientside validatot | 02 Jul 2005 03:51 GMT | 1 |
I want my .aspx page to have client side validation when using required field/custom validator. It works fine in may http://localhost/... When i uploaded the project in a web server then the validator works fine but page does not submit when the validation is successful. I tried ...
|
| Try...Catch across assemblies | 02 Jul 2005 02:02 GMT | 8 |
I have an application that loads an assembly via reflection, and then runs a single form on that form. That's basically all the application does. Enclosed in this 3-line statement is a try...catch so that if any exceptions are thrown, the application will pick them up. This works ...
|
| Cluster programming | 01 Jul 2005 23:37 GMT | 3 |
I need to write an app that run in a windows 2003 cluster. Never done this bevore. Can someone help me getting started? Maybe someone could advice me for a good book or a website.... Thanks
|
| Return Strongly Typed Data Set from Web Service | 01 Jul 2005 11:01 GMT | 1 |
I've created a strongly typed DataSet (Customers.xsd) using the xsd.exe tool. I want to be able to access fields using ds.Customer[0].CompanyName. The problem is when I return this DataSet from a Web Service it adds
|
| Increase .NET stack space? | 01 Jul 2005 10:40 GMT | 2 |
Is there any way to increase the .NET stack space? A coworker is writing a VB.NET application that is using recursion, and it is running out of stack space. I am going to suggest that he rewrite his recursion routine to NOT use recursion, but thought I would check first to see if
|
| http error codes... | 01 Jul 2005 08:12 GMT | 1 |
i need to write a script whcih monitors my web application.... I'm using a third party tool called NetMon .......designed by our client himself........ I need desgin a web page(.aspx) which does the monitoring functionality like
|
| WebExceptionStatus.ReceiveFailure | 01 Jul 2005 08:05 GMT | 3 |
Hi, everybody. Do you know, which HTTP response produces WebException with Status == WebExceptionStatus.ReceiveFailure? I get this exception raised in my small C# tool whenever the HTTP server
|
| bug with ScrollableControl & AutoScrollPosition in 2.0 beta2 ?? | 01 Jul 2005 07:16 GMT | 1 |
I have a scrolable control I set its scrollable position to this.AutoScrollPosition = new Point(20, 20); if I get the position after that, it's inverted!
|
| Displaying Decimals as a string | 01 Jul 2005 06:59 GMT | 1 |
I have the fraction 256139/25631, which I have stored in a Decimal data types, due to it having the highest precision. When I display this using Console.Writeline, it only displays a precision of 15 digits (9.99...). I know that Decimals hold higher precisions than this, but
|
| Problems Before/After Uninstalling .Net Framework 1.1 - Please Hel | 01 Jul 2005 05:36 GMT | 13 |
OK, my problems all started when I was unable to install the Security Update for Microsoft .NET Framework, Version 1.1 Service Pack 1 (KB886903). When I tried to install it from Windows Update, it kept failing (note there were other security updates that were installed without ...
|
| Setselected for listbox works with debug but not with Release mode | 01 Jul 2005 03:18 GMT | 2 |
I am using SetSelected to set a selected value on a listbox. ... Console.Write("Ans 1: " & IntAns lbAns1.SetSelected(IntAns, True)
|
| Cannot Create ActiveX Component | 01 Jul 2005 01:09 GMT | 9 |
I have some quiet common problem as I see from answers in the group. I'm trying to create excel opject when running web application. And it's filing on this step: excel_app = CreateObject("Excel.Application")
|