| Thread | Last Post | Replies |
|
| App structure ideas | 20 Jun 2005 08:08 GMT | 1 |
I am writing a vb.net app to which I would like to allow people to write add-ins by exposing various parts of the app. What sort of structure I am looking for to accomplish the exposure to third parties? I am new to .net and this is going to be my first serious app.
|
| Convert void pointer to System.Object | 18 Jun 2005 19:16 GMT | 2 |
Hopefully someone can help me out with this; if what I'm asking is even possible. My basic question is how can I convert a void * into an Object and then later convert it back again.
|
| How to export a .net controls into ActiveX control? | 18 Jun 2005 14:49 GMT | 1 |
hi, all I developed an .net control, that inherited from Control class using C# language. Now, I want to use it in native VC++ or VB6 or Delphi ect, What should i do?
|
| Passing a struct containing a union from c# to win32 | 18 Jun 2005 11:26 GMT | 3 |
I need to marshall a struct containing a union. The union part is not being correctly passed. Any ideas on what I am missing or doing wrong? Thanks for your help! Johann
|
| Mshtml Deployment | 18 Jun 2005 04:14 GMT | 1 |
we need to deploy Microsoft.mshtml and tried as follows: * install the assembly into the gac (installshield) * registering the assembly (installshield - COM interop) This works for users who executed the install-program for our software. All
|
| How to handle InvalidActiveXStateException | 17 Jun 2005 21:10 GMT | 1 |
I'm attempting to create a vb.net class (no form) which uses functionality provided by an activex control. 1) I've ran aximp and added the 2 references, 2) Added the declaration:
|
| COM interop: no change but get TypeLoadException | 17 Jun 2005 17:16 GMT | 1 |
I have a solution with many projects, of which several have COM references to a third-party DLL. At initialization, our application performs reflection searches through the assemblies in its start directory to discover its functionality. In other words, most of the
|
| Operation Aborted connecting to Outlook 2003 AddIn | 17 Jun 2005 15:59 GMT | 2 |
When attempting to connect to a COMAddIn, I get the following exception: {System.Runtime.InteropServices.COMException} [System.Runtime.InteropServices.COMException]:
|
| exe exporting to windows service | 17 Jun 2005 13:35 GMT | 1 |
I have a exe that is registered and runs in my account. How can i run this exe in windows services so that everyuser to the server can have access to this exe. I need to also have this exe start when server starts.
|
| Marshaling 2-Dim Arrays | 17 Jun 2005 09:17 GMT | 7 |
I am currently writing a C# app replacing an old app written in VB6. Part of the app save it's structure contents to a binary file. The old VB6 app dumps the structure into the file via: Put #Fnumb, , MyVB6Structure
|
| NUnit tests on .NET wrapper of native DLL fail second time run | 17 Jun 2005 08:07 GMT | 3 |
We have a class that is a basic wrapper around a native 3rd party C DLL. We created an NUnit test against the wrapper and it passes fine the first time. However, when we run the tests again, it always fails
|
| COM interop TypeLoadException with NUnit | 16 Jun 2005 19:17 GMT | 1 |
Sorry about the multipost, but I realized too late after I posted to m.p.d.l.c# that my question might be more appropriate in this group. I have two C# projects: a production project and NUnit tests for it. I've recently added a test that causes a call into a registered COM
|
| .NET control exposed as ActiveX | 16 Jun 2005 06:34 GMT | 6 |
This is what I want to do: I want to develop a .NET Windows Control, expose the control as an ActiveX and host the control from a VB6 form. The control has to expose a MyEvent event.
|
| The check of the signature failed for assembly... | 14 Jun 2005 23:57 GMT | 1 |
I have this working in vs.net 2002. I'm now moving to vs.net 2003. vb6 exe calling vb6 ocx which references vb.net dlls. vb.net dlls are delay signed so I can obfuscate before strong naming. vb.net dlls reference a few activex controls and dlls that I've imported and strong ...
|
| migration vb6 to vb.net | 14 Jun 2005 17:01 GMT | 2 |
I Am trying to migrate a vb6 project to vb.net but in the upgrade wizard the conversion crash with a critical error (vbu.exe unspecified error ....) when the wizard is loading type library stdole I have vs2002 sp1 Framevork1.1 sp1
|