| Thread | Last Post | Replies |
|
| basic question | 15 Aug 2006 08:56 GMT | 4 |
I'm not sure if this is the correct forum or not, but I have a basic question. Currently we have are doing calculations via stored procedures and then returning the results back to the client in either a web page or a winForm style application. There are times that the stored ...
|
| Strange Multiplication Rounding Results in .NET 1.1 | 15 Aug 2006 08:00 GMT | 3 |
Hi, Does anyone have any idea why in the immediate window in Microsoft Development Environment 2003 version 7.1 that ?240*4.1 = 983.99999999999989? I know that math.round() will correct... but these results seem crazy. Any ideas?
|
| Application unhandled exception | 15 Aug 2006 07:07 GMT | 3 |
In Main I register ThreadException to handle unhandled exceptions Application.ThreadException += new ThreadExceptionEventHandler(App_ThreadException); The method will show a MessageBox or a Form instead of .NET 2 default
|
| Windows service suddenly stops work. | 15 Aug 2006 06:51 GMT | 3 |
I wrote a windows service in c# in .NET 1.1 and SQL Stored Procedures, and I run it on Microsoft windows server 2003 service pack 1. The service works every 10 minutes and pass data between SQL tables. The service works well for about 2 hours.
|
| Difference between file version and assembly versions | 15 Aug 2006 02:05 GMT | 5 |
In VS.2005 using VB.NET There are two versions on every project, The Assembly Version and the File Version. Why are there two different versions?
|
| Custom deployment even possible? | 15 Aug 2006 00:57 GMT | 1 |
I would like to know if the following is even possible with the visual studio.net Setup and Deployment project. 1. During the deployment after creation of application directory the setup needs to prompt user to select another location to send a data
|
| Changing VB.NET 2003 connection from SQL Server 2000 to 2005 database. | 14 Aug 2006 22:38 GMT | 3 |
I'm having a difficult time getting my current VB.NET 2003 application to point to my upgraded SQL Server 2005 database. I performed the upgrade from SQL Server 2000 to SQL Server 2005 on my local computer and when I try to reconnect my VB.NET project to SQL Server 2005, I
|
| ComboBox Behavior | 14 Aug 2006 22:25 GMT | 1 |
I currently have a combo box that will jump to a selection when the user inputs some text. The problem I am having is this. The 2-digit numerical values displayed in the combo box are padded with a leading zero if the number is less than 10. The problem with this is
|
| Newbie Question | 14 Aug 2006 21:54 GMT | 2 |
I am very new to .NET / C#. What I want to do is call a method which performs a search when the ENTER button on the keyboard is pressed. The way the application currently works is that I enter text into the textbox, then click the Search button.
|
| Viewstate cache timeout | 14 Aug 2006 21:25 GMT | 1 |
An application recently started getting an error I've never seen before: "The server viewstate cache has timed out. The application was unable to successfully recover state. To address this exception, modify your web.config to use client-side viewstate caching, or to extent the ...
|
| Unhandled exception - get local variable values | 14 Aug 2006 20:33 GMT | 1 |
Let's assume the following situation: An application is working in DEV environment but failing in production because of a specific combination of data not handled properly. Things like that are sometimes pretty hard to catch or predict since
|
| DB naming guidelines | 14 Aug 2006 18:54 GMT | 1 |
Does anyone know any place where I could find information on naming guidelines for tables, fields, PKs etc ? Ah, what do people think of a table that has 200, 300 fields in it (considering all fields do relate to the table)? Should it be "split" into 2,
|
| Application Framework based on .NET for migration of Access Contact DBs | 14 Aug 2006 18:08 GMT | 1 |
I was wondering if there is a general framework based on .Net that could be used for migrating Contact databases (MS Access) to a web enabled world. I was looking into a migration into CRM 3.0 however it seems still to
|
| OOP question about properties & methods | 14 Aug 2006 16:31 GMT | 17 |
Lets consider a class called Currency. This class must be the responsible for taking care of all calculations over currency exchanges, in such a way that I pass values in Euros and it returns the converted value in Dollar for example...
|
| Another Newbie Question | 14 Aug 2006 15:37 GMT | 1 |
I need to be able to delete a tree node by clicking on the Delete key on the keyboard. (Basically, clicking on the Delete key calls a method which performs the delete.) An explanation and/or example would be very much appreciated.
|