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 > july 2004

does a references, but unused, namesapce consume resources?
Posted by KoolistOne at 7/28/2004 3:20:11 PM
I have a template that I would like to include a namespace in but I won't be using that referenced namespace til a few months from now. In the mean time, will that referenced, but not used/called namespace consume any resources? The template is going to be used by many people who will modify it t...more >>


binary compatibility support for .NET assembly
Posted by someone at 7/27/2004 6:16:38 PM
Suppose that I have a class in an assembly that is delivered to the user, what can I do to change the class so that it doesn't break the binary compatibility? That is, user application can run with recompiling and relinking. I know that if I define an interface, and only expose the interface ...more >>

.NET on Linux
Posted by Tarundeep Singh Kalra at 7/27/2004 3:48:31 PM
Hi , i want to design my new application keeping in mind Linux and other OS's. I have heard there is .NET framework for it (MONO). Is it good idea to shelf Java and choose .NET to develop when you wanna keep in mind OS independence. TIA -- Regards Tarundeep Singh Kalra www_dot_tarunsad...more >>

ShellExecute?
Posted by Jon Anglin at 7/27/2004 9:23:14 AM
I am looking for a .NET equivalent to ShellExecute. I want to print html files using the default web browser. In the Win32 API ShellExecute will do this for me. Does .NET have an equivalent? Thanks, Jon ...more >>

IIS
Posted by Mike at 7/23/2004 2:48:09 PM
I have licensed copies of VS.Net '03 Enterprise Developer, which is working fine for development of ASP.NET apps on my XPPro/Server boxes. I need to dev on a XPHome laptop as well -- how/where do I download IIS for this platform? thanks ...more >>

How can I use System.IO.Port in VS 2003
Posted by AlirezaH at 7/20/2004 11:52:53 AM
I installed .Net 2.0 but I can't get System.IO.Port in VS C#. ...more >>

IMetaDateDispenserEx->OpenScope failing with 0x80131107
Posted by Ben Schwehn at 7/19/2004 11:55:43 PM
Hello I have simple native c++ console app that uses the IMetaDataDispenserEx interface. I first developed it using VC++ Express 2005 Beta1, Windows XP, Framework 2.0 beta where it works just fine. I'm now trying to get it to work using VS 6, Windows NT 4, Framework 1.1 here's a very cu...more >>

ANN: .NET 2.0 Beta - CODE COVERAGE EDITION
Posted by Thomas Scheidegger [MVP] at 7/17/2004 9:44:38 AM
NET Framework Version 2.0 Redistributable Package Beta 1 (x86) CODE COVERAGE EDITION The .NET Framework Code Coverage Edition is a new mechanism that enables you to give Microsoft direct feedback on what portions of the .NET Framework and Win32 you're most reliant on. http://www.microsof...more >>



How to do tasks before and after serialization
Posted by Shrine at 7/16/2004 5:14:02 AM
I am using serialization in my webservice. I want to do some tasks before and after serialization. How to do that. Can anyone explain me -- Bye, Shrine...more >>

loading config file stopped working after security patch is installed
Posted by Konstantin at 7/15/2004 3:29:57 PM
Hi, Can somebody clarify an issue, please: My NTD (no-touch deployment) application worked just fine reading config files from server. After latest security updates, reading of config.files stopped working. Looks like security path modified smth., but I cannot figure out what. Any help...more >>

.Net Framework 2.0 Beta
Posted by Steven at 7/15/2004 1:38:28 PM
Hi, I'vs installed .Net Framework 2.0 Beta (as well as the SDK) with no errors on a Win2k box and ..Net 2003. The Help, About Microsoft Visual Basic .Net, menu item says it is using The Framework 1.1.4322 (the previous version). Have I missed something, do I need to change a config file, or...more >>

Array.IList implementation
Posted by A J Le Couteur Bisson at 7/15/2004 11:40:02 AM
I am very confused with the Array.IList implementation. All of the methods are private which hardly seems to be fulfilling the IList contract... If I cast an array then IList methods (e.g. Contains()) work correctly for arrays of rank 1. Where is the code that check the rank of arrays and all...more >>

Windows libraries and .NET sdk
Posted by Chamal at 7/14/2004 11:38:02 PM
Hi, I want to download .NEt sdk. Do I have to download windows libraries seperately or do they come with sdk. Thanks a lot, Chamal....more >>

Is there a way to find physical location of .Net binaries installed?
Posted by Konstantin at 7/14/2004 10:31:48 AM
Hi, Is there a way to locate where .Net binaries are installed during run-time? More specifically, I want to find location of IEExec.exe at run time inside application. Any help is greatly appreciated. Thanks, Konstantin. ...more >>

Deploying/Executing C#.Net .dll in a client/server environment
Posted by Barry McDonald at 7/13/2004 3:36:03 PM
I have C# .dll that I created and applied to the same directory as the app .exe. In my code I use the streamreader functionality. I have the app and .dll installed local to my system and all runs correctly. I take the application and place on a drive located on the network. The application can a...more >>

Where to find sn.exe in VS.NET
Posted by Prabu at 7/11/2004 3:54:02 AM
I am creating a StrongNameKey in Command Prompt. e.g sn -k key1.snk Everytime when I want to create the key, I have to go to command prompt. Is it possible to do the same in VS.NET. I tried, but I dont find the option in VS.NET. Tell me where to get it.. -- Thanks, Prabu...more >>

VS.NET 2005 and 2003
Posted by Phil Wright at 7/8/2004 5:59:05 PM
I have installed the VS.NET 2005 Beta 1 and now VS.NET 2003 projects in VS.NET 2003 do not compile. Is the Beta supposed to run side by side with the older version? Or is it supposed to make older versions stop working any more? ...more >>

Setting files/folders permission
Posted by Samuel Shum at 7/7/2004 7:38:05 PM
Hello, I'm just wondering if there are any .Net objects that I can use in the framework that set folders/files permission, assign quotas to users. Any suggestions/comments are welcome. Thanks in advance. Samuel ...more >>

The .NET Compact Framework
Posted by Chamal at 7/7/2004 11:55:01 AM
Hi, I am quite new to .NET. I want to know wether I get The .NET Compact Framework SDK when I download .NET SDK. Can i write programs for windows CE with The .NET Compact. Do i need to download any simulators for Windows CE in order to run the developed programs. Thanks a lot, Chamal ...more >>

how to call C++ lib file from C#
Posted by sunny at 7/6/2004 10:53:39 AM
Dear everyone: I know I can call a dll by c# like this: using System.Runtime.InteropServices; [DllImport("user32.dll")] public static extern int MessageBox(int hWnd, String text, String caption, uint type); but now I want to call...more >>

Visio help !
Posted by Support at 7/5/2004 6:08:41 PM
We have written an ATL COM component for Invoking Visio Application using Visio 2002 SDK. We are reusing this component in ASP.NET environment to Invoke Visio Application. We are able to invoke Visio 2002 application correctly. We are not able to invoke Visio 2003 application. For supp...more >>

Debugger API
Posted by Mike McPhee at 7/5/2004 1:02:11 PM
is there a debugger API for .NET. I need to be able to read a .net assembly for analysis and when I need to report something about it I need to point to the line of code when the .pdb file is present. Is there a way to interace with .pdb files? ...more >>

How to get absoulte path from relative path?
Posted by Ilya Evseev at 7/3/2004 5:46:36 AM
Hi! Consider string containing relative path, may be with "\..\"and "\.\", with or without drive name, etc. I looking for API routine that converts that arbitrary filepath to full path, based on current drive, current directories on all drives and (bingo!) on any other filepath that is u...more >>

ASP_NET process
Posted by vabhijit NO[at]SPAM gmail.com at 7/1/2004 5:45:12 PM
Guys, I was wondering whether there was any way to differentiate the memory space of two different aspnet_wp processes. Unfortunately, they seem to show up as a single aspnet_wp process in both perfmon and the task manager. Thanks, Abhijit....more >>

Net 2.0 and Visual Studio 2003
Posted by Barbelith at 7/1/2004 1:56:31 PM
Hi, I just downloaded dthe new Net framework 2, beta 1 and I wonder if and hhow this can be integrated into Visual Studio 2003. I know that no new features will be supported intrinsically, but I would like to play around with the new classes a bit and compile my code against the new frame...more >>


DevelopmentNow Blog