kamillangowski / postsharp-user-plugins

Automatically exported from code.google.com/p/postsharp-user-plugins
1 stars 0 forks source link

Log4PostSharp built against a non-public version #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download PostSharp 1.0 from postsharp.org
2. Download Log4PostSharp 1.0.1 Demo
3. Add reference to PostSharp.Public.dll in the project
4. Try to build

What is the expected output? What do you see instead?

The program should build instead of giving the following error

Error   1   Assembly 'Log4PostSharp, Version=1.0.1.0, Culture=neutral,
PublicKeyToken=null' uses 'PostSharp.Public, Version=1.0.11.424,
Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7' which has a higher
version than referenced assembly 'PostSharp.Public, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7'
c:\Users\Dmitri\Projects\Globals\Log4PostSharp-1.0.1.0-Release-2.0\Log4PostSharp
Demo-1.0.1.0\Libraries\Log4PostSharp.dll
Log4PostSharpDemo

What version of the product are you using? On what operating system?

Vista, VS2008SP1, Log4PostSharp1.0.1, PostSharp 1.0 (latest version from
website)

Please provide any additional information below.

Original issue reported on code.google.com by dmitrinesteruk on 6 Mar 2009 at 12:13

GoogleCodeExporter commented 9 years ago
I had got a same error. I' am using windows server 2008 with
Microsoft Visual Studio 2008
Version 9.0.21022.8 RTM
Microsoft .NET Framework
Version 3.5 SP1

Original comment by fakhrula...@gmail.com on 29 Apr 2009 at 3:42

GoogleCodeExporter commented 9 years ago
The only solution I could find is re-building from source code using my own 
PostSharp
assemblies.

Original comment by dmitrinesteruk on 29 Apr 2009 at 4:39