obquxt ualkjxemv
(1 messages)
Date: Mon, 13 Aug 2007 11:20:41 -0700
etvunp uwodiak odbxkir psbai vlfktjayx hsnlmfw zapvuboqk ...
|
Interop & role-based security
(1 messages)
Date: Mon, 13 Aug 2007 09:32:03 -0700
I've written a serviced component in C# that interacts with some COM
components (in a separate process). All components are run on the
same machine (currently under the Administrator account). I've
enabled role-based security ...
|
Convert IDL interface and enum into Managed C++ (C++ CLI)
(1 messages)
Date: Mon, 13 Aug 2007 06:08:57 -0700
I am working on a project that currently has the interfaces and some
enum's defined in VC6 IDL. The only implementors (servers) of the IDL
are Managed C++/CLI, though some of the consumers (clients) are C# and
unmanaged ...
|
Excel Export - Error on Windows Vista - Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT)
(2 messages)
Date: Mon, 13 Aug 2007 15:33:41 +0300
Hi All
I write on C#
This Code work fine, but un Windows Vista I get an Error Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT)
--------program fragment System.Threading.Thread.CurrentThread.CurrentCulture = System ...
|
False positive on interop_shell32.dll generated by VS2005?
(2 messages)
Date: Sun, 12 Aug 2007 23:40:00 -0700
Hi all,
A customer reported that their Antivirus software (Rising Antivirus 2007)
detected a virus in our product, specifically the "Backdoor.Agent.hyn" trojan
in the interop.shell32.dll file generated by Visual Studio ...
|
Interop from a timer event
(6 messages)
Date: Sat, 11 Aug 2007 13:52:14 -0500
I have a service that accesses a VB6 COM component on a timer event. On
64-bit windows (running in 32-bit "mode") the process fails if it is run in
a secondary thread but works fine when run on the main thread. This
behavior ...
|
Outlook security warning - A program is trying to access outlook
(1 messages)
Date: Thu, 9 Aug 2007 20:46:05 -0700
Our application converts various text document formats to text files. Users
can use the application to select a supported file (doc, pdf, msg etc.) to
generate a text file (.txt) .
But there is an issue with converting ...
|
COM+ and WndProc in .Net
(2 messages)
Date: Thu, 09 Aug 2007 08:16:12 -0700
Hello,
I have a COM+ component which i am trying to use from a .Net
application. I have a requirement to make it hang-safe, so that if any
function in COM+ would hang, the application itself would be able to
recover.
Of ...
|
Tsuruda
(1 messages)
Date: Thu, 09 Aug 2007 01:21:26 -0700
...
|
LoadFrom() searching wrong dir for unmanaged->COM->CLR->.NET remot
(1 messages)
Date: Wed, 8 Aug 2007 13:46:03 -0700
I am using COM to integrate some .NET components into a legacy app, and am
running into a difficulty with locating assemblies.
I have a C# class that is exposed vi COM interop, and registered as a COM
object. I am creating ...
|
|
Accessing enumerators in C# DLL from VB6
(2 messages)
Date: Wed, 8 Aug 2007 09:22:03 -0700
Hello.
I have a problem. I have to access enumerators of the enum that is
located in DLL written in C#. Currently I can do that from VB6 only by
using underscore, like EnumName_enumeratorOne... but I need to do that
the ...
|
App started in a new session via CreateProcessAsUser never shows u
(1 messages)
Date: Tue, 7 Aug 2007 14:48:01 -0700
Hi,
My system service (running as LocalSystem, on Windows 2008, June 2007 CTP)
is trying to launch a client app in a user's interactive session. I followed
the guidelines from MSDN, but the process fails silently. None ...
|
WinUsb: WinUsb_ControlTransfer
(1 messages)
Date: Tue, 7 Aug 2007 23:28:34 +0200
Hi,
I'm porting my libusb-win32 device to WinUsb. It is completely controlled
via the Control Pipe so all I want to do is sending control messages to the
device which IMHO can be done via WinUsb_ControlTransfer.
I've ...
|
.NET interface not appearing in COM+ app... help?
(4 messages)
Date: Tue, 07 Aug 2007 11:10:11 -0700
Hi all. I have a .NET component that implements several interfaces
and derives from ServicedComponent. It has a fixed GUID and ProgID.
Everything was working great, and then I implemented a new interface,
IConnectionPointContainer ...
|
Yearby
(1 messages)
Date: Tue, 07 Aug 2007 07:51:54 -0700
...
|
E_NOTIMPL in GetData method when querying objectSID from Directory Object Picker
(2 messages)
Date: Tue, 7 Aug 2007 11:13:40 +0200
Hi,
I'm trying to get the objectSID from the active directory objects selected
in the directory object picker dialog. But IDataObject.GetData() returns
always 0x80004001 (E_NOTIMPL) when I supply the attribute 'objectSID' ...
|
Enums and Import of Type Library
(2 messages)
Date: Mon, 6 Aug 2007 08:52:00 -0700
I have written a COM interop DLL in VB.NET for .NET 2.0.50727. In it, I have
defined one of the enums as follows:
Public Enum side : uint
All = &HFFFFFFFF
Left = &H0
Right = &H1
Count = ...
|
Titova
(1 messages)
Date: Sun, 05 Aug 2007 23:42:58 -0700
...
|
How to drag and drop a .NET control as an embedded object?
(1 messages)
Date: Sat, 4 Aug 2007 10:06:01 -0700
Hi,
I'd like to be able to use my custom .NET control as an embedded object, and
drag and drop it between OLE- capable applications. I'm having difficulty
doing this.
One option is to registr the .NET control as ActiveX ...
|
How to place a custom .NET control in clipboard for OLE data trans
(1 messages)
Date: Sat, 4 Aug 2007 10:04:00 -0700
Hi,
I'd like to insert a custom .NET control into clipboard as a part of OLE
drag and drop data transfer, or to be manually pasted something like Word or
Excel. My control otherwise works as an ActiveX (you can insert ...
|