| Thread | Last Post | Replies |
|
| defender installation problems | 19 Jul 2007 20:14 GMT | 2 |
Trying to install defender in win XP and receive the following message, "windows installer could not open package". Thanks
 Signature Ed Crawley
|
| Windows service Database Problem | 19 Jul 2007 18:38 GMT | 2 |
I am creating a windows service in C#, it just opens an exe file that was developed in VB, the exe file having a GUI and connects to DB using system DSN (using login details sa/master) I am using code:
|
| Best way to Deploy to support plugins? | 19 Jul 2007 15:49 GMT | 2 |
Looking for ideas on how to deploy an component which uses a plugin/addin system. The component will need to look for the plugins and load them. Best plan I can see is to install plugins to the C:\ drive.
|
| TextBox difference VB6 v/s .NET | 19 Jul 2007 11:39 GMT | 2 |
In VB6 Textbox control and Label controls had Datasource property which is missing in Visual Studio .NET Textbox & and Label controls, any idea what to use as substitute TIA
|
| Stream.BeginRead pointless? | 19 Jul 2007 10:36 GMT | 1 |
Are the Begin/End Read/Write operations on Stream pointless? The reason I ask is that the default implementation in Stream in fact does a synchronous read within the BeginRead operation, and the documentation indicates that this behaviour "may" be overridden by
|
| How can I determine if .NET needs to be installed on my system? | 19 Jul 2007 09:43 GMT | 2 |
Is there any way to determine if I have programs that need to have .NET (1.1, 2.0, or 3.0) installed on my system? -- Bob
|
| Enterprise Library 3.1 fails in buildscript | 19 Jul 2007 01:11 GMT | 1 |
I installed Orcas. Then I downloaded Enterprise Library 3.1 and run the build-script. It looked promising but unfortunately on target CopyFilesToOutputDirectory the script ended with the lines below. Any hints?
|
| Starting another application within an application using start.pro | 19 Jul 2007 00:18 GMT | 3 |
Hello, I am using VB.Net VS 2005. I have two Windows applications. The first application has a command button with the following code that starts the 2nd application. Dim oStartInfo As ProcessStartInfo = New ProcessStartInfo
|
| Opening outlook with quick start icon | 18 Jul 2007 23:02 GMT | 1 |
On first attempt Outlook flashes like it wants to open. A second attempt is required to open. It opens to Inbox as designated but another folder opens showing all subfolders. I close the folder before exiting Outlook but upon return later it again shows expanded. Can anyone ...
|
| AggregateEnumerator | 18 Jul 2007 19:44 GMT | 3 |
I find this very odd. I'm using GetEnumerator from the my HttpRuntime cache, and I'm trying to cast the result to a Dictionary(Of String, Object) class. It doesn't work. The error says "Unable to cast object of type 'System.Web.Caching.AggregateEnumerator' ...".
|
| Question about Collection generic class | 18 Jul 2007 19:27 GMT | 3 |
Here is the definition for System.Collection.ObjectModel.Collection generic class: [SerializableAttribute] [ComVisibleAttribute(false)]
|
| 'Month' is a type and canot be used as an expression | 18 Jul 2007 19:14 GMT | 6 |
any idea what causes this error?? Month is a function, currently used in applications,...... fyi, I'm using Vista bussines + VS2005 pro
|
| .Net Framework, SQL Server & Visual Studio | 18 Jul 2007 18:53 GMT | 9 |
I need to install .Net Framework, SQL Server 2000 and Visual Studio on a system running WinXP Pro SP2. I have a number of questions that cover the interactions between the three products: 1. It's my understanding that the order of installation should be .Net
|
| C# SqlDataAdapter question: tracking changes? | 18 Jul 2007 18:40 GMT | 1 |
Can SqlDataAdapter track changes I've made in my C# DataTable structures? In the past few months I've written SQL scripts and windows forms code to present data to a user. Now, I'd like the user to
|
| Using 3.0 from VS2005 | 18 Jul 2007 17:32 GMT | 2 |
I've been using VS2005 with ELB 3.1 and .NET 2.0 (I haven't been using any of the .NET 3.0-specific features of ELB 3.1). Now I'm ready to migrate to .NET 3.0... After installing the 3.0 Framework, how can I really tell if it's available
|