code from SVN trunk won't compile
5 posts • Page 1 of 1
code from SVN trunk won't compile
I've checked out the source code because a method I wanted wasn't implemented yet:
PostSharp.CodeModel.ReflectionWrapper.BaseTypeWrapper.GetConstructorImpl(BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers)
But it won't compile,It's missing some files:
All the projects except for test, Installer & the sample projects reference the AssemblyVersion.cs file in properties, and that doesn't exist.
Removing the references to those files I then get an exception trying to build the core project:
Could not load file or assembly 'PostSharp.Core, Version=0.0.0.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) E:\OtherProjects\Postsharp\trunk\Core\PostSharp.Core\PostSharp.Core.csproj 472 5 PostSharp.Core
The 1.0-beta tag version seems to have the same problem too? Have I just built the project incorrectly?
Glenn
Glenn Slaven
- dalziel
- Posts: 9
- Joined: Sat Jan 12, 2008 4:55 pm
- Full Name: Glenn Slaven
Re: code from SVN trunk won't compile
Well, it's just because you don't read README.HTML...
Gael Fraiteur, project leader
got good support? consider donating to the project.
got good support? consider donating to the project.
- gfraiteur
- Site Admin
- Posts: 581
- Joined: Tue Dec 18, 2007 3:09 pm
- Full Name: Gael Fraiteur
- Company: postsharp.org
Re: code from SVN trunk won't compile
Anyway, SVN has moved to [url=https://www.postsharp.org/svn]https://www.postsharp.org/svn[/url] ...
Gael Fraiteur, project leader
got good support? consider donating to the project.
got good support? consider donating to the project.
- gfraiteur
- Site Admin
- Posts: 581
- Joined: Tue Dec 18, 2007 3:09 pm
- Full Name: Gael Fraiteur
- Company: postsharp.org
5 posts • Page 1 of 1