interop
C# application works on Win 7 But not on XP
I have built an application in C# and also built a setup for this application. The application on setup works on all Windows 7 machines but doesnt seem to work on any XP machine.[详细]
2023-04-07 08:39 分类:问答Problem at marshalling a standard C++ string to a C# string
I\'m writing a wrapper for a DLL that manages an OCR device. The DLL has a method whose signature resembles the following:[详细]
2023-04-07 06:36 分类:问答How can I implement a Java interface with variadic methods in Scala?
I am implementing a Java interface containing variadic methods like so: interface Footastic { void foo(Foo... args);[详细]
2023-04-06 20:55 分类:问答How to Recalculate / Refresh the specific cells in Excel interop?
Lets say I have a marker, \"#Refresh#\", on some cells, which indicate that these cells need to be recalculated 开发者_开发知识库at later stage.[详细]
2023-04-06 20:07 分类:问答C# Word Interop, Pasting Clipboard into Paragraph
I have a report builder I\'m making that builds the start of a report in word. Word is then kept open for the user to carry on with the report. The report builder gets rtf from a database that is to b[详细]
2023-04-06 12:19 分类:问答Debugging A VC++ 6 DLL Called From C#
I have an old DLL written in Visual Studio 6 which I am calling from C# written in Visual 开发者_运维百科Studio 2010. The DLL is not working properly and I want to debug into it. How can I do this? I[详细]
2023-04-06 01:17 分类:问答Exposing a .Net Class to COM, while it has a Private Generic type member
While studing to the 70-536 exam I faced this question: You create the following class: public class HomePage{[详细]
2023-04-05 22:31 分类:问答WCF: Marshal.GetActiveObject(...) - Returns all processes or just current user's
Will this return objects created by other users开发者_JAVA技巧 or just the current user? Thanks![详细]
2023-04-05 17:51 分类:问答ASP.NET and COM interop
I am trying to use a COM component in my asp.net web application. In this Component I am passing the path of an image file stored in my server directory and this component is giving me an IPicture dat[详细]
2023-04-05 15:25 分类:问答Monodroid, Interop betwen Java and C#
We have a big Java application under Android (\"big\" just means it\'s too much work to translate the application). We must access to an engine written in .Net (this engine is also too \"big\" ...). T[详细]
2023-04-05 14:39 分类:问答