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


all groups > dotnet general > march 2004 > threads for tuesday march 16

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

"slimmed" framework
Posted by Albert P. at 3/16/2004 11:38:00 PM
Hello, I want to pass a vb.net program without having to install the whole .net framework on the other computer. Is there a possibility to install a "slimmed" version of the .netfx.exe? Has anybody already created such a slimmed version or can anybody tell me that this is definitely n ...more >>

Microsoft Caching Application Blocks
Posted by Ramjee Tangutur at 3/16/2004 8:16:06 PM
Hi All If any of you have used Microsoft Caching Application Blocks, please answer the following queries Do I need to run a separate NT Service CacheService which will monitor the cache data and invalidate the cache according to the expiration policy? If not then how the cache expiration works?...more >>

SQL Windows Authentication from ASP.NET
Posted by Greg Bacchus at 3/16/2004 8:02:12 PM
Hi, I need to log onto my SQL database using Windows Authentication from my ASP.NET page. I have it working so that IIS requires Windows Authentication and the Thread.CurrentPrincipal.Identity is comming through correctly, but it doesn't seem to use that Identity in the SqlConnection (using inte...more >>

Question in .Net memory management.
Posted by Hadi at 3/16/2004 7:38:22 PM
Hello, My application is now currently sitting at 100Mb, at least that is how the Windows Task Manager reported. I am in the process of reducing the RAM requirement. I downloaded anumber of .Net memory profiler but I am surprised that according to those profiler the HEAP is only 1.3-1.5Mb? Whe...more >>

relative path
Posted by Stephen Haunts at 3/16/2004 5:27:44 PM
Is there anything in the .net framework that will let me specify a path and a file name and return that filename relative to the original path. Steve ...more >>

MDI Child form menu
Posted by Steve at 3/16/2004 4:48:13 PM
Hi all I have several forms that will be child forms of an MDI parent. When I show the form, the menu for the form seems to merge with the menu of the MDI parent. Is this a setting I can change? The child form is not maximized, I want the menu for the child form to be on the child form unless ...more >>

more info required from exceptions
Posted by Sam at 3/16/2004 4:41:06 PM
H When an exception is thrown I want to be able to retreive the line of code that raised the error (the actual code, not the line number) and the values of the parameters passed into the routine. Is this possible? The ex.StackTrace() does not produce this information Regard Sam...more >>

Active Directory Cache
Posted by Mario Rodriguez at 3/16/2004 4:37:04 PM
Hi People, Does anyone have some idea how to solve this situation: 1- I create an Active Directory programatically 2- I remove this user from the Active Directory 3- I create the same user again but throws an exception of "object already exists". My theory is that the object is keeped on a...more >>



datagridtablestyle class
Posted by mmusich at 3/16/2004 1:36:08 PM
Upon populating a DataGrid with an array object in a web app, I am unable to find the DataGridTableStyle class to instantiate a variable, and use it to modify the display format. Attempted updates show my vrsion of Visual Studio.NET us up-to-date. What should I do to make this class available for ...more >>

IADsPropertyList and IADsPropertyEntry in .NET
Posted by Mario Rodriguez at 3/16/2004 12:26:22 PM
I'm trying the following code, but never finds the IADsPropertyList and IADsPropertyEntry interfaces, I added the System.DirectoryServices reference but the error persists, any idea ? foreach(string sPropName in deCurrEntry.Properties.PropertyNames) { ListViewItem lvItem = lsvDetails.Items.Ad...more >>

what is best method of designing objects
Posted by Jason at 3/16/2004 12:21:10 PM
This is a software design question. What is the best way to design an object, such as a person, that will have a lot of methods and properties Option 1. All methods and properties in the person object Option 2. All properties in the person object and the methods are stored in a person handler obj...more >>

how are classes stored in .net
Posted by Jason at 3/16/2004 9:21:09 AM
When I create several instances of a class, is it just the properties that exist as multiple copies. What happens to the methods i.e. common functionality? If they are stored in a session object, what is actually stored ...more >>

Deployment
Posted by Vihs at 3/16/2004 9:15:40 AM
Hi, I am using VS.Net 2003. I have created a web setup project. During the installation, I have a Custom Action to run sql statements on SQL Server. The problem I am facing is that if none of the sql statements cause error upon, running, the install goes through fine. If any sql statement prod...more >>

Windows service and threads
Posted by NWx at 3/16/2004 8:15:30 AM
Hi, I want to develop a windows service. It will look into a database for some records in a notification table, and based on datetime in some field, will send an e-mail message. This is my first service app, and also first time I want to use threads, so I need some advices - thoughts Ap...more >>

How to modify an item in BaseCollection
Posted by faridt NO[at]SPAM coned.com at 3/16/2004 7:53:53 AM
Hi, I've created a collection of "MyStruct" using CollectionBase. It works fine but i can't modify any property of an item of collection because InnerList and List give me a readonly value. How can i modify an existing item of this collection? Thanks TF...more >>

Funky characters in watch window
Posted by google NO[at]SPAM easiesttoremember.com at 3/16/2004 7:18:16 AM
I'm trying to check what database my crystal report is set to, so I added the ConnectionInfo object to the watch window and the property name that holds the database name is hex $04 + "S" ???? What the???? There are 4 other properties with the same funky hex $04 as the first character in the pr...more >>

Server Application
Posted by Randyb at 3/16/2004 6:49:34 AM
I need to have an exe and supporting dll's on a Windows 2000 Advanced Server and allow each desktop to access and run the exe on the server. What is the best way of going about this. Can someone point me in the right dirction? TIA rpb ...more >>

Drawing utility/active-x for vb.NET
Posted by tg at 3/16/2004 5:21:08 AM
Is there a way to draw lines, circles and boxes in vb.net like it was in vb-clasi Thanks in advance tg...more >>

Why MC++ is faster then C# ?
Posted by Gawelek at 3/16/2004 12:28:35 AM
I made some benchmarks and MC++ is much faster then C#. They should be compiled to the same TYPE of code and therefore their performance should be +- equal. Can sombody explain me this thing ? -- Gawel ------------------------------- Pierwszy ³yk z pucharu nauk przyrodniczych czyni ateist±...more >>

dynamic arrays
Posted by soosan at 3/16/2004 12:23:28 AM
hi i dont know the size of my array. how do i create dynamic arrays in c#? like vb allows redim and preserve i havent come across anything like that in c# thanx ...more >>


DevelopmentNow Blog