Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet framework > october 2007 > threads for october 15 - 21, 2007

Filter by week: 1 2 3 4 5

Removing Cardspace Icon from Control Panel
Posted by darkrats at 10/20/2007 11:07:49 AM
This is a repeat of a previous post (months ago). I'm still looking for an answer. So, if anyone want to have a shot at it . . . . ------------------------------ Installing .NET 3.0 on my Windows XP (FAT32) system puts a CardSpace icon in the control panel. Clicking on it brings up an error...more >>


What is type safty in dot net?
Posted by Bhuwan Bhaskar at 10/20/2007 12:00:00 AM
Hi, What is type safety in Dot net? Bhuwan ...more >>

CollectionBase question
Posted by saju at 10/19/2007 3:06:28 PM
Hi all, There are two properties in the CollectionBase class. The documentation says "The On* methods are invoked only on the instance returned by the List property, but not on the instance returned by the InnerList property." I tried find the catch here... but both the property in...more >>

Vista directory properties
Posted by Flomo Togba Kwele at 10/19/2007 2:13:42 PM
In Vista, if I select a directory, right-click and choose Properties, then select the Customize tab, does the framework expose properties for the following items? Use this folder type as a template (drop down) Change Icon (button) Thanks, Flomo -- -- ...more >>

'Function A' is not a member of 'Class 1'
Posted by AlBruAn at 10/19/2007 1:41:12 PM
I have a class named CheckVoucherRequest and within it, I have a function declared thusly: Public Overloads Shared Function RetrieveAllInfoForVoucherRequests(ByVal areaID As Integer) I'm trying to access info for the voucher requests by calling the function as follows: Dim gridSource As L...more >>

DCOM Issue with Excel
Posted by Michael Burgess at 10/19/2007 5:15:44 AM
Hi there, When I try to get an instance of my Excel application in code I get an UnauthorizedAccessException thrown with 'Access Is Denied'. I've heard that DCOM needs permissioning to allow access, but I'm not sure how. I've tried adding ASPNET into the security as a user with the rights t...more >>

XAML WPF ListBox bug
Posted by furuya at 10/18/2007 7:04:47 PM
"ListItem2" selection is normal, but "ListItem1" selection is strange . Please, Do test by IE. <Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" x:Nam...more >>

ComboBox loads slow
Posted by 0to60 at 10/18/2007 12:29:33 PM
I am noticing that it seems to take windows a long ass time to paint a ComboBox control that has say, 32000 items in its dropdown. Yes, I know that's a lot. However, I have a VB6.0 application that uses DAO to access an Access database, and it can load up a 32000 item combobox in a fraction ...more >>



Oracle Data Access Problem in .Net 2.0
Posted by amit sinha at 10/18/2007 4:40:15 AM
I have build after converting the distributed environment application from .net 1.x to .net 2.x in VS 2005 in my local machine.And uploded in my development environment Server .I have 2 project in the solution . First Proj. Used for Connection to Oracle DATABase(calling connection string from...more >>

Complex Linq Query, building the Where Clause
Posted by Harald SMS at 10/18/2007 2:03:02 AM
When building a query for the LinkToSql a need to build a where clause that has both individual values and range selections like this SQL Query: - WHERE( (IdItem BETWEEN 1 AND 10 OR IdItem = 15 OR IdItem BETWEEN 30 AND 100 OR IdItem = 500... ) AND ( IdMenu BETWEEN 1 AND 5 OR) ...) How can ...more >>

Exception Handling
Posted by Sid Price at 10/17/2007 5:15:17 PM
I have a third party class library (C#) that I am expanding and using with an application (VB.NET) and I am having trouble catching exceptions in the application. The class library has an exception handler that it calls: catch (Exception ex) { _sSessionId = null; objUtils.HandleExcep...more >>

Async TCPListener (FW 2.0): Quit listening
Posted by Armin Zingler at 10/17/2007 4:42:32 PM
Hi, surprisingly, I didn't find any satisfying answer to the following question: Situation: I use the TCPListener's BeginAcceptTcpClient method. In the callback procedure I call EndAcceptTcpClient. To stop listening, the listener's stop method is to be called. PRB: If I call Stop, the c...more >>

Passing URI Parameters to WPF App Affecting Deployment
Posted by JStorm at 10/17/2007 7:31:05 AM
I have created a WPF "stand-alone" application that is deployed via ClickOnce over http. One of the features I want to take advantage of is the ability to pass parameters through the activation URI. I have checked the option to allow this for the project. Then I use the client to install ...more >>

Splitting WCF ServiceHost configurations into separate files?
Posted by at 10/17/2007 6:34:11 AM
Hi, I have several ServiceHost instances each implemented in its own DLL. The services are being self-hosted by a forms application. I'd like to split the ServiceHost configuration parameters that are all currently held in App.config into separate files so allowing the service configuration...more >>

TFS Builds release/debug dirs
Posted by Manso at 10/17/2007 3:30:02 AM
Hi, I couldn't find a dedicated Team Foundation/MSBuild group so I'm using this. Please correct me. We are trying to custimize the TFSBuild.proj file and add a AfterDropBuild target to copy files etc for a web application project. We are not able to find a property that gives us the full...more >>

Set minimum height on TableRow in FlowDocument (WPF)
Posted by Anthony Meehan at 10/17/2007 2:46:00 AM
Hi, Is it possible to set the minimum height on a TableRow or TableCell in a FlowDocument? Within a RichTextBox I would like an existing table to have a minimum height without having to fill it will content. Thanks, Anthony....more >>

Assembly binding at runtim
Posted by Abhishek at 10/17/2007 12:21:51 AM
Hi, I am using .NET framework 2.0 and am facing a problem with assembly versioning. We have a many dlls which we ship as an application. Now all these dlls are packaged and shipped as independent units. These dlls may or may not depend on each other however 1 thing which is for sure is that...more >>

PRoblem with System.Windows.Forms.Application.StartupPath when running test project
Posted by Patrik at 10/17/2007 12:00:00 AM
Hi, I am not sure this is the right forum but I will give it a try. I am using the built-in test project template that exists in Visual Studio Team Edition. This project runs unit test on code that is using the property System.Windows.Forms.Application.StartupPath. Normaly this gives me the...more >>

parsing text file
Posted by Benjamin Fallar III at 10/17/2007 12:00:00 AM
anybody who has a better idea on parsing a very large text file faster... and how to determine the number of lines in a textfile? ...more >>

transferring data between windows forms
Posted by Yasin Cepeci at 10/16/2007 10:46:01 PM
How can I transfer string like variables between two form(except txt file). ...more >>

Named anonymous types??
Posted by William Stacey [C# MVP] at 10/16/2007 9:29:59 PM
Maybe an Oxymoron, but this would be very useful. Anonomous types are great for doing projections (especially in Linq), but not being able to pass or return them is a bummer. Why couldn't they add something like an "AS" modifier like: var v = new {Name="", Age=0} as MyType; var v2 = Chang...more >>

Memory Management
Posted by Samuel at 10/16/2007 8:03:56 PM
Hi I have written an application that processes large images and therefore uses a lot of memory. Due to the fact that this application suppose to be widely distributed I need to control the memory consumption, I release all objects when no long in use and I call the garbage collector (pa...more >>

Creating a chart in Excel using VC++ .net 2005
Posted by antarikshv at 10/16/2007 11:37:21 AM
Hi, Can any one please help me in creating chart in VC++ .net 2005 and Excel 2003. I am stuck at the point when i want to give a specific column as the X- axis and a specific column as Y-axis. currently i am able to specify a range and draw the chart. If you could give the code then it will be ...more >>

Getting started with scripting automated builds
Posted by Quimbly at 10/16/2007 8:48:25 AM
I'm trying to find some good resources on how to script a VS build. Our solution is fairly large, and includes a WinForm app, web services, a couple of websites, etc. I'm trying to find a way to automate the build and partial builds by scripting them. So far, I've been trying to simply ...more >>

FtpWebRequest doing a CWD in addition to PWD, with extra "/"
Posted by Eugene at 10/15/2007 3:57:01 PM
Hi, I am not sure if anyone has encountered the same problem and know the answer... When I set an FtpWebRequest to do PWD with the following code, _FtpWebRequest.Method = WebRequestMethods.Ftp.PrintWorkingDirectory; _FtpWebResponse = (FtpWebResponse)_FtpWebRequest.GetResponse(); the trace...more >>

What is the best approach to determine if there is a change?
Posted by Andrew at 10/15/2007 2:54:01 PM
Hello, friends, We are developing c#.net Windows app using .net 2005. In a form, there are about 80 editable controls, such as text boxes, combo boxes, masket boxes, etc. We need to detect if any of their values has been changed when a user decides to close this window. If yes, we need ...more >>

script debugging - no checkbox in options/debuggin/JIT
Posted by ChrisHarrington at 10/15/2007 1:16:08 AM
I installed .net 2 sdk to use as script debugger. But there is not a check box for script under tools -> options -> debugging -> just-in-time Is it not possible to use sdk debugger for script? Chris Harrington Active Interface, LLC. http://www.activeinterface.com ...more >>


DevelopmentNow Blog