Re: Odd problem with Visual Studio
From: Ken Allen (kendrhyd_at_sympatico.ca)
Date: 04/28/04
- Next message: Ken Allen: "Re: Odd problem with Visual Studio"
- Previous message: Scott: "Error message"
- In reply to: Frans Bouma [C# MVP]: "Re: Odd problem with Visual Studio"
- Next in thread: Frans Bouma [C# MVP]: "Re: Odd problem with Visual Studio"
- Reply: Frans Bouma [C# MVP]: "Re: Odd problem with Visual Studio"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 28 Apr 2004 07:01:08 -0400
You have mis-understood the problem. It is not the compilation that is
failing, but the transfer of the compiled assembly into the target
directory. I can do this once, but then one of the target files gets
'locked' and I cannot delete it until I exit the IDE!
I have put more detail in another posting.
-Ken
"Frans Bouma [C# MVP]" <perseus.usenetNOSPAM@xs4all.nl> wrote in message
news:xn0dhk37f3eryh001@msnews.microsoft.com...
> Ken Allen wrote:
>
> > I have been developing a suite of assemblies over the past couple of
weeks,
> > and this afternoon somethign started misbehaving.
> >
>
> I assume you have a solution with projects A, B and C, and A references B
> and C. Furthermore B and C reference both some given assembly. What I
> sometimes see in this scenario is that B or C fail to compile due to this
> error. If I first compile B and then C it's ok. You could try to set only
one
> of the references to copy local is true and the other to copy local is
false.
> This might solve the conflict.
>
> Another solution (no pun intended) is the separation of some projects into
a
> separate solution and reference the assemblies from the main solution, not
> the projects.
>
> Frans.
>
> --
> Get LLBLGen Pro, the new O/R mapper for .NET: http://www.llblgen.com
> My .NET Blog: http://weblogs.asp.net/fbouma
> Microsoft C# MVP
- Next message: Ken Allen: "Re: Odd problem with Visual Studio"
- Previous message: Scott: "Error message"
- In reply to: Frans Bouma [C# MVP]: "Re: Odd problem with Visual Studio"
- Next in thread: Frans Bouma [C# MVP]: "Re: Odd problem with Visual Studio"
- Reply: Frans Bouma [C# MVP]: "Re: Odd problem with Visual Studio"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|