mamin,
Is it possible that the methods you see in VB are static? In C#, you
won't see them on instances, rather, you will see them only when scoped
correctly (VB is more lax about this).
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
It's VB.NET unfortunately

Moreover I don't have source of this dll.
U¿ytkownik "Cowboy (Gregory A. Beamer) - MVP"
<
[email protected]> napisa³ w wiadomo¶ci
VB or VB.NET? If this is classic VB, try this. Break binary compatibility
and
compile to a new DLL. Then examine in C# and see if you still cannot see
the
methods. If so, it has to do with COM interfaces. I am not sure what the
solution is, but that is where I would start to look.
---
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
***************************
Think Outside the Box!
***************************
:
Hi
How can I use VB libraries in C# code? I have library.dll file and
after
adding it to references in C# i can see only 4 methods, while after
adding
it to VB's references i can see 15 methods.