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

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

Can I use a .NET app without the framework?
Posted by pnp at 1/7/2004 11:58:41 PM
Could I export a .NET executable file to an executable that doesn't need the ..NET framework to function? Thanks Peter ...more >>


CounterSample class
Posted by Krishna at 1/7/2004 10:25:44 PM
Can some body tell me the list of performance counter types that require CounterSample class Calculate method for measuring performance values? Timer100NsInverse is one of them. Are there any other counter types? Thanks,...more >>

Regular expressions inside C#
Posted by bonda101 at 1/7/2004 9:58:51 PM
I am trying to find how to evaluate a regular expression (with 1's and 0') in a string form inside a source file (*.cs in a .NET FW1.1 environment) For eg:- result = " 1 && 0 || ( ! 1 || 1) " , where result is a Boolean variable; Appreciate any thoughts or help solving this. ...more >>

PerformanceCounter
Posted by Sergey at 1/7/2004 6:07:21 PM
I'm trying to read values of some counters. Unfortunately not all of them work properly, for example "Average Disk Queue" always shows 0, but PerformanceMonitor Console shows others values. How can I solve this problem?? Thanks, Sergey...more >>

How to run a VB script from a .NET application
Posted by Peter Strøiman at 1/7/2004 4:50:39 PM
Hi. I'm translating an old C++ project to .NET and I have a big problem. The project has the capability of running scripts - with support for VBScript and JScript and this feature is used extensively. I would like my project to be backward compatible ( at least in phase 1 ) and thus it should...more >>

Trust an assembly?
Posted by William Stacey at 1/7/2004 4:10:09 PM
Is there a cmdline version of the "Trust an Assembly" wizard in w2ks ".Net Wizards" tool? Put another way, can I run a command that will trust an assembly (by name or by key pair) without having to run this wizard? TIA -- William Stacey, MVP ...more >>

Run .BAT file before debuging.
Posted by Boba at 1/7/2004 3:31:42 PM
Hi, How I can run script/.BAT file before the debuging is taking place ? Before the debuging I want copy files and delete/create directories, Can I set something like that By configuration ? By configuration means that in Debug Mode the devenv will run my .BAT file but in Rele...more >>

Writing XML file
Posted by Kelly G. at 1/7/2004 2:45:29 PM
Hi all, I have a small problem in writing XML file from VB.net. I am trying to write the XML file using dataset. I am able to write the XML in sequential way(one node after other). I can write in the hierarchial(tree) structure also but only by using datagrid. But I would like to write the XM...more >>



Transparency problem drawing bitmap
Posted by David Hoffer at 1/7/2004 2:21:35 PM
I am creating a custom user control and I am having problems with setting the transparent color of the bitmap. Here is my code... protected override void OnPaint( PaintEventArgs e ) { System.Drawing.Imaging.ImageAttributes imageAttributes = new System.Drawing.Imaging.ImageAttributes(); im...more >>

web garden parameter affects on aspnet_wp process
Posted by Jim at 1/7/2004 2:16:05 PM
We've recently set the web garden value to True, on a two processor system, and have noticed that since that change we now have two aspnet_wp processes running. Is that because we are now taking advantage of both processors? If we add this parameter setting to a 4 processor system will we see 4 as...more >>

subclassing System.Uri
Posted by Eric Newton at 1/7/2004 1:45:56 PM
It would be nice to be able to subclass the System.Uri class easier, since there's no empty constructor, its not easy to define a more typed Uri that possibly takes specific arguments and formats them to a "company standard" or standards compliant URI (quick example) I eventually want to ge...more >>

good place to submit wish list items?
Posted by Eric Newton at 1/7/2004 1:39:02 PM
is there a good place to submit wish list items? i've heard of mswish@microsoft.com but thats probably (and ironically) the wrong place ;-) -- Eric Newton C#/ASP Application Developer http://ensoft-software.com/ eric@cc.ensoft-software.com [remove the first "CC."] ...more >>

"Object reference not set to an instance of an object"
Posted by Kam at 1/7/2004 12:19:29 PM
Hi! When I am trying to drag user controls or any controls from the Toolbox to a form in some of my projects I get a dialog messages: (Microsoft Deployment Environment) "Object reference not set to an instance of an object" Notes that: 1. It's a designer problem, not a reference problem. W...more >>

How to secure my DLLs
Posted by Kelly G. at 1/7/2004 12:05:30 PM
Hi All I am developing a web application in .Net technology. Usually, I create a DLL for all of my modules to protect the logics. And it is possible to decompile the DLL. How do I protect DLL created using VISUAL STUDIO.NET 2002. I want to secure component design. Give me some professional te...more >>

Framework Configuration and MMC
Posted by Brian Fultz at 1/7/2004 11:47:18 AM
I am unable to open the mmc for .NET Framework 1.0. The mmc for 1.1 opens fine. I have tried reinstalling the 1.0 Framework. When I try to open the console, the mouse flashes to a hour glass and then back to normal and the console never opens. Any help would be much appreciated....more >>

installation & compatibility
Posted by Tomk at 1/7/2004 11:24:50 AM
If I develop a winforms application and create an exe program what installation is required and what windows platforms can run it? I need to find a development environment that will allow me to run the end program directly from a CD or floppy without a lot of install woes. ...more >>

is there a .NET framework for 64-bit Windows?
Posted by Dan at 1/7/2004 10:57:29 AM
Hi is there a .NET framework for 64-bit Windows? dan ...more >>

creating code reports
Posted by Ohad Young at 1/7/2004 10:21:59 AM
Hi, I'm trying to document my code written in VS.NET 2003 using C#. I'm using the Xml documentation following the recommendations found in MSDN's "Recommended Tags for Documentation Comments". When generating the comment web pages using the option "Build comment web pages..." in the Tools men...more >>

NET Framework
Posted by Robert .Volkening NO[at]SPAM verizon.net at 1/7/2004 10:18:02 AM
How can I put this program on my old computer with win 98. I have a new computer with Internet excess. My old computer has no internet axcess. I installed a new drive to update my old computer and need this program to correct a speaker problem. Thanking you in advance....more >>

Runtime Compilation / Scripting
Posted by Peter Sedman at 1/7/2004 9:47:52 AM
I need to be able to customise the business logic in my application by writing code that is compiled and executed at runtime. I want to be able to write this code using my own simple interface which compiles code entered into a multi-line text box and also have the option of writing/editing the ...more >>

Detecting GAC assembly in use during uninstallation
Posted by Drew Liscomb at 1/7/2004 8:03:53 AM
Fellow Frameworkers, Our developer tools are a set of assemblies installed in the GAC. I use InstallShield 8.0 to create an MSI-based installer that installs the assemblies just fine, thanks. My problem is that on uninstallation, an assembly currently in use by a running application (II...more >>

enter key to call <asp:imagebutton> event
Posted by Randy at 1/7/2004 7:30:47 AM
I'd like to trap the keypress event for the enter key and trigger a server side imagebutton click event. However, Page.RegisterHiddenField( "__EVENTTARGET", btnSubmitTracking.ClientID ); I've also tried, txtTrackingNumber.Attributes.Add("onKeyPress", String.Format( "if (event.keyCode =...more >>

float to double conversion question
Posted by squarewave24 NO[at]SPAM hotmail.com at 1/7/2004 6:42:54 AM
so my app uses float for money, and we are now consuming a webservice that uses double for money. here is the problem i run into while converting float f1 = 23.32 double d1 = (double)f1; d1=23.3199996948242 i understand that is because of the extra floating spaces (although it still i...more >>

Remoting exception when upgrading from .Net 1.0 to .Net 1.1
Posted by Mads at 1/7/2004 3:26:16 AM
Hi, we are trying to upgrade our application from .net 1.0 to .net 1.1 framework. We get the following exception: System.Security.SecurityException: Type System.DelegateSerializationHolder and the types derived from it (such as System.DelegateSerializationHolder) are not permitted t...more >>

Logging
Posted by Joshi at 1/7/2004 2:59:00 AM
I am developing an application in VB.NET and I require to store all the information of the Object created during Application life cycle. That is if there is an error occurance in the Application then the state of the Application is saved i.e all the values of the Objects which are present in the...more >>

3rd attempt: UDP Socket Bug
Posted by Bryan Martin at 1/7/2004 2:32:57 AM
Using udp sockets inside a class called by ASP.NET By impersonating you can use a TCP socket from a external class and call it from a ASP.NET page. However, changing the socket type to UDP and binding it to a port throws an error "An attempt was made to access a socket in a way forbidden by i...more >>

Installation Error!!
Posted by Mani at 1/7/2004 2:16:08 AM
When installing .NET Enterprise Architect 2003 I get the error 'Internal Error 25003' Thanx for your input! ...more >>

.net framework and ANSI C
Posted by Eddie at 1/7/2004 1:52:25 AM
Hi, Is it possible to write a util in ANSI C to detect .net framework version? If so can anyone point me to a tutorial or something that could be of use. Thanks in advance, Eddie ...more >>

manifest for non-assembly file in a Multi-file Assembly scenario...
Posted by Dan at 1/7/2004 12:05:46 AM
Hi all according to a lot articles that I read about .NET assemblies, I understand that an assembly file always contains a manifest but it is not required for a non-assembly module or it should not contain a manifest. In a multi-file assembly scenario, I created a module using the C# compiler ...more >>


DevelopmentNow Blog