Exception: The plug-in "Xtensive.Aspects.Weaver" not found required by the type "Xtensive.Aspects.InitializableAttribute" was not found.

Even when i'm adding the reference to Xtensive.Aspects.Weaver.

asked Apr 21 '11 at 09:21

Janosh's gravatar image

Janosh
47101015

Hello Janosh,

As far as I understood, you are trying to create a brand new DataObjects.Net-based project.

Could you specify whether DataObjects.Net is installed on the workstation (the installer was executed) and you use DataObjects.Net project template.

(Apr 21 '11 at 09:25) Dmitri Maximov Dmitri%20Maximov's gravatar image

It is installed by installed. I created the project using class library template. I know that it will work if i create it using DO.NET. But this project not the new one and moving all the classes it is a bit complicated task. So I'm curious which kind of magic are you using in your template?.. I compared the project files and they are looks identical. So i have no idea why it is does not working.

(Apr 21 '11 at 15:46) Janosh Janosh's gravatar image

One Answer:

Found!

After

  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

Put this line

  <Import Project="$(DataObjectsDotNetPath)\Common\DataObjects.Net.targets" />

answered Apr 21 '11 at 16:02

Janosh's gravatar image

Janosh
47101015

edited Apr 21 '11 at 16:02

Yes, exactly. Good work, though! =)

(Apr 22 '11 at 03:24) Dmitri Maximov Dmitri%20Maximov's gravatar image
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!
toggle preview

powered by OSQA