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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|