I have been trying to referenceClass library I have in a windows form application I am currently working on but it's not working! I created the DLL file by going to Projects > Build Solution and even tried using the Clean build and other misc options to create the DLL but nothing is working.After I add the DLL file as a reference in my Windows application, intellisense still won't recognise the
Code:
using ClassX
statement.I even made sure both programs target the same .NET 4.0 network.Does anyone have any idea of what could I be doing wrong?