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 distributed apps > december 2004 > threads for december 22 - 28, 2004

Filter by week: 1 2 3 4 5

vb.net To Asp.net
Posted by Venkat at 12/27/2004 11:31:01 PM
i Develop one Application as window based Control .i Want call it on web application how plz help me...more >>


Reflection
Posted by Venkat at 12/27/2004 11:27:01 PM
What is Reflection and where should i USe ? plz help me...more >>

.NET application architecture involving heterogeneous data sources
Posted by Simeon Lobo at 12/27/2004 2:06:05 PM
Hello All, I am in the process of building a proof-of-concept ASP.NET reporting application that compares using a DataSet to hold information from various data sources (SQL Server 2000 and Oracle 8i). The above solution will be compared in terms of performance to a similar proof-of-conce...more >>

WellKnown Single Call Objects and Enterprise Services
Posted by Mehdi Mirzaie at 12/27/2004 7:25:04 AM
Hi , Remoting automatically call Dispose method for disposable wellknown-single call objects . But when our objects are COM+ objects in a Server Application Activation type it does not work correctly .in other word, after each method call from Remote Client Remoting in Remote Host Process d...more >>

Creating and using AppDomains
Posted by Robert Strickland at 12/25/2004 12:19:14 AM
We are looking at creating an .Net AppDomain and executing specific assemblies inside that AppDomain. Where is there documentation or site that provides an overview of starting assemblies inside a new AppDomain? Thanks. ...more >>

AzManProvider is not declared & The type or namespace name Interop does not exist ERROR
Posted by Cello at 12/23/2004 2:42:39 PM
Dear Group, I am running Windows 2000 Advance Server SP4. I have just downloaded Authorization and Profile Application Block and tried to Build it but I keep getting the following errors: When building this solution "AuthorizationQuickStart.snl", I get this error: "C:\Program Files\Micros...more >>

COM+ object pooling without a strong name
Posted by Garnet2 at 12/23/2004 1:53:04 AM
Hi, I'm using a 3'rd party component that I need to pool, the only problem is that the component doesn't have a strong name and I don't have the source for the component either. Does anyone know how to get around this - or how to implement a object pool with JIT ? Thanks in advance. ...more >>

Need Help With InitializeLifetimeService Strategy
Posted by localhost at 12/22/2004 3:14:21 PM
I have a remoted Singleton (Synchronized Hashtable) that is used by an ASP.NET app. I would like it to recycle itself (so the RAM is returned back to the runtime) if it has not been used for an hour (eg during a maintenance window). Right now all I have in my class is: // note - class...more >>



Page_Load Event Fires Twice
Posted by Dianna at 12/22/2004 1:53:02 PM
I have seen a few discussions regarding the above but no real resolution or reason for why this is happening. I have an aspx page with a couple of user-controls (web) and a datagrid and the page loads twice. I wonder if this is an IE issue. When I tried on my laptop the error did not o...more >>

.NET Remoting
Posted by kmacintyre at 12/22/2004 7:35:10 AM
I am using .NET Remoting to transfer a file over a network in the form of a byte array. I am registering the server using: TcpChannel chan = new TcpChannel(8085); ChannelServices.RegisterChannel(chan); RemotingConfiguration.RegisterWellKnownServiceType(typeof(HICONServer), "C4I.EDMSIM.HICON"...more >>


DevelopmentNow Blog