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 > december 2003 > threads for wednesday december 17

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

.NET Framework Changed My Bootup (startup) Sequence
Posted by jim evans at 12/17/2003 9:52:25 PM
I just installed a new video card and the supporting software requires ..NET Framework be installed. My XP system is home based and has not local security issues/threats, so it was setup to boot directly into Windows with no logon and no user selection screen -- it just booted directly in...more >>


SQL Server Desktop Installation
Posted by Curt Emich at 12/17/2003 9:39:53 PM
I recently bought a copy of Visual C#.NET Deluxe Learning addition. I was under the impression that this comes with SQL Server Desktop Engine. I installed everything I should have (I think), but when I type the commands to grant access to SQL at the DOS prompt, it tells me that SQL Server does...more >>

Problems with enum Documentation (NDoc Problem?)
Posted by Mark Johnson at 12/17/2003 5:55:17 PM
No "Description" in resulting HTML File using NDOC (Version 1.2.1303.41457). From the Framework side I think I am doing everything correctly, because the resulting XML has the coments. Is this a known NDoc problem? Is there a NDoc newsgroup? C# : public enum Back { /// Crosshatc...more >>

Monitor SQL activity through .net
Posted by .net and SQL Server at 12/17/2003 5:30:12 PM
Anyone have any ideas of how you would build a .net component to monitor SQL Activity. Here is what I am trying to do: When an insert or update to a SQL table occurs, I want to populate another table (in a different database). I don't want to use a trigger. Thx, Troy...more >>

GetObject in .NET c#
Posted by Yong Yu at 12/17/2003 4:17:33 PM
Dear All, I have to move my VB code to C#. But I have no idea on the GetObject method in Vb. ----------------------------------------- Set dom = GetObject("WinNT://" & domain) ----------------------------------------- This is easy for VB to get the object by COM monikor interface. How...more >>

Uninstalling a NT Service programmatically
Posted by Ricky K. Rasmussen at 12/17/2003 3:46:55 PM
Hi NG, I'm writing a management tool for our software, that among other should be able to install and uninstall some of our NT services. The problem is that when I uninstall the services (using ManagedInstallerClass.InstallHelper with the "/u" parameter) the services are uninstalled, but th...more >>

.net & exchange server
Posted by bri at 12/17/2003 2:13:16 PM
I am looking for recommendations for the best method to connect to exchange 2000 and read through a particular object's messages, for example to return all of the appointments in a public calendar. Thanks....more >>

FxCop on debug or release build?
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 12/17/2003 1:46:04 PM
Does it matter whether I run FxCop on the Debug or the Release build? Thanks. ...more >>



I need to do physocal disk reads
Posted by Jim at 12/17/2003 1:32:16 PM
I want to do something like where: m_Device(_T(\\\\.\\PHYSICALDRIVE1) to read drive 1 I then want to read the physical device till the end and save it in a disk file. Does anyone have an example of doing this in c#. Below are the pertinate lines from c++. The framework does not appear to su...more >>

Accessing Data
Posted by Mohan Gupta at 12/17/2003 12:44:12 PM
Hi Friends, Is there a way to access data from a website that displays its data from a database. For example if i visit http://www.barnesandnoble.com, and if i search for a book on VB.Net, then i would like to access the results of this search programatically. I am trying to access ...more >>

activex textbox vs windows forms textbox
Posted by Lizzy at 12/17/2003 12:19:41 PM
I'm porting an MS Access application to a .NET windows forms application. For several forms I need to use textboxes which support input masks and whose border color I can change, neither of which seem native to .NET. Is the addition of activex controls my only solution. So far, I've only f...more >>

DllNotFoundException
Posted by DC at 12/17/2003 12:16:37 PM
Hi, I have created a ASP .net client talking to a .net web service. The web service in turn calls a C++ dll to get data from the host. The whole thing is working perfectly fine on my machine, but when I am deploying the components on a Window 2000 server, running the application is thro...more >>

HttpWebRequest ReadToEnd and Timeout Problems...
Posted by Kevin Z Grey at 12/17/2003 11:36:08 AM
Heya, I've found while using HttpWebRequest that when the TCP and/or ActiveSync connection is interrupted (read: remove device from cradle or internet connection drops) the ReadToEnd operation hangs and the Timeout property on the HttpWebRequest does not appear to cause a timeout as ...more >>

How to detect files copying
Posted by Phan Dinh Phong at 12/17/2003 10:58:12 AM
Hi, I mean: I would like that my software has capacity to detect files-copying process into my harddisk (it is the same Norton Antivirus detects what files are copying and do stop that copying process). So, my software can prevent process of copying(installing) of somefiles. My question is h...more >>

wierd problem happening when debugging and AppDomain.UnhandledException event is handled
Posted by Eric Newton at 12/17/2003 10:24:36 AM
I can't explain why this is happening but here goes I have a class library being called by a Windows forms app [all VB.Net], option strict is ON before the Application.Run(new frmMain), I call AddHandler AppDomain.CurrentDomain.UnhandledException, addressof AppDomain_UnhandledException t...more >>

just in time debugger
Posted by jh at 12/17/2003 9:51:55 AM
is there a way to keep a C++ .exe built in .net 1.1 from bringing up the just in time debugger? i don't want this. during normal running, we want the application to just die on a crash. what happens is the just in time comes up on the server and it just sits there with the app in a hung...more >>

Enumerating windows from an NT service
Posted by José Achig at 12/17/2003 9:18:23 AM
Hi all, The service I have written can not enumerate the current user's desktop windows when running as a service. I read where one solution to this is to install the service with "SystemAccount" rights and "Allow service to interact with desktop" but I know it leaves the system vulnerable ...more >>

{ in a string.Format
Posted by Heinz Kiosk at 12/17/2003 8:58:53 AM
How do you escape a { in a format string for string.Format? I want to have a format string that builds code, something like "static void {0}() { {1} }". I know there are other solutions like building the {1} with the brackets. Tom ...more >>

AxWebBrowser control BeforeNavigate2 event does not fire
Posted by microsoft.public.dotnet at 12/17/2003 8:07:03 AM
http://support.microsoft.com/default.aspx?scid=3Dkb;EN-US;325079 tried the proposed solution and provided alternate methods to capture = the event, still doesn't fire. Anyway to fix this? Erez...more >>

Asp.net project
Posted by Saianand at 12/17/2003 7:18:57 AM
Hi, I have Visual Studio.net installed successfully on my new XP system. I wanted to create a Visual C# project using Asp.net Web Application template. I select the template and enter OK. I have new POPup Message "Create New Web" and it displays the message for 30 - 45 mins and fails...more >>

.Net Framework SDK Licence Agreement and OpenSource
Posted by Heath Frankel at 12/17/2003 4:27:26 AM
I am looking to start an Open Source project using C# but the requirements of the project require that the project must be written in a language that has freely available compilers. I am correct in think that the .Net Framework SDK is a free download from Microsoft and could be used for...more >>

Alternatives to visual studio .net ?
Posted by abu at 12/17/2003 1:58:32 AM
Hi all, I was wondering are there any free IDE's for .net development in particular aspx ? I really like Visual Studio, but can't stump up the cash at the moment for it. Thanks, -A ...more >>


DevelopmentNow Blog