I need C# help from the experts out there. I'm running my programs command line on Ubuntu. I have two Class files , Class A and Class B and I am trying to use Class A inside of Class B. I tried using the same namespace for both of them and including Class B in the header of Class A with my include System.xxx tags but I'm getting the following:
"TdFMain.cs(26,26): error CS0246: The type or namespace name `Biker' could not be found. Are you missing an assembly reference?"
Does anyone know how I can get these two files working together? Thanks in advance,