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 sdk > december 2004

sn.exe failed - access denied
Posted by Scott McCormick at 12/29/2004 11:01:04 AM
Hello, I am trying to create a key for a com+ object I have written, but I keep getting the error message: Failed to create c:PJ\Parameter Janitor -- Access is denied. I have granted full rights to the machineKeys folder, but it doesn't seem to have helped. I am running .NET Framewor...more >>


ReInstall QuickStart re .net sdk
Posted by jerryf at 12/28/2004 8:43:03 AM
I unintentionally uninstalled my IIS server in windows xp. I then reinstalled it. I cannot see any quickstart directories. When I click on quickstart I get error 404 cannot find page "http://localhost/quickstart/ASPPLUS/ The directory is not there. I have already at the outset installed MSD...more >>

Application Fail
Posted by Mario Reiley at 12/27/2004 5:24:11 PM
If I put my .exe file on my Local Network (in a Folder of course) and try to run from my Pc which would be the causes ? such application don't Run. I make the Wrap a COM component for Export data to MS-Excel: Interop.Excel.dll Interop.VBIDE.dll Note: Only Run in my local PC Best Regard...more >>

HTML FORM POSTING
Posted by vassilis at 12/23/2004 6:27:07 AM
How to programmatically post a file over http through an html form (including more fields than the file itselft) ?...more >>

platform SDK support for AMD64
Posted by Rajeshwari.h.s. at 12/21/2004 9:05:03 PM
Where can i get the Micrisoft platform SDK which supports AMD64 processer. The February 2003 supports development in intel 64 bit processer but not AMD64. I have been told that I require october 2003 version, but i am not able to find any version of platform SDK which ater february 2003....more >>

Deploying Assemblies to the GAC
Posted by Brian R. at 12/20/2004 2:27:06 PM
I examined the GAC on my machine and noticed that assemblies that are not native images always show a codebase entry in their properties display. If I use gacutil to install my assembly into the GAC, do I still need to have it sitting around on disk? Is the act of putting the assembly into t...more >>

offtopic - multi-boot Windows
Posted by David Thielen at 12/20/2004 1:27:02 PM
Hi; This is off-topic but I'm hoping someone here knows the answer to this. For my test system I installed 3 copies of Windows XP (on to drives C:, D:, and E:). And the integrated windows multi-boot support worked fine. I then installed W2K to drive F: and it gives me the choice of 4 O/S t...more >>

Need .net version 2.0.40903
Posted by j at 12/20/2004 12:29:09 PM
I keep trying to install SQL server express manager 2005, but every time I try, the installation stops, saying I need .net framework version 2.0.40903. Where can I get that? I can't find it anywhere. The newest beta downloads don't get me to that version. Any help?...more >>



ANN: Fusion Worshop
Posted by Richard Grimes [MVP] at 12/18/2004 7:27:49 PM
I have just released online my Fusion workshop. This is a self paced tutorial about how .NET versioning, probing and binding works. Its available here: http://www.grimes.demon.co.uk/workshops/workshops.htm Richard -- ..NET training, development, consulting and mentoring www.richardgrim...more >>

local ip addresses required in c#
Posted by Quake at 12/17/2004 2:43:01 AM
Hi all, How can I get all the localhost addresses in c#? (ipv4 and ipv6) The solution has to be dns independent! (w/o Dns.Resolve()) I could implement it in java (With the NetworkInterfaces+IPv?Address) easily. But I didn't find any acceptable solution in C# (nor in unmanaged codes) :(( I've ...more >>

Remove Hashtable Values Based on DateTime?
Posted by localhost at 12/16/2004 10:44:33 PM
I have a Hashtable with 1000 items in it, string key and DateTime value. I want to find all that have a DateTime that are older than 30 minutes. How can I do that? Thanks....more >>

quickstart with SQL 2000
Posted by Paulb1us NO[at]SPAM newsgroup.nospam at 12/15/2004 9:47:04 PM
Can I install the .net sdk quickstart tutorials in a way that all the DB code in the samples point to my SQL 2000 Server on a different machine than the samples are installed on. All my samples are coded to use the named instance of a local MSDE database, 'netsdk'. I don't want to install ...more >>

Excessive Private Key access prompts when using SSL and web servic
Posted by Keith at 12/15/2004 12:01:07 PM
I'm having a problem using a X509 certificate for authentication. I am using a remote web service, via a web service proxy class (Visual Studio generated, given the WSDL). I access the cert and add it to the ClientCertificates property of this proxy. This all works fine. When I first st...more >>

.net framework equivalent to MSXML2.XMLHTTP40()
Posted by Dave H at 12/15/2004 9:41:07 AM
Hello all, Novice to ASP.NET and am trying to access web service via xml. I declared a request and DOC object one one using MSXML the other .net framework: Dim objRequest As New MSXML2.XMLHTTP40() Dim objXMLDoc As New XmlDocument() What is the .net equivalent to the MSX...more >>

Exception getting the SID value from DirectoryServices
Posted by David Thielen at 12/13/2004 1:35:02 PM
Hi; The following code: DirectoryEntry obDirEntry = new DirectoryEntry("WinNT://CORP/dthielen"); System.DirectoryServices.PropertyCollection coll = obDirEntry.Properties; object obVal = coll["objectSid"].Value; Generates the below exception - on just some machines. Any ideas? -- thanks...more >>

Is this the correct way to get a SID under .NET?
Posted by David Thielen at 12/13/2004 1:31:04 PM
Hi; There is an article at http://www.codeproject.com/csharp/getusersid.asp that provides code to return the SID of the current user. Is this the best way to do this? -- thanks - dave...more >>

SDK Tools
Posted by Shamrock at 12/13/2004 6:37:11 AM
Hi All, I was just wondering if it is allowed to redistribute tools that are in the ..NET Framework SDK. For example, if I write an application that makes use of gacutil.exe or disco.exe, can I redistribute these with my application?...more >>

Creating an object depending on a value of a parameter
Posted by Chamith at 12/11/2004 4:39:35 PM
Hi all, I have a method which takes a string parameter. It takes a type name as a string. Inside the method, i want to create an instance of the type which is mentioned in the string parameter. Please help me providing with some example code. Thanks, Chamith ...more >>

DLL Lock Issue
Posted by Programmer at 12/9/2004 10:46:19 AM
Hi everyone Well here is my problem I hope you can help me I have a web application. My web application is 4 different dlls 1. The First DLL is a Class library with shared routines and staff like that (VB Project) 2. The Second DLL is an ASP .Net application and it's the shel...more >>

createCaret not working under .net
Posted by DT at 12/9/2004 10:42:02 AM
I am trying to create a block caret for a textbox using VB.NET , but it just does not work. It however, works under VB6. Any idea? dt ...more >>

Object serialization and NetworkStream - extraneous characters in output
Posted by jwallison at 12/8/2004 9:16:43 AM
TcpClient client = new TcpClient(AddressFamily.InterNetwork); client.SendTimeout = mSvcConfig.Data.SvcTimeout; // 1000 client.Connect( mSvcConfig.Data.SvcAddress, mSvcConfig.Data.SvcPort); // "localhost", 7024 NetworkStream stream = client.GetStream(); XmlSerializer outserializer = ne...more >>

Cannot install service
Posted by Harshad at 12/8/2004 6:33:11 AM
Two questions. 1) I followed Walkthrough of Win Service App. At the end, when I run Setup it complains about incorrect user and/or password. Where does it look for userid? I have logged in as Administrator. 2) Why cannot I install the service with ServiceName.exe /install command as I ...more >>

printing problem .net
Posted by DT at 12/7/2004 11:11:44 PM
I am working on a windows form application which does some printing. The problem I have been having is the "printing progress" window that pops up when the page is about to print. How do I disable that in my code. DT ...more >>

modify application configuration file at runtime
Posted by Leo at 12/7/2004 3:47:03 AM
Dear All I want to modify application configuration file at runtime. How to do this. Please help in this. Thanks -- Leo...more >>

How to use regular expressions in C#?
Posted by Robert Maria Joseph at 12/7/2004 3:43:01 AM
I haven't used regular expressions in C#. How to use?. Please give me sample code. -- Robert Maria Joseph...more >>

How to create AppDomain
Posted by Ladis at 12/7/2004 2:57:03 AM
Hi, I am new to AppDomain. I want to know more about it. Can anyone give me few good sites, so that I can learn from scratch. Thanks, -- Regards, Ladis (MCP)...more >>

I need to run a vb.net or aspx.net file every 10 seconds.
Posted by Steve Jacobs at 12/6/2004 6:52:17 PM
Hi, I need to run a vb.net or aspx.net file every 10 seconds. The Task Scheduler in Windows 2003 Server can only do it every 1 minute at the minimum, but I need it every 10 seconds. Is it possible to write a small program in VB.NET that would run in the background without using much resources,...more >>

USB Access Thru VB.Net
Posted by Cotton at 12/4/2004 11:23:03 AM
I'm building a POS app in VB.Net. I'm trying to find out the best way to access barcode information read in from a USB handheld scanner thru VB.Net. It appears that I may have to access the Win32 API to get this information.....is there a better way and how would I do it? Thanks........more >>

user -> handle, handle -> user
Posted by David Thielen at 12/3/2004 11:55:12 AM
Hi; How in the .net environment can I get the current user handle? By the current user handle I mean the unique ID for the user whereby if a user is deleted, and a new user with the same name is created, it will now be a different handle. And how do I get from the handle to a username? ...more >>


DevelopmentNow Blog