-
Notifications
You must be signed in to change notification settings - Fork 747
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
Missing source file #608
Comments
Removing Selector.cs from the project allows the build to continue, but it halts with a new error.
Highlighting an instance of the missing class in Visual Studio gives a message saying that the class is available in the NetMQ project, but not in the NetMQ35 project. |
oops, I changed the file name and forgot the NetMQ35. You should remove the Selector.cs and add NetMQSelector.cs from the src directory. can you make a pull request? |
Fixed it! It's just exposed another error now that I should probably sort out before making a commit.
|
oops, my fault again... I'm using the project.json and need to remember to go and update the csproj. Anyway you need to upgrade asyncio to 0.1.26 by the way, if you are latest visual studio update 3 you can just open NetMQ-Core and compile. It compiles to dotnet 3.5 as well. |
you can just edit the packages.NetMQ3.5.config and run nuget restore |
Updated to the latest AsyncIO (had to update the tests packages as well to stop them downloading the old one) but now receive this message when compiling the NetMQ solution (not core).
I added that section to project.json but it suddenly couldn't find the AsyncIO assembly anymore. I attempted to uninstalled and reinstall the nuget package from inside VS but it's still unavailable. Removing the packages folder, removing the runtimes section and restoring the nuget packages gets the packages back in place, but puts me back at the '"runtimes": { "win": { } }' error. I did manage to successfully compile the NetMQ-Core solution which is helpful. I'm actually going to try and get it working in Unity so I can try and debug why issue #526 is still happening when |
This is issue with latest visual studio update 3, if the project.json exist you cannot compile the csproj. |
#648 will fix this, so long as you're able to use VS2017. |
This issue has been automatically marked as stale because it has not had activity for 365 days. It will be closed if no further activity occurs within 56 days. Thank you for your contributions. |
Environment
Expected behaviour
VS2015 compiles the NetMQ dll
Actual behaviour
When compiling only the NetMQ3.5 project, visual studio throws the following error:
Source file 'C:\Users\Matthew\Desktop\netmq-master\src\NetMQ\Core\Utils\Selector.cs' could not be found. NetMQ3.5 C:\Users\Matthew\Desktop\netmq-master\src\NetMQ\CSC
Steps to reproduce the behaviour
Open the solution file and attempt to build NetMQ35
The text was updated successfully, but these errors were encountered: