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 > february 2006 > threads for wednesday february 22

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28

Copy constructor?
Posted by Axel Dahmen at 2/22/2006 10:05:28 PM
Hi, I have created a class adding some Functionality to a generic class and derived it from that: class MyTypedClass : MyGenericClass {} Within a class library project, all functions work with the generic version, but in my Web Application project I'm dealing with the derived version...more >>

how to parse xsl:output ... with xpath? "./xsl:output" does not work. is there other notation for this?
Posted by Daniel at 2/22/2006 9:09:59 PM
how to parse xsl:output ... with xpath? "./xsl:output" does not work. is there other notation for this? ...more >>

Complete source code for bandwidth vista SALE
Posted by James Jenkins at 2/22/2006 9:01:52 PM
Hi - This auction will end in a very short time... Please take a look. It contains some very usefull .NET 2 code I have been working on a Bandwidth Monitoring program for 3 months now but am forced to sell. Please take a look if you are interested please goto my auction, website or email me. ...more >>

EventType clr20r3 system.io.filenotfoundexception
Posted by Raja B at 2/22/2006 3:14:12 PM
I start getting this exception when I moved my windows service to a Windows 2003 (32 bit running on AMD Opteron processors) server with ..NET framework 2.0 . The EventLog says Event Type: Error Event Source: .NET Runtime 2.0 Error Reporting Event Category: None Event ID: 5000 Date: 2/22...more >>

deploying security policy in AD (caspol?)
Posted by Sam Jost at 2/22/2006 11:07:25 AM
I got an .NET app, got it signed with a strong name, and now would like to give this app (better, every app signed with this strong name) full rights in my entire network. So I am looking for a way to set once, on my windows server 2003, full rights for all apps signed with this special strong...more >>

VB.NET For/Next loops
Posted by Alex C. Barberi at 2/22/2006 10:08:31 AM
What is the difference between these? For i = 0 To 9 ... Next For i = 0 To 9 ... Next i Does putting "Next i" instead of just "Next" at the end make a difference? -- Alex C. Barberi Chief Executive Officer VisionForce http://www.visionforceweb.com ...more >>

Get Assembly of Calling Thread or Object?
Posted by Troy at 2/22/2006 9:37:28 AM
Does anyone know how to get the assembly associated with a particular thread? I'm creating a generic Factory class to create types based on config file parameters. I would like to use the calling object's assembly if it isn't specified in the config value. I know how to get the current exec...more >>

How to install office version 11 in GAC
Posted by Darrell Wesley at 2/22/2006 9:35:31 AM
A new PC with XP PRO and Office 2003 preloaded along with Framework 1.1. We since loaded the Framework 2.0 on the machine and attempted to load a ClickOnce application and the following error shows up. "Unable to install or run the application. The application requires that the assembly of...more >>



Adding items to a ComboBox
Posted by Alex C. Barberi at 2/22/2006 9:01:53 AM
Currently, I'm doing this: Private Sub Populate() cboCategory.Items.Clear() cboSubcategory.Items.Clear() cboFileCategory.Items.Clear() cboSubcategory.Items.Add("Root") cboFileCategory.Items.Add("Root") For Each cCat In Categories ...more >>

Advanced OOP Question
Posted by Alex C. Barberi at 2/22/2006 8:37:21 AM
I have this: Public Class clsItem Implements IComparer Public Name As String Public Function Compare(ByVal x As Object, ByVal y As Object) As Integer Implements IComparer.Compare Dim empx As clsItem = DirectCast(x, clsItem) Dim empy As clsItem = DirectCast(y...more >>

Programatically find the configured DNS server
Posted by BLsunev at 2/22/2006 7:19:32 AM
I have some c# code to perform DNS lookups but currently need to provide the IP address of the DNS server it uses. I would like to be able to identify the addres of the currently configured DNS server(s) and use this so that the app will effectively configure itself. Can anyone please tell...more >>

app.config for DLLs
Posted by omicron333 at 2/22/2006 7:15:08 AM
I'm trying to figure out what happens to settings in the app.config for DLLs when it is used by an application. More specifically, connection strings used by the DLL only. When the VB.NET executable is compiled, referencing the DLL (in the same solution), there does not appear to be a seperat...more >>

SqlServer 2005 CLR integration using DirectoryServices
Posted by HowardB at 2/22/2006 2:31:08 AM
Using a VisualStudio 2005 Sql Server Database project template, I want to access DirectoryServices (AD) from a UDF, but cannot add a reference to directoryservices.dll (legally) into the c# project, and if I add it illegally (in the XML), i get a sql error saying that DirectoryServices is n...more >>

Cant Call a Word Com in Windows 2003 server
Posted by Sundar.k at 2/22/2006 2:09:30 AM
We have a Word component which we call from asp.net (through RCW) every thing seems to Work in winxp iis5.1 but not in 2003 server iis 6.0 What might be the most probable reason behind it i have given dcomconfig rights and all other stuffs any help would be of great help...more >>

convert java web application into .NET application.
Posted by nizam at 2/22/2006 12:00:00 AM
Hi all, i have a application developed in java. i want to convert that application into .NET. i am able to convert console java application into .NET application but i am NOT ABLE TO convert java web application into .NET application. R U having any idea as to how to convert the above. ...more >>


DevelopmentNow Blog