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 > december 2003 > threads for monday december 29

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 29 30 31

Uninstall Assembly from GAC
Posted by Mark Irvine at 12/29/2003 9:29:54 PM
Hi, I have been writing a small Hello World app to try installing it into the GAC. However whenever I try to uninstall it I get an error message: Assembly 'NihcoMobile' could not be uninstalled because it is required by other applications. Not matter how I try to uninstall it (explorer, ...more >>

advanced .net remoting questions
Posted by Paul Fi at 12/29/2003 7:52:02 PM
1.communication between the client and server has to go thru client and server channel sinks before its turned to object method invokations those channel sinks carry messages thru and other header informations now how can u secure those header information like the requestheaders from being modif...more >>

where to start for telephony programming with .NET
Posted by jeff at 12/29/2003 1:19:48 PM
I am totally new in the telephony programming area. can someone point out where to start to do telephony programming with .NET? thanks jeff...more >>

URGENT: COM Interop BUG!?
Posted by Nadav at 12/29/2003 10:26:38 AM
Hi, Introduction *************** I have a system build of a collection of 'Native COM objects' and '.NET = COM interop' objects, all of the COM objects are managed through a = 'Native COM' layer, this layer manage the underlying COM Objects and = upon request, provide a pointer to those obje...more >>

IIS problem with Excel , C# and ASP.NET
Posted by ana_paranos NO[at]SPAM yahoo.com at 12/29/2003 9:53:07 AM
Here is the problem: I have an IIS installed on my computer and a web site. When you click on the button on that website, it should save excel file. If I do it, it works fine ( but I'm an administrator on my own machine). If someone else try that same thing (calling the web site through URL), t...more >>

Get referenced assemblies- loaded and unloaded
Posted by Mark Allsop at 12/29/2003 9:48:30 AM
Hi, Can anyone help me- I need to find out at runtime the assemblies which are referenced from an assembly. I have tried the Assmebly.GetReferencedAssemblies() function, however it seems to only return assemblies which have been loaded- I need to also get the assemblies which have not yet b...more >>

ResourceSets
Posted by Rubén_Altman at 12/29/2003 6:35:52 AM
Does anybody know weather there is a way to iterate over a=20 ResourceSet when using .NET Framework 1.0? I've seen in=20 the 1.1 documentation that ResourceSet class implements=20 GetEnumerator method, but I can't find nothing similar in=20 the old version. I've also try to inherit the Resour...more >>

Change value in Web.config programatically
Posted by mg at 12/29/2003 4:22:33 AM
How can I change the value of "timeout" in Web.config <sessionState timeout="20" /> in one deployed app (project A) from a method call in a WebForm (C#) that's running in another deployed app (project B) on the same server....more >>



Joker for a digit in File Dialog Filter
Posted by Phil at 12/29/2003 4:18:55 AM
Hi All! I would like to filter files, in a file dialog, with digits in extension only, i.e., files with extensions from *.000 to *.999. Since I could not find a joker for a digit, I made a filter in a brute-force way: fileDialog.Filter = "Test files (*.000 - *.999)|"; int i; for(i = 0...more >>

Class Library Reading from .config files
Posted by Makarand at 12/29/2003 12:22:01 AM
Hi all I have one doubt abt class library(.dll) I want my .dll to read from the config files and client should able to edit the config files. How should I do this, since this would be dome different .config file than the one that is generated in project (web.config, app.config) Please...more >>


DevelopmentNow Blog