From: terel on 6 Nov 2006 12:05 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).
From: Mattias Sj?gren on 6 Nov 2006 12:52 >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 -- Mattias Sj?gren [C# MVP] mattias @ mvps.org http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com Please reply only to the newsgroup.
From: terel on 6 Nov 2006 15:25 Did that once and it didn't help. I'll trying again. "Mattias Sjögren" wrote: > >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 > > -- > Mattias Sjögren [C# MVP] mattias @ mvps.org > http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com > Please reply only to the newsgroup. >
From: terel on 6 Nov 2006 16:09 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. "Mattias Sjögren" wrote: > >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 > > -- > Mattias Sjögren [C# MVP] mattias @ mvps.org > http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com > Please reply only to the newsgroup. >
|
Pages: 1 Prev: REALLY need help with SendMessage WM_GETCONTROLNAME Next: .Net /4GT |