all groups > dotnet interop > march 2008 > threads for march 29 - 31, 2008
Filter by week: 1 2 3 4 5
.Net Assembly from Classic ASP and VB6
Posted by JohnW at 3/31/2008 9:50:58 PM
Hi All.
I've been asked to write a .Net assembly that will be accessed from a
couple of VB6 applications and some .ASP pages. I have a few general
type questions if someone could help.
I haven't been programming for long but this looks like a great chance
to earn some dollars and gain a lo... more >>
Problem with the com interoperability
Posted by Sanjin at 3/31/2008 12:08:57 PM
I have posted the following question in microsoft.public.dotnet.framework
newsgroup, but without the answer, so I am reposting here:
I have the assembly (C#, net 2.0, XP SP2) that is used from the windows
forms application. Assembly is called from the managed code (also from
unmanaged). When... more >>
NHibernate Interop
Posted by msabaterlozano@gmail.com at 3/30/2008 1:08:21 PM
HI all,
My company is migrating from vb6 to .NET. One of the task involved
with migration is to use an O/R mapping technology such as NHibernate
or .NET Entity Framework
We need to interop NHibernate untill we are 100% .NET (think of 2
years or so).
When we tried to interop NHibernate we d... more >>
Sending WM_LBUTTONDBLCLK to a ListView control
Posted by ME at 3/30/2008 11:41:56 AM
I have am trying to automate a .NET application (app A) from another .NET
application (app B). App A has a Listview control that I would like to send
a WM_LBUTTONDBLCLK message to. Unfortunately all my attempts at this from
App B have been ignored in App A. Does anyone know how to successf... more >>
Passing a RCW to another RCW method
Posted by Nishith Prabhakar at 3/29/2008 7:42:06 AM
Hi,
I am facing some memory leak problems with COM interop cleanup. Will
the following code cause any memory leaks because of the
wrapper.methodCall method (part of the exposed COM interface).
1) Is the refcount incremented when the methodCall is made?
2) If yes, where is the refcount - in ... more >>
|