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

Installation issues in Visual Studio 2019 #106

Open
westsiderz opened this issue Sep 26, 2019 · 0 comments
Open

Installation issues in Visual Studio 2019 #106

westsiderz opened this issue Sep 26, 2019 · 0 comments

Comments

@westsiderz
Copy link

Hello,

I just recently went on using WebOptimizer and first of all I tried to add it to my project using NuGet Package Manager UI. From there I installed the packet, then I verified it was available in the Dependencies section. But WebOptimizer's methods were not accessible in my code. Then I uninstalled it from the NuGet Package Manager and installed it again using the PM console and the command, provided in the Instructions document. At first after the installation was over, the package didn't appear in the Dependencies section. After I restarted my computer and ran the command again, it became available (I guess this has to do something with Visual Studio). But even then I was not having access to the WebOptimizer methods.

Last, I downloaded the project, built it and referenced the .dll in my project. Now WebOptimizer was available for my project.

Unfortunately, this time when I ran my project, I've got the following error:

FileNotFoundException: Could not load file or assembly 'NUglify, Version=1.5.12.0, Culture=neutral, PublicKeyToken=15bc7810aec21b5e'. The system cannot find the file specified.

This was fixed after I installed NUglify from my NuGet Package Manager.

Just as a clarification - Everything works fine now, I just wanted to report this problem if anybody else has the same one.

PS: I am using Visual Studio Community 2019

Best Regards,
Ahmed

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

1 participant