Reputation: 995
I am facing problem with debugging my 64 bit application thru a project of type class library ( C#). Here are the steps:
And if I manually start the application and then attach my project thru attach to process then everything works fine.
Any hint to resolve it would be really helpful.
Upvotes: 0
Views: 63
Reputation: 995
Ok problem was different. Actually target framework for application is framwork 4.0. And my class library project is 3.5 based. Changing it to 4.0 resolved the problem.
Upvotes: 1