Shazwazza / ClientDependency

DEPRECATED. A library for managing CSS & JavaScript dependencies and optimization in ASP.Net
139 stars 65 forks source link

Null Reference #164

Closed bateltur closed 5 years ago

bateltur commented 5 years ago

Hi,

I am using Client Dependency with SP 2013 for a long time and its working well in all ENVs. In the last few days I in installed my project on a new dev machine and got this error:

image

Do you have any idea what can be the issue?

TNX

Shazwazza commented 5 years ago

Do you have any more information at all ? What CDF version are you using? I assume "SP 2013" is Share Point? ( i don't really know anything about Share Point)

I can't tell you what the issue is without steps to replicate (outside of share point)

All i can tell you is this is where the code is throwing an exception: https://github.com/Shazwazza/ClientDependency/blob/master/ClientDependency.Core/ProviderDependencyList.cs#L20

which means that either Provider or provider in this case is a null reference.

Shazwazza commented 5 years ago

(closing this since it's just a question)