Earn up to 1000 $ per month only for reading your Mails!!!!!!!!
Tue, 23 May 2006 16:01:51 +0200
...
|
com+ and gac
Mon, 22 May 2006 14:20:06 +0200
Hi,
I have a simple question : is it ncecessary for a com+ application that ALL
assemblies used by this application must be in GAC?
Thanks a lot
Vincent
...
|
Hashtable in SPM
Wed, 17 May 2006 00:43:01 -0700
Hi,
Can we use a hash table in SPM ? I've written a small code, but it is not
working. I don't know whats wrong with the code:
private SharedPropertyGroupManager spmGrpMgr;
private SharedPropertyGroup spmPrtGrp;
private PropertyLockMode plockmode = PropertyLockMode.SetGet;
private PropertyReleaseMode pr ...
|
Using persistent subscriptions/eventclasses with windows forms
16 May 2006 06:51:43 -0700
I have a persistent LCE that is installed and registered in the COM+
repository and is visible in the Component Services tools.
However I cannot seem to figure out how a windows form instantiates a
subscriber class and passes a mulitcast delegate to the subscriber in
order for the windowsform event handler b ...
|
ASP.NET Webservices for a single application
Thu, 11 May 2006 22:47:14 +0200
Hi NG,
I habe a very general question concerning offering webservices for a single
application: What is the best way to do so? My concrete problem is the
following: I have a batch-processor running on my machine, where several
batches should be initiated via webservice. What is the best way to
integrate ...
|
Remotely called COM+ Server component that references a .Net assembly is looking for this assembly on the client computer. - COMIssues.txt (1/1)
Wed, 03 May 2006 11:44:44 -0400
...
|
Remotely called COM+ Server component that references a .Net assembly is looking for this assembly on the client computer. - COMIssues.txt (0/1)
Wed, 03 May 2006 11:44:43 -0400
-= Background =-
Years ago, my firm used a third party COM dll to send emails from the
Intranet. Obviously, sending emails from applications is a very
useful thing to be able to do, so, after I was hired, we created a VB6
COM class, hosted in MTS, to expose an interface that the web apps and
client based .ex ...
|
|
|
strong name keys
Sat, 29 Apr 2006 16:13:08 GMT
Is it required to make strong name keys of the dll's to create interop
assemblies, If i use different dll's(like cdoex.dll) in my com+ dll. Or is
this only necessary when i can't set a reference to the library Immediately
from insite the project?
--
Message posted via http://www.dotnetmonster.com ...
|
difference between assembly: Guid("") in assemblyinfo.cs and Guid("") in class
Sat, 29 Apr 2006 14:27:08 GMT
I'am a little bit confused because where to place the GUID for a the com+ dll
in the assemblyinfo.cs or in the class implementation
--
Message posted via http://www.dotnetmonster.com ...
|
Invoking COM / .NET DLLs from Windows Service
Thu, 27 Apr 2006 22:57:53 +0530
Hi,
We are developing a .NET application which will invoke the methods from
different COM / .NET DLLs. While invoking methods from .NET DLLs, I am
encountering the following error. I have also included the detail of the
error stack trace and the code that I have written to invoking the methods.
...
|