| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | How would one obtain the parameter VALUES of a method that has already run?
I can find the method using the StackTrace and StackFrame classes but...
ME
|
09-21-2007 10:25 PM
ME | 2 | 42 |
|  | Try a bindingredirect from 1.0.2819.34866 to 1.0.0.0. IIRC that should
work. When the framework starts up to look for your assembly I believe...
Phil Wilson
|
09-21-2007 04:34 PM
Phil Wilson | 0 | 27 |
|  | I ran into this problem when trying to late bind a COM based application. (I
have an API description but no TLB to generate an RCW), so I had to...
tb2000
|
09-21-2007 10:00 AM
tb2000 | 0 | 5 |
|  | Hello,
I am trying to clean up the registry and I would like to backup the
keys I delete into .hiv files.using RegSaveKey and RegRestoreKey...
Michael Moreno
|
09-21-2007 07:32 AM
Michael Moreno | 0 | 8 |
|  | Hi,
..NET form itself loads ok but when I bind the DataSet to the report viewer I
get a "Can't find entry point" error.
e.g....
PGC
|
09-20-2007 05:52 AM
PGC | 1 | 8 |
|  | I have looked quite extensively on Google but cannot find much information
regarding debugging C# code running within a CCW.
My problem is...
Clive Smith
|
09-19-2007 01:52 PM
Clive Smith | 0 | 10 |
|  | Having spent years using Visual C++, I'm a relevent newbie to .NET./ I'm
fairly comfortable with teh new programming environment, but the one...
Jon E
|
09-19-2007 08:13 AM
Doug Semler | 3 | 8 |
|  | Hi,
I have a VC++ COM DLL which is making calls to C#.net DLL. The C#.net DLL
functions which are byte array expecting SAFEARRAY from VC++ DLL. VC++...
shiva
|
09-18-2007 11:07 PM
G Himangi | 1 | 10 |
|  | I have
interface IGroupPolicyObject
{
.....
}
and
class GroupPolicyObject
paul moore
|
09-18-2007 08:26 PM
paul moore | 0 | 16 |
|  | I have a couple of questions; I'd be grateful for some quidance:
A. Why does my C# DLL do the following:
1. expose (to VB 6.0) methods such as...
AA2e72E
|
09-18-2007 02:30 AM
AA2e72E | 0 | 7 |
|  | Hi,
I'm using form interop toolkit.
I've made a control with a button and deploy it. It's all right.
Now I have inserted a third party control into...
SP
|
09-15-2007 02:03 AM
SP | 0 | 8 |
|  | Hi Mattias,
Thanks for your response.
Could you point me at an example of using event delegate to initial
callbacks from a managed dll to a method...
curiousdotnet
|
09-14-2007 02:12 AM
curiousdotnet | 1 | 11 |
|  | I went thru the steps in the microsoft article
http://support.microsoft.com/?kbid=302901 and created an Outlook addin.
Now I don't know how to get...
Chuck B
|
09-14-2007 01:03 AM
G Himangi | 1 | 3 |
|  | Here is the error I am getting. Anybody know what I need to do to this
component? Do I need to register it? It won't let me regiter it. (see
previous...
=?Utf-8?B?Q2hyaXMgRGF2b2xp?=
|
09-13-2007 04:07 PM
Daniel Passwater | 2 | 10 |
|  | I just had an oh S#!^ moments, a week of work on an 8 week project
might get thrown out! I *THINK* the problem is that .Net is moving my
memory on...
Cartoper
|
09-12-2007 10:38 AM
Cartoper | 0 | 6 |
|  | I have a very simple (I think) question: How do I convert a unmanaged
GDI+ bitmap into a managed GDI+ Image? The code is C++ CLI (.Net
2.0). There...
Cartoper
|
09-11-2007 11:47 AM
Michael Phillips, Jr. | 3 | 6 |
|  | i'm using the clipboard and drag&drop to transport data (in its native
format) whithin my application. now i would like to provide this data
in other...
simonjarita
|
09-11-2007 10:57 AM
Michael Phillips, Jr. | 1 | 10 |
|  | Using DX8,
I am developing a VS2005, VB.NET program to record audio from with
the
mic or phone line in.
As a starting point, I found a tutorial and...
hzgt9b
|
09-10-2007 06:56 PM
hzgt9b | 3 | 12 |
|  | Hi Fellow Developers,
I am trying to write a webpart the will read from Outlook calendars.
I sucessfully wrote the application as Windows APP and...
SJ
|
09-10-2007 04:59 PM
SJ | 0 | 10 |
|  | Hi,
I have a Win32-Application (Excel 2000) living in a different directory
than my C++/CLI mixed mode DLL. I can load the DLL as long as it does
not...
Christian Schmidt
|
09-10-2007 03:33 PM
Christian Schmidt | 0 | 13 |
|  | I'm getting the error message "Class not registered (Exception from HRESULT:
0x80040154 (REGDB_E_CLASSNOTREG))" I have an interop component that a...
=?Utf-8?B?Q2hyaXMgRGF2b2xp?=
|
09-08-2007 08:07 AM
mh | 1 | 11 |
|  | Hello,
What is the siplest way to convert a System::String to un unmanaged array of
ASCII char?
thanks in advance
Pascal
Pascal Cloup
|
09-07-2007 10:25 AM
Doug Semler | 1 | 6 |
|  | On Sep 6, 3:47 am, Christian Fröschlin <froesch... (AT) mvtec (DOT) com> wrote:
Except when the function is not _stdcall <g>
=?Utf-8?B?UGF1bCBT?=
|
09-07-2007 10:23 AM
Doug Semler | 8 | 10 |
|  | I got a .Net application from a SDK that uses an interop component. I'm new
to interop using a com component, but don't you have to register a...
=?Utf-8?B?Q2hyaXMgRGF2b2xp?=
|
09-07-2007 10:18 AM
=?Utf-8?B?Q2hyaXMgRGF2b2xp?= | 0 | 8 |
|  | Hi,
I have a managed C++ DLL (or better, an assembly) Project (VS2005) using MFC
(shared).
I'm using MSScriptControl::IScriptControl, evaluating VB...
Paolo Pagano
|
09-07-2007 04:05 AM
Paolo Pagano | 0 | 14 |
|  | We're trying to follow the advice in the article below and wondering if this
is possible with MS Access.
We've exposed a bunch of .NET code to MS...
=?Utf-8?B?ZUFuZHk=?=
|
09-06-2007 09:24 PM
=?Utf-8?B?ZUFuZHk=?= | 0 | 14 |
|  | Hi,
I'm new to COM Interop. I need to pass custom objects from .NET
wrapper class to VB6 component. The .NET object contains various data
types....
nmasilamani@gmail.com
|
09-06-2007 09:15 PM
Patrick Steele | 1 | 10 |
|  | I read a lot of threads trying th solve the problem but with no
success.
I have my own very simple .Net com (C#). In the project properties I
set...
AlexZh
|
09-06-2007 09:14 PM
Patrick Steele | 3 | 11 |
|  | Hi,
I am writing a GUI application in C# ,where I need to access the
structure pointers from COM DLL.
I 'm able to access the unmanaged pointers and...
sekhar.roy@gmail.com
|
09-06-2007 01:00 PM
sekhar.roy@gmail.com | 0 | 4 |
|  | Hi,
I am writing a GUI application in C# ,where I need to access the
structure pointers from COM DLL.
I 'm able to access the unmanaged pointers and...
sekhar.roy@gmail.com
|
09-06-2007 12:59 PM
sekhar.roy@gmail.com | 0 | 9 |
|  | On Sep 5, 5:00 pm, Mattias Sjögren <mattias.dont.want.s... (AT) mvps (DOT) org>
wrote:
Thanks Mattias for your reply.What if when I share the...
sekhar.roy@gmail.com
|
09-06-2007 11:22 AM
sekhar.roy@gmail.com | 1 | 8 |
|  | On 16 Aug, 19:22, Daniel Lidström <some... (AT) microsoft (DOT) com> wrote:
the dispid is used with IDispatch which allows COM to late bind....
DeveloperX
|
09-05-2007 07:25 PM
Micky Duncan | 1 | 11 |
|  | Hi all,
Im perticular i want to convert the date / time formats used in Active
Directory.
Thanks.
Mike.
Michael M.
|
09-05-2007 04:55 PM
Michael M. | 0 | 9 |
|  | I am develloping a .net application using excel automation. Me and my
colleague are having trouble with the excel reference. When i add the
reference...
=?Utf-8?B?UmVtaUBuZXdzZ3JvdXBzLm5vc3BhbQ==?=
|
09-05-2007 01:40 PM
=?Utf-8?B?UmVtaUBuZXdzZ3JvdXBzLm5vc3BhbQ==?= | 4 | 14 |
|  | Hello,
I have a class in C# with events, which is exposed as a COM-object.
When I have a VB6 Client that is using this class, I see that...
Sascha Fueller
|
09-05-2007 06:46 AM
Sascha Fueller | 1 | 9 |
|  | ....
I downloaded and installed the office Xp Pia...
GS
|
09-04-2007 04:07 PM
GS | 0 | 10 |
|  | Mattias Sjögren <mattias.dont.want.spam (AT) mvps (DOT) org> wrote in
news:uNx6jca6HHA.4712 (AT) TK2MSFTNGP04 (DOT) phx.gbl:
You are right, of...
Charles Jenkins
|
09-04-2007 10:20 AM
Marcus Heege | 2 | 7 |
|  | Our application converts various text document formats to text files. Users
can use the application to select a supported file (doc, pdf, msg etc.)...
=?Utf-8?B?RGlsdW0=?=
|
09-04-2007 05:22 AM
=?Utf-8?B?RGlsdW0=?= | 2 | 6 |
|  | I use Marshal.GetActiveObject() to connect to a running instance of a
COM-Application.
Problem is under Vista with UAC enabled, it won't find any...
FLO
|
09-04-2007 04:49 AM
FLO | 0 | 11 |
|  | Is it possible to retrieve an item's "sizeconst" value dynamically?
I have the following member defined in a class:
private char units;
I want the...
MLM450@hotmail.com
|
09-03-2007 03:13 PM
Doug Semler | 1 | 8 |
|  | Hello,
I understand that the .Net runtime will sometimes try to release the
result of unmanaged function calls with CoTaskMemFree. What happens...
Alain Frisch
|
09-03-2007 12:36 PM
Alain Frisch | 0 | 11 |
|  | I created an activeX control that does a mailmerge. When I run the
page I get the following error message. I have created very simple
activeX...
John G
|
09-03-2007 09:20 AM
Patrick Steele | 1 | 8 |
|  | I am having trouble with closing excel application completely when done with
an excel application automation. I have to exit the vb.net...
GS
|
08-31-2007 03:34 PM
Lee Gillie | 3 | 6 |
|  | I am working on a .net 2.0 application that needs to open Excel spreadsheets
via interop, process the data applying appropriate business logic, then...
=?Utf-8?B?UiBCZW5haw==?=
|
08-30-2007 01:54 PM
=?Utf-8?B?UiBCZW5haw==?= | 0 | 4 |
|  | we deploy an msi via sms that simply copies the files into place then does a
regasm /tbl /codebase but it fails every time. If we run the msi as an...
=?Utf-8?B?dG9ueXI=?=
|
08-30-2007 12:38 PM
=?Utf-8?B?dG9ueXI=?= | 0 | 5 |
|  | Hello,
I've a basic question about .Net interop (pinvoke). I'm new to this
subject, so feel free to RTFM me (preferably with the good values for...
Alain Frisch
|
08-30-2007 12:36 PM
Alain Frisch | 0 | 9 |
|  | There is a dll that has a definition of ...
int suggest(spell *pMS, char *word, char ***slst);
I'm trying to figure out how to marshal the char***...
paul.welter@gmail.com
|
08-30-2007 12:13 AM
paul.welter@gmail.com | 0 | 5 |
|  | Can anybody tell me how to owerwrite an interop in GAC ?
Thanks,
Amit
Amit Khanna
|
08-29-2007 07:24 AM
Amit Khanna | 0 | 7 |
|  | That was exactly my problem. Here is how to resolve it...
An exported managed server (COM Object) with a type library registered by
the Assembly...
=?Utf-8?B?RGF2aW5jaV9KZXJlbWll?=
|
08-28-2007 01:24 PM
=?Utf-8?B?RGF2aW5jaV9KZXJlbWll?= | 5 | 6 |
|  | 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...
carl_bevil@yahoo.com
|
08-28-2007 12:12 PM
carl_bevil@yahoo.com | 1 | 8 |