Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build The project #42

Open
jacobxy opened this issue Apr 5, 2017 · 1 comment
Open

Build The project #42

jacobxy opened this issue Apr 5, 2017 · 1 comment

Comments

@jacobxy
Copy link

jacobxy commented Apr 5, 2017

I'm trying to build this project in VS2015!
The problem is "Ensage.Attribute","Ensage.Heroes" does not exist int the namespace "Ensage".
How can I solve the error?
There are so much error like this such as "Vector2","Ability","Entity".

@marpme
Copy link

marpme commented May 24, 2017

Hey @jacobxy,

you can't build it without referencing to the EnsageSharp.dll.
I think you have a copy of it in your EnsageSharp client folder.

The reference is also declared inside the Ensage.Common.csproj.

<Reference Include="Ensage">
    <SpecificVersion>False</SpecificVersion>
    <HintPath>C:\EnsageSharpTest\References\Ensage.dll</HintPath>
</Reference>

If you aren't sure what to do now, maybe this solved issue can help you out: Issue-39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants