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

Error when compile last commit #161

Closed
JHorbach opened this issue Aug 3, 2016 · 6 comments
Closed

Error when compile last commit #161

JHorbach opened this issue Aug 3, 2016 · 6 comments

Comments

@JHorbach
Copy link

JHorbach commented Aug 3, 2016

Errors:

C:\Users\jhorb\Downloads\PKHeX-master\PKHeX.sln (default targets) ->
(Build target) ->
C:\Users\jhorb\Downloads\PKHeX-master\PKHeX.csproj (default targets) ->
C:\Program Files (x86)\Mono\lib\mono\4.5\Microsoft.CSharp.targets (CoreCompile target) ->

    MainWindow\Main.cs(3,25): error CS0234: The type or namespace name `Application' does not exist in the namespace `System.Deployment'. Are you missing an assembly reference?

     1 Warning(s)
     1 Error(s)

Time Elapsed 00:00:04.9687638

@JHorbach JHorbach changed the title Compile last commit Error when compile last commit Aug 3, 2016
@evandixon
Copy link
Collaborator

Works for me with VS 2015
http://teamcity.uniquegeeks.net/viewLog.html?buildId=617&tab=buildResultsDiv&buildTypeId=PKHeX_PKHeXBuildPr (link not currently visible to public, might make it so if people are interested)

@evandixon
Copy link
Collaborator

Looks like Mono can't find a namespace:
using System.Deployment.Application;

Strange, since it should be supported:
http://www.go-mono.com/status/status.aspx?reference=4.0&profile=4.5&assembly=System.Deployment

@JHorbach
Copy link
Author

JHorbach commented Aug 3, 2016

@evandixon Yeah, It works with VS 2015.

@juppaluri
Copy link

I think this is just a problem for mono. I had the same issue.

@evandixon
Copy link
Collaborator

Might be fixed in latest PR. I lack a linux testing environment, so that's why it's only a "maybe".

@giveup
Copy link

giveup commented Dec 8, 2016

The issue still exits on ubuntu 14.04 LTS.
But you can manual add reference MonoDevelop.Deployment.Linux.

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

4 participants