I have one project IBSampleApp used in two solutions and it’s classes suffer the following compiler error in both.
inaccessible due to it’s protection level
Error in IBClient.cs of IB Execution project in Execution solution:
TickPriceMessage class in IBSampleApp project:
Added InternalsVisibleTo property to AssemblyInfo.cs of IBSampleApp project (recommended by @JamesFaix):
The problem persistes still. How to make TickPriceMessage class available to both solutions?