microsoft.common.target

G

Guest

I'm learning c#. I started trying to decipher microsoft.common.targets. I
deleted several parts and now my code won't compile.

Is there a way to get my compiler to reconstruct the file? Do I have to
build it all manually? When I try to build some of my files I get the error
The target "Build" does not exist in the project (MSB4057).
 
M

Mattias Sjögren

Is there a way to get my compiler to reconstruct the file? Do I have to
build it all manually? When I try to build some of my files I get the error
The target "Build" does not exist in the project (MSB4057).

Try repairing your .NET framework installation.


Mattias
 
G

Guest

When you told me to repair the file, I knew I was on the right track. The
file actually has to be deleted in order for framkework to put it back. It's
back.

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top