TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Doug Belkofer
NA
2
0
Things showing in Object Browser that shouldn't
Feb 15 2006 5:00 PM
We've created a fairly complex assembly (DLL) in C++ that uses both managed and unmanaged code. The unmanaged code makes use a various standard C++ libraries, and some of the functions and types from the standard C++ libraries are showing up in the Visual Studio Object Browser. A good example of one of these items is the standard C++ "exception" class. It shows up in the Object Browser, and if you write VB.NET code that throws or catches an exception, it thinks its throwing or catching this kind of exception rather than the normal .NET System.Exception. Why is this happening? Is it possible to prevent these things from showing up in the Object Browser? We've done various tests of using __nogc as well as #pragma unmanaged, but nothing seems to stop these things from showing up in the Object Browser.
Reply
Answers (
0
)
C#.net accessing an Oracle Database
How to convert chinese name into pinyin format...??