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

Hello, I checkedout the latest ironpython2 source from github repo. while building the ironPython.sln source code in visual studio 2019. I am unable to load project files and it throws an error and not able to access any file. Any solution to this? #689

Closed
3 tasks
RaviMDhoble opened this issue Jan 17, 2020 · 4 comments

Comments

@RaviMDhoble
Copy link

Prerequisites

The issue tracker is used to report bugs and request new features, NOT to ask questions.

Questions should be posted to the users mailing list which can be accessed at
https://ironpython.groups.io/g/users.

  • Are you running the latest version?
  • Are you reporting to the correct repository?
  • Did you perform a cursory search?

Description

[Description of the bug or feature]

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected behavior: [What you expected to happen]

Actual behavior: [What actually happened]

Versions

You can get this information from executing ipy -V.

@RaviMDhoble RaviMDhoble changed the title Hello, I checkedout the latest ironpython2 source from github repo. while building the ironPython.sln source code in visual studio 2019. I am getting unable to load project files error and not able to access any file. Any solution to this? Hello, I checkedout the latest ironpython2 source from github repo. while building the ironPython.sln source code in visual studio 2019. I am unable to load project files and it throws an error and not able to access any file. Any solution to this? Jan 17, 2020
@slozier
Copy link
Contributor

slozier commented Jan 17, 2020

  1. Ensure you have installed the latest .NET Core SDK
  2. Remove the global.json file (which may be pointing to older an SDK version which is not installed)

@RaviMDhoble
Copy link
Author

Thank you @slozier for providing a solution. It worked. 1. Yes, I have lasted .NET core SDK installed.
2. Removing global.json helped to load .cs files and other files in VS2019 and i can see them in Solution Explorer.
Now, another issue came related to missing project dependencies. When I am trying to build the project. It is showing a lot much error related above reason and failed to build. I tried a couple of ways to resolve that issue but didn't help. Can you tell me what causes this and possible solution?. For your reference, I have attached sample screenshots.
IronPython2_Build Issue.txt
Issue2_1
Issue2_2
Issue2_3

@slozier
Copy link
Contributor

slozier commented Jan 20, 2020

You also need to clone the DLR submodule: git submodule update --init

@RaviMDhoble
Copy link
Author

Thanks @slozier, It worked. The project build is successful.
IronPythonn_buildSuccess

@slozier slozier closed this as completed Jan 21, 2020
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