Properties and methods that are not in the TLB created from the DLL through Visual Studio 2010

I have a project C# class libraryin Visual Studio 2010which I added a web link to WSDL pointing it to my web service.

I see that the proxies created in Visual Studio are great. (see below screenshot)

enter image description here

Objective: . My ultimate goal is to be able to send and forward these proxies to VBA (Excel 2010) and be able to name web methods there.

I created a TLB from this DLL by including 'Make COM visible'and 'Register for COM Interop'.

Problem . When I open TLB in Oleviewer, I see that properties and methods are lost in the path (see screenshots below).

enter image description here

enter image description here

Environment

  • Visual Studio 2010 Professional (target platform installed on x86)
  • Windows 7 x64
  • Office 2010 32-bit
  • .NET 4.0

- , - TLB DLL?

+3

All Articles