I have console app, and lib project in solution. After I built solution, I register lib project [dll] to GAC(and checked that it is there) and remove that dll from folder. But my console application cannot run because it cannot find lib dll.
What am I doing wrong?