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
Rahul M
NA
9
11.4k
Access methods declared in interfaces of another project
Jun 6 2011 4:24 AM
I have project "X" in C# using .Net framework 2.0 ,I am Adding the assembly created to GAC using utility gacutil and registering it using regasm while doing this I exporting it into a tlb so that i can expose it into a C++ , that works fine.
Now I have added reference of this assembly(X.dll) in another C# project "Y" which uses .Net framework 3.5.Here I can see the namespace and interfaces and classes but whiel trying to access methods declared within interfaces ,no method seems to be accessible in it.
What I am missing?
Reply
Answers (
2
)
Graphics.MeasureString - Having trouble with CellPainting with DataGridView
web2.0