| Thread | Last Post | Replies |
|
| How to change update microsoft.NET framework v1.14322 update warning in order for screen to hibernate please | 01 Aug 2007 00:07 GMT | 1 |
How to change update microsoft.NET framework v1.14322 update warning in order for screen to hibernate please..thank From http://developmentnow.com/g/6_2006_2_0_0_0/dotnet-framework.ht
|
| Update for KB928367 fails | 31 Jul 2007 23:58 GMT | 2 |
I am trying to update a system running win 2000 pro sp4 with Security Update for Microsoft .NET Framework, Version 1.0 Service Pack 3 (KB928367). It says it's done but then after a minute or two the update reappears in the notification area to do again.
|
| .NET | 31 Jul 2007 23:49 GMT | 7 |
Is there anyway I can install visual studio.NET on a system running MAC OS 10.2
|
| Does BindingSource.AddingNew work with a DataTable? (Part 1) | 31 Jul 2007 21:54 GMT | 1 |
I've been poking around the net, trying to get my BindingSource. AddingNew event handler to cooperate. Is it accurate that "AddingNew" doesn't work with a DataTable source? (ref below)
|
| VS generates event handlers in Form1.cs when they already exist in partial class | 31 Jul 2007 17:45 GMT | 1 |
I have seperated my Form1 class into several partial classes, but if i make a modification to the main form, it generates event handlers in Form1.cs when they already exist in another partial class. Is there any way of stopping this?
|
| Visual Studio publish, storing login details? | 31 Jul 2007 17:44 GMT | 1 |
Every Time I publish my application VS asks me for my FTP server's authentication details. Is there any way VS can remember this? thx in advance
|
| Regular Expression problem | 31 Jul 2007 12:30 GMT | 5 |
Regex regex = new Regex("((?<field>[^\",\r\n]+)|\"(?<field>([^\"]|\"\")+)\")(,|(?<rowbreak>\\r\\n|\\n|$))"); The above regualr expression return 24 fields instead of 42 for the record below, it ignores empty fields like ,,,"Hello World",,,,,
|
| Directory.CreateDirectory() exception is in English with Spanish M | 31 Jul 2007 04:46 GMT | 10 |
I am running Windows XP (English version). I have installed the Spanish MUI pack on it. I have set the Region and Language Options control panel to display the Operating System in the Spanish language.
|
| ClickOnce Skip | 30 Jul 2007 23:46 GMT | 1 |
I am using ClickOnce to deploy a VB.Net 2005 application. It all works well, but I have a question about how ClickOnce works. If a newer version of the application is available and a user chooses to "Skip" installing it, they don't ever get asked again. Is this the
|
| Password Protected ClickOnce Deployment | 30 Jul 2007 23:45 GMT | 3 |
I just created a clickonce deployment and uploaded it on a website. It works great but I am worried because anybody can download it from the URL if they know about it. At this point my application may not be useful in its current form to everybody but going into the future I
|
| Clickonce deployment to local drive | 30 Jul 2007 23:43 GMT | 1 |
I've built an application in visual studio 2005 express and published it to a shared drive on my pc in a folder called "c:\JzPShare \Publish". The first time I did this I ran the created "setup.exe" and installed the application. I have subsequently cmended the program
|
| dotnet framework 1.1 and screen flicker | 30 Jul 2007 23:32 GMT | 1 |
I think I've narrowed a problem I'm having down to the 1.1 version of the .net framework. I've got an issue where software clients will display a lot of flicker on the screen. About ever 10 seconds these clients will distort, with
|
| Event for activating "title" bar in WPF | 30 Jul 2007 21:42 GMT | 8 |
I am wondering what event is raised if Window title is activated (i.e. if it is inactive window title is by default grey and if it is activated it is blue) in WPF. Activated event does not work :-( and I have tried many other events and no luck :-(.
|
| Problem using SQL 2005 Reporting Services & asp.net app | 30 Jul 2007 20:46 GMT | 3 |
I'm using VS 2005, SQL 2005 reporting services. SQL reporting services is working, and I have it both on my local computer, as well as on a server. I've created a report in the SQL Business Intelligence development
|
| Strange Compile Problem With Generics | 30 Jul 2007 19:56 GMT | 7 |
I've tried to debug this every way I can think of, but I can't figure out this strange compile problem I am having. Any help is greatly appreciated. I have a generic collection class that inherits from System.Collections.ObjectModel.Collection(Of T) called
|