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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|