| Thread | Last Post | Replies |
|
| What is the fix for Visio integration | 19 May 2004 13:10 GMT | 2 |
I have Enterprise Architect VS 2002 AND Enterprise Architect VS 2003 installed. The problem is visio has married itelf to the 2002 version. How do you switch it to the VS 2003 install? I've uninstalled and reinstalled visio and it only shows up on the VS 2002 menu?
|
| .Net Framework doesn't work after demoting my server | 19 May 2004 12:46 GMT | 1 |
Hia, I have a windows 2000 advanced server, and I initially set it up as a domain controller. ASP.Net was working fine, But I decided to demote it to a stand alone server,
|
| BC dates | 19 May 2004 11:01 GMT | 2 |
anyone have good suggestions on how to manipulate BC dates, including date arithmetic?
|
| DataGrid DisallowNewRow | 19 May 2004 06:16 GMT | 1 |
I want to be able to set my datagrid so that it does not allow new rows to be created by the user. However the existing rows can be edited by the user. Any ideas?
|
| How do I create a shortcut to the application from the Setup Project? | 19 May 2004 00:01 GMT | 1 |
I created an msi using the Setup Wizard, but don't seem to be able to create a shortcut to the applicaton on the desktop (or prompt for one) or the menu. Also, I would like to add an "uninstall" to this, but don't see that it allows for this?
|
| Why is this so hard: Will I Ever be Free of Crystal Hell? | 18 May 2004 23:36 GMT | 2 |
Rant I feel better now. JeffP.....
|
| Installer cannot find required DLL | 18 May 2004 22:41 GMT | 4 |
I am using VS.NET 2003 and trying to deploy a service program(c++) to a Windows 2000 Server system. I have also written a small DLL (USSsetup.dll) that is used to start/stop the service using a custom action. This dll is apparently dependent on the MSVCP71.DLL and MSVCR71.DLL's ...
|
| Typed Dataset mismatch in C# client touching webservice | 18 May 2004 22:01 GMT | 1 |
I've got a webservice returning a typed dataset -- I've got a client app with one library that downloads and writes the dataset to the harddisk and another library that later opens the dataset. Openning the dataset works fine and all data is there and intact but when trying to ...
|
| LNK2020 error with static library (C++). | 18 May 2004 20:36 GMT | 1 |
I'm porting an old project to use .NET. When I try to link in a static library (.lib) that has a single managed class in it. I get the following errors: LINK : error LNK2020: unresolved token (0600000E) PatInfo::.ctor LINK : error LNK2020: unresolved token (0600000F) PatInfo: ...
|
| System.InvalidCastException | 18 May 2004 18:41 GMT | 1 |
Hope someone can help. I am trying to get a submit button working and getting this error now System.InvalidCastException: Object must implement IConvertible. This is showing up on the ExecuteNonQuery line. Below is the code that I have in my Page_load. I also have no idea of ...
|
| Tree Class | 18 May 2004 17:53 GMT | 3 |
I am wondering if there is already a Tree class available in the framework which i can use in my application? If not then is there a site on the net where i can get the sample implementation?
|
| Datagrid row select | 18 May 2004 17:01 GMT | 1 |
I wanted to create functionality to display a message box to the user if a row has not been selected from a datagrid i.e i want to provide the user with a delete row function If the user selects a row and presses a delete button, a message box is displayed to the user stating that ...
|
| International Date Format? | 18 May 2004 16:59 GMT | 1 |
We have an application we wrote here in the US. A customer of ours in Hong Kong has the Chineese version of Windows XP Pro. The way the system date is formatted over there is different then it is here, and causes the .NET Framework to have a lot of problems when working with ...
|
| Programming Is Dead | 18 May 2004 16:41 GMT | 1 |
Programing is dead. XML documents, which are human readable, fully explain both data and data structure. There is no need for the *reinterpretation* of the programmer.
|
| Windows Service startup failure | 18 May 2004 16:32 GMT | 1 |
I've written a windows service that works OK, apart fom the fact that if it were to fail during startup, I'm not sure of the best way to handle it. If I let the exception fall thru' from my OnStart() method, the exception is reported in the event log and the service is not marked ...
|