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 2004 > threads for wednesday february 25

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

Help please,
Posted by intrader NO[at]SPAM attglobal.net at 2/25/2004 10:22:16 PM
[This followup was posted to microsoft.public.dotnet.framework and a copy was sent to the cited author.] I am getting a server error when I try to create a Web Project from Visual Studio 2003. The error I get is: The Web server reported the following error when attempting to create or o...more >>


Initial Black Flicker on Fade
Posted by mdjhome NO[at]SPAM invalid.com at 2/25/2004 9:16:05 PM
Greetings Having a problem with a little flicker that is annoying. On the close of the form, would like to fade it out. I use a timer and decrease the opacity as it ticks. Here's the deal, with a small form with few controls, the flicker is not too bad and could be tolerable. Now, when you hav...more >>

Policy Strong Name Trust Through Code?
Posted by localhost at 2/25/2004 8:42:10 PM
I opened the .NET Framework Configuration 1.1 and created a policy manually to give my assembly Full Trust at the Computer level. I then was able to create a seperate MSI. I want to do this over and over for apps I distribute, but the thought of manually making a seperate MSI is not a good ...more >>

Process Creation Listener
Posted by JMWilton at 2/25/2004 7:31:50 PM
I know that you can use WMI to detect when new processes are created...and that you use the System.Management namespace. Is there any way to do this without going through the "overhead" of WMI? Can this be gotten by using the System.Diagnostics.Performance... classes? ...more >>

Controls in VC
Posted by SS at 2/25/2004 5:08:15 PM
Hi I can't see the container controls displayed in VC at design time, unlike VB. Is there any way I can get it ? Thanks! ...more >>

VS.Net 2002 and .Net 1.1
Posted by Chad Z. Hower aka Kudzu at 2/25/2004 4:57:38 PM
AFAIK VS.Net 2002 does NOT support .net 1.1 framework and CANNOT use 1.1 based assembhlies in its exe's. Is this correct? -- Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/ "Programming is an art form that fights back"...more >>

ASP.NET perfmon counters all 0 ... ??
Posted by Z D at 2/25/2004 4:11:13 PM
Hello, I have a Windows Server 2003 machine running IIS6.0. I recently xcopied over an ASP.NET application that was originally running on a Windows 2000 Server machine. The application works perfectly on the new server, however, when I run perfmon and try to look at the stats then everythin...more >>

Windows service
Posted by NWx at 2/25/2004 3:26:40 PM
Hi, I have an ASP.NET application which allow registered user to set-up notifications, saved into an SQL server database. I want to make a win service which periodically check this SQL server table, and send e-mail at the moment a notification is scheduled. Question: what is the best way to...more >>



Floating point representation issues
Posted by abhishek ghuwalewala at 2/25/2004 2:48:42 PM
The run-time is returning weird values when I do some floating point arithmetic. For example, in the VS .NET debugger, if I try to add 0.2 (local variable of type double) to 0.1 (local variable of type double) I get 0.300000000000000004 which messes up my other calculations. The Epsilon trick de...more >>

.NET application does not release Excel
Posted by Cameron Eckman at 2/25/2004 2:07:47 PM
Let me prefix with, I've done many VB6 and ASP applications that read from/write to Excel and have never had a problem. I'm not a beginner at this... I have created my first .NET Windows application that reads from Excel 2000 and writes to a tab file. I am using the code below and when stepp...more >>

String ==> date conversions while overriding regional settings
Posted by jnoble123 NO[at]SPAM hotmail.com at 2/25/2004 1:45:16 PM
I am parsing a machine generated report that always produces a date field in the following format: MM/dd/yyyy I need to do a number of date operations in a program. All other date operations are basically just doing things like DateDifferences from the original report date, datemin and date...more >>

Selectively build .NET components with different Framework versions
Posted by Tim Mavers at 2/25/2004 1:04:07 PM
I am currently using Visual Studio.NET 2003 and recently was assigned a project to "clean up" that requires that it be built/run under .NET 1.0 (sp2). Since VS.NET 2003 includes a much newer version (I am currently using v1.1.4322). I am wondering if there is a way I can selectively set ...more >>

Migrating from 1.0 to 1.1
Posted by Abhijeet at 2/25/2004 12:47:27 PM
Hi All, We have decided to migrate from DOTNET 2002, Framework 1.0 to DOTNET 2003, Framework 1.1 Problem: After DOTNET 2003 IDE convert solution files into newer version, we are building the solution. Solution is having multiple projects. Solution is getting build but when we bro...more >>

Marshal destroy/free
Posted by Bill at 2/25/2004 10:33:21 AM
If allocating a structure like this... SturctPtr = Marshal.AllocHGlobal(Marshal.SizeOf(myStructure)); Marshal.StructureToPtr(myStructure,SturctPtr ,false); Do I need to call both free methods below or does DestroyStructure() free the structure pointer itself? I am not sure why StructureToPt...more >>

file transfer to sql server
Posted by PTT at 2/25/2004 10:31:05 AM
I have not seen any sample codes on storing files by transfering them from any source folder to a sql server database as part of a record. This involves datatype image , binary reader in web form vb dot net id I want this code to be in VB .NET vb not C+ anybody to point me to a site for thi appre...more >>

Access Novell Drive from Windows Service
Posted by jwgoerlich NO[at]SPAM quantaonline.com at 2/25/2004 9:36:08 AM
Dave King wrote: > I am writing a Windows Services using VB.net to access files on a > Novell drive. How do I connect to the Novell drive from Windows > services? I am currently dev'ing a Windows Service that must access a Novell drive. Have you gotton this to work? Any sample code? Ma...more >>

framework class browser / explorer
Posted by Emil at 2/25/2004 8:36:07 AM
Any Recomendations on good utility that allows to search browse the .net framework class libraries You can simply share how you explore the class libraries.. Tn E....more >>

Exchange, WebDAV, .NET
Posted by MJ at 2/25/2004 8:20:20 AM
Current setup is Windows 2003 Server, Exchange 2003. Currently using a custom outlook form to insert various requests (bugs, new content, etc) into a public folder. I'd like to migrate this to a web-based interface so that I can insert records directly into the public folder from the web inter...more >>

Remoting calls problem!
Posted by Mats-Erik Grundh at 2/25/2004 7:33:58 AM
Remoting calls problem! I have problem with remoting calls, sometimes the application "locks" about 2 minutes when i call the server before it releases the remoting call and everything is normal again. Sometimes the application just ends without any exception. Problem code: Client remoti...more >>

How is ConfigurationSettings class implemented?
Posted by Stan at 2/25/2004 6:01:06 AM
I get AppSettings property System.Configuration.ConfigurationSettings on each method call in order to determine an entry from machine.config in a stateless class I would like to know how much overhead is involved in doing that. Does ConfigurationSettings.AppSetting actually do IO to read machine.c...more >>


DevelopmentNow Blog