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

No dll downloaded after installation of the nuget package #6

Closed
martooooo opened this issue Sep 6, 2013 · 9 comments
Closed

No dll downloaded after installation of the nuget package #6

martooooo opened this issue Sep 6, 2013 · 9 comments
Assignees

Comments

@martooooo
Copy link

Hello Scott,

I am using a VS 2010 and I found no dll was downloaded after I finish the installation of the nuget package (dotless adapter for System.Web.Optimization 1.2.3).

However, I install the version 1.10, it is fine.

I guess there is something missing in the 1.2.3 nuget package. Any tips about what happened?

Thanks very much.

@scott-xu
Copy link
Owner

scott-xu commented Sep 6, 2013

Please try latest nuget extension.

@kenwarner
Copy link

This is still a problem

https://nuget.codeplex.com/workitem/3740

can you update your .nupkg to have a lib/net40/ folder instead of lib%5Cnet40%5CSystem.Web.Optimization.Less.dll as the file name?

@jpawar
Copy link

jpawar commented Nov 6, 2013

+1 agreed with qntmfred

@scott-xu
Copy link
Owner

scott-xu commented Nov 9, 2013

@qntmfred @jpawar
When I changed the .nupkg to .zip, Windows Explorer can open it correctly.
image

@scott-xu scott-xu closed this as completed Nov 9, 2013
@kenwarner
Copy link

This is what I see when I do the same

image

I have my solution in a continuous integration environment and nuget only downloads the .nupkg file but isn't properly interpreting your filename lib%5Cnet40%5CSystem.Web.Optimization.Less.dll as having folders and so it doesn't extract the dlls.

@scott-xu
Copy link
Owner

Hmm... really strange.
This is what I see in my WinRAR
image

@ghost ghost assigned scott-xu Nov 13, 2013
@kenwarner
Copy link

That it strange. Is that the nupkg file that nuget downloads when you add it to a project or the nupkg file that you created to upload to nuget.org? If it's the first, what version of visual studio and nuget.exe are you using?

@scott-xu
Copy link
Owner

It's the later one. Anyway, with Simon's help, I uploaded a new one: https://www.nuget.org/packages/System.Web.Optimization.Less/1.2.3.1

@kenwarner
Copy link

That fixed it for me. Thanks so much

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