Click here to Skip to main content
16,009,112 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: Image Column in a DataGrid? Pin
Christian Graus5-Jul-05 13:19
protectorChristian Graus5-Jul-05 13:19 
GeneralRe: Image Column in a DataGrid? Pin
Anonymous5-Jul-05 16:37
Anonymous5-Jul-05 16:37 
GeneralRe: Image Column in a DataGrid? Pin
Christian Graus5-Jul-05 16:57
protectorChristian Graus5-Jul-05 16:57 
Generalconnecting vs.net c++ to mysql Pin
__horus__4-Jul-05 7:00
__horus__4-Jul-05 7:00 
GeneralRe: connecting vs.net c++ to mysql Pin
Christian Graus4-Jul-05 13:19
protectorChristian Graus4-Jul-05 13:19 
GeneralOutlook express add in Pin
Wessam Fathi3-Jul-05 14:14
Wessam Fathi3-Jul-05 14:14 
GeneralaxWebBrowser in MC++ Pin
2-Jul-05 9:31
suss2-Jul-05 9:31 
GeneralRe: axWebBrowser in MC++ Pin
ursus zeta3-Jul-05 12:31
ursus zeta3-Jul-05 12:31 
If you are getting an Interop error saying that the namespace does not exist, it's because Visual Studio .NET can not find the generated assembly.
Where is it? You can put it in your project directory, this is a default Visual Studio search location. You can also set the search path by right clicking on the project in the Solution Explorer and setting the path in the appropriate property page.
Read this from MSDN:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vxurfVCDirectoriesProjectsOptionsDialogBox.asp[^]

You want to set the path for the reference files. You must select this from the dropdown menu (the default is the #include directory).
Also, Adam Nathan does exactly what you are doing in his book, ".NET and COM: The Complete Interoperability Guide"; he provides all the code and an very clear explanation about how and why you are doing what you are doing. If you are new to this kind of thing, I would recommend reading the book, it's excellent.
GeneralRe: axWebBrowser in MC++ Pin
osamahmirza4-Jul-05 10:11
osamahmirza4-Jul-05 10:11 
GeneralDeveloping Database Applications Using Dialog Forms instead of SDI or MDI with ADO connectivity Pin
Wisdom200429-Jun-05 21:24
Wisdom200429-Jun-05 21:24 
GeneralRe: Developing Database Applications Using Dialog Forms instead of SDI or MDI with ADO connectivity Pin
osamahmirza2-Jul-05 9:56
osamahmirza2-Jul-05 9:56 
Generalproblem with _beginthread in second class Pin
Niels_Bergsma29-Jun-05 12:56
Niels_Bergsma29-Jun-05 12:56 
GeneralArray Pin
Saksida Bojan28-Jun-05 6:05
Saksida Bojan28-Jun-05 6:05 
GeneralRe: Array Pin
ursus zeta2-Jul-05 8:50
ursus zeta2-Jul-05 8:50 
GeneralMagaging Document and View Classes inDialog Based Database applications. Pin
Wisdom200428-Jun-05 0:59
Wisdom200428-Jun-05 0:59 
GeneralRe: Magaging Document and View Classes inDialog Based Database applications. Pin
Sheng Jiang 蒋晟10-Jul-05 14:06
Sheng Jiang 蒋晟10-Jul-05 14:06 
QuestionHow to wrapp Friend function in managed c++? Pin
SudhaMakki28-Jun-05 0:51
SudhaMakki28-Jun-05 0:51 
AnswerRe: How to wrapp Friend function in managed c++? Pin
ursus zeta2-Jul-05 8:55
ursus zeta2-Jul-05 8:55 
GeneralCreating Files Pin
Saksida Bojan27-Jun-05 10:02
Saksida Bojan27-Jun-05 10:02 
GeneralRe: Creating Files Pin
osamahmirza2-Jul-05 10:07
osamahmirza2-Jul-05 10:07 
GeneralRe: Creating Files Pin
Saksida Bojan3-Jul-05 3:38
Saksida Bojan3-Jul-05 3:38 
GeneralRe: Creating Files Pin
afinnell15-Jul-05 15:50
afinnell15-Jul-05 15:50 
GeneralRe: Creating Files Pin
Saksida Bojan18-Jul-05 4:35
Saksida Bojan18-Jul-05 4:35 
Generalopening word and passing strings to a word template doc in C++ Pin
JPARR27-Jun-05 0:37
JPARR27-Jun-05 0:37 
GeneralRe: opening word and passing strings to a word template doc in C++ Pin
ursus zeta28-Jun-05 10:19
ursus zeta28-Jun-05 10:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.