Comments
Sort by recent activity
Eaton wrote:
Ok, thanks, I added it, but now I get get a build error: http://img641.imageshack.us/img641/5119/errorgj.png
I backed up my old project file so I tried that and I still got the error. So I am guessing it is a recent change in my application that is causing this.
However, in the EAP forum, which doesn't appear to be here anymore, I recall someone having this error. He had two versions of mscorlib referenced. I open my application in Reflector and I have two referenced! .NET 2 and 4.
Any idea on how to remove that reference? It isn't in the References in the project itself in VS.
I'm also getting a similar error. Reflector also shows that mscorlib is referenced twice for version 4.0 and 2.0. Depending on which settings I choose in SmartAssembly, I can get the error to refer to either System.Tuple, Action(T1, T2) or Func<T, TResult>, etc. It always seems to be a construct that has been introduced since .Net 2.0. This makes me think that SmartAssembly is getting confused as to which version of .net it is meant to be building against. Haven't worked out a way of getting it to work yet. / comments
Eaton wrote:
Ok, thanks, I added it, but now I get get a build error:http://img641.imageshack.us/img641/5119/errorgj.png
I backed up my old project file so I tried that and I still got the error...