-
Notifications
You must be signed in to change notification settings - Fork 37
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
Sample Solution #18
Comments
Did you give the sample sites at Matt |
I did, there are 32 errors when attempting to simply compile the solution. It appears to primarily be reference issues. Things like Opimization does not exist in the namespace, WebActivatorEx could not be found, NLog could not be found etc. From the looks of it, it appears that the reference paths are looking for a relative packages folder at one level up from the solution, however that packages folder does not exist. I enabled nuget restore to no avail. Can you add the references into the correct locations into the downloadable package such that a fresh get will also pull the correct dependencies in the correct file structure? Or alternatively use Nuget to manage the restoration of those dependencies. Post Edit: Next Issue: |
I reproduced and fixed the reference issues. Please give it another try: |
Greets - I've just downloaded the repo (as zip) - extracted, cleaned solution and build fails, again on various references. But in JSNLog.Tests\JSNLog.Tests.csproj - Error 3 Could not copy the file "....\jsnlog.js\jsnlog.js" because it was not found. Tried the zip referenced here and get: Error 2 NuGet Package restore failed for project EmptyWebFormsWebsite(1): Unable to parse version value '' from 'packages.config'.. 0 0 |
Hi Steve, I guess you're referring to the JSNLog repo. You're right, the zip download would have several broken links, as you found. Those links essentially point to resources local to my environment. I've been using Github as a way to backup my work, rather than to publish it to others. I'm intending to clean this up. Meanwhile, here is how you can fix the broken links:
Matt |
Is there a sample solution that utilizes JSNLog that can be downloaded to see how everything works all put together. I am having issues putting everything together. I have several logging frameworks that I need to work with server side as well as a few custom ones.
Thanks,
~David
The text was updated successfully, but these errors were encountered: