I am doing a small application using .NET
First I created a windows application
Then I created windows control library
Then I build the control library
Then I add project reference to the control library from windows application
When I try to put the control on the windows application I got following error.(attached)
I then try the same procedure on a different machine and it worked..
I have been trying to make this work in my computer for last couple of days.
And it simply does not work..
But if I put dll reference instead of project reference in my machine it works fine.