Link to home
Start Free TrialLog in
Avatar of prashanth ag
prashanth ag

asked on

Debug Target Is Missing? (.net 2008 VS)

When I try to re build windows application using MS VS 2008 , I get the following error
1.      Please build the project and retry, or set the Output Path and Assembly Name properties appropriately to point at the correct location for the target assembly
2.      The type or name space name  ‘shared ‘ doesn't exist in the namespace Crystal Decisions(are you missing an assembly reference)
Avatar of kaufmed
kaufmed
Flag of United States of America image

Do you have a value in the Output Path?
SOLUTION
Avatar of Jacques Bourgeois (James Burger)
Jacques Bourgeois (James Burger)
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Mike McCracken
Mike McCracken

Are you using Crystal in the project?

Is it the version that is available for VS or a full version?

If a full version are the developer dlls installed?

mlmcc
Avatar of prashanth ag

ASKER

hi mlmcc

1.yes.
2.VS 2008 Full version
3.i think No
I meant the full version of Crystal.

mlmcc
where to download crystal report VS  2008 and how to install the same
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I have got the solution

https://msdn.microsoft.com/en-us/library/bb398202.aspx
https://msdn.microsoft.com/en-us/library/cc668079.aspx

or
In visual studio go to project icon on top->properties->change target frame work to .net framework 4. after that in solution explorer-> add reference ,you can see all the crystal report dll and add it.