Unable to access c# code from VB.NET in the same solution

  • Thread starter Thread starter Shadowboxer
  • Start date Start date
S

Shadowboxer

This is a little puzzling,

I have a solution (SolutionA)

and have about 14 Projects in it that are VB.NET

I have to use some code which is C# and thought I could just add a reference
and use that to call the methods in the file. Seeems not to be the case, I
have added the reference but the project's classes or project reference does
not show up on the autolist that imports gives.

essentially the solution doesn't see the csharp class.

any ideas?
 
Back
Top