| Thread | Last Post | Replies |
|
| remoting client -> interface based question | 30 Sep 2004 16:17 GMT | 1 |
I have a question.. I am using remoting but on my client side I chose to use an interface. As a result I was wondering if its still possible to place the configuration details into a xml config file ? I have not seen any examples of this does anyone know how I can do this ?
|
| Exception Management contradiction | 30 Sep 2004 15:47 GMT | 1 |
I am currently in the process of switching our application to a N-Tier model with .NET. One of the aspects we want ot get right from the start not to worry about it after is the Exception management.
|
| 1.1 SP1 | 30 Sep 2004 15:40 GMT | 2 |
Can SP1 be deployed to clients independent of servers. I work for a company with 3000 clients and 500 servers. We are trying to work out if we can deploy to clients independent of servers or do we have to do both at the same time.
|
| Google -- A Stillborn Revolution | 30 Sep 2004 15:30 GMT | 17 |
Google has promised to be a /good/ company. But everything it has done so far appears to be elitist, and status quo. Witness: 1. They claim fairness, but yet award the owners of the company a different
|
| vs general question compiling and running 2 apps at same time | 30 Sep 2004 14:55 GMT | 4 |
hi friends I have 3 projects under one solution I want to be able to compile and run (debug) all 3 solutions at once is that possible within vs ? its a client/server based application that I am developing and I'm tired of
|
| .Net Exceptions | 30 Sep 2004 14:53 GMT | 24 |
Is there any way to find out if a particular .net function will throw an exception without first generating the exception? I am using structured exception handling i.e. try catch finally blocks with a top level catch all for Exception. However, I would like to be able to
|
| Making IDE with Visual Studio .net | 30 Sep 2004 14:53 GMT | 4 |
I would like to make my own ide with Visual Studio. Are there any libraries that can help me out on the way? Something similar to Eclipse framework, that can speed this up? In Eclipse there are predefined editor classes, plugins for interaction with source code control systems
|
| losing mouse_hover and mouse_leave events | 30 Sep 2004 14:01 GMT | 4 |
I am having a problem using Form.ShowDialog in C# (2003). I display a form with ShowDialog and then close it, then re-display with ShowDialog again. Note that I am not re-instantiating the form, I don't dispose after closing the form. The form shows correctly both times BUT, I
|
| where are the Hungarian notations? | 30 Sep 2004 12:49 GMT | 3 |
is it true that dotnet has revolutionalize the notations? i've downloaded the samples from various sites they use _membername instead of m_<first type letter>MemberName Is it some new notation or hungarian still exists?
|
| ODBC connection with Sybase | 30 Sep 2004 12:32 GMT | 1 |
I am using VC++ DOT NET. The database is Sybase. I have established connectivity through ODBC 12.5 Sybase ASE Driver( its not through DSN). There is problem while reteriving values of
|
| DataGrid cursor | 30 Sep 2004 11:48 GMT | 1 |
I set the DataGrid's readonly = true and its binding dataview's .AllowEdit = False. I can't edit the DataGrid. But I still can click a cell and put the cursor in it and get the cell focused. I don't want the cursor show up nor the cell get focused. It's like MS Outlook's email ...
|
| Crystal Reports + Logon Failed | 30 Sep 2004 08:39 GMT | 1 |
Am having major problem with crystal reports...Have designed my report no problem, its when I try to run and display ther report that I am getting a "Login Failed" message. At first I thought it might have to do with the
|
| Datagrid | 30 Sep 2004 07:25 GMT | 2 |
I Have a values in a datagrid. I want to edit the values in a datagrid (Say Company="Techgene" which is primary key). Before Update the selected Record I have to get the Orignal VAlue . Based on this, I can updated the new value.
|
| File.Move not working as expected | 30 Sep 2004 05:35 GMT | 1 |
I was hoping someone might be able to shed some light on this bizarre behaviour. I have observed some strange behaviour with System.IO.FIle.Move where it seems to be copying a file as opposed to actually moving it. The following is
|
| ASP Button will not fire on localhost | 30 Sep 2004 02:42 GMT | 2 |
I have a page with a submit button (<asp.button/>). When run this page in production the button fires and submits the form, however, when I run the page on my local machine, it won't submit! Any ideas?
|