can someone please tell why , Great Microsoft that created C# language and now we\'re in C# 4.0 , dont have an important feature that C++\\CLI has !!,which is to directly compile and li开发者_开发技巧
I have trouble to expose a .NET assembly in COM. It seems that I must be missing some basic step because I think I followed all tutorials and documentation I found as well as common sense, but still w
I have some legacy vb6 applications that need to talk to my .Net engine application. The engine provides an interface that can be connected to via .net Remoting.
We are using a COM Interop (C#) to allow for a VB6 application to send data to a server.Once the server receives the data, the managed code will raise a DataSent event.This event is only fired after a
I\'m developing a huge console application for Unix using C# via Mono. If I develop that app using M Visual Stud开发者_高级运维io and .NET 3.5 and I carefully neglect to use win32 specific API calls,
Here is a list of blittable types.It contains Int32 and Int64.But I don\'t see just plain \"int\" on the list.How does C# treat the plain \"int\" type?Does it just get replaced with Int32 or Int64 dep
I\'m trying to make sure that my Managed to Unmanaged calls are optimized.Is there a quick way to see by looking at the IL if any non-blittable types have accidentally gotten into my pinvoke calls?
I\'m using the Word 2007 spellchecker via Interop in a VB.net desktop app. When using the default language (English), it works fine. If I set the language to French via LanguageId, it also works. But
I am at a point in my Erlang development where I need to create a C-Node (see link for C-Node docs). The basic implementation is simple enough, however, there is a huge hole in the doc.
I\'m running into the classic scenario where, when creating Word COM objects in .NET (via the Microsoft.Office.Interop.Word assembly), the WinWord process won\'t exit even though I\'m properly closing