go to definition???

  • Thread starter Thread starter Garfield
  • Start date Start date
G

Garfield

In Visual Studio 2005, i click right on code block to got to definition,
but instead of going to related class, i see metadata.

My Solution can be builded and working regularly. My solution consists of
Buiness, Utility an Data Layer and Web Site project.

I searched on google, found something that if source code is not available,
metadata is visible instead of real class. But how can i make source code be
available???

Please help me
 
Are the references project or assembly? I believe project refs work OK,
but assembly references report metadata from the binary, as all it has
is the dll.

Marc
 
I created a solution and added existing project to teh solution. after i had
added existing project, i built the project, added essential reference.
So, my problem was solved. I think , there was dependency or build order
problem.

Thank you your help...
 
Back
Top