.net - Missing Type error on internally hosted Nuget site -


i'm trying fix issue local nuget repository (on azure vm). working has been giving following error:

the type 'microsoft.visualstudio.diagnostics.servicemodelsink.behavior,  microsoft.visualstudio.diagnostics.servicemodelsink, version=4.0.0.0, culture=neutral,  publickeytoken=b03f5f7f11d50a3a' registered extension  'microsoft.visualstudio.diagnostics.servicemodelsink.behavior' not loaded. 

checking in gac, assembly not seem present. error follows server migration installed on previous machine not installed on new machine. nuget site works fine on local dev machine.

does know be? implications of removing references assembly machine.config?

not sure caused removed references servicemodelsink in machine.config , works.


Comments

Popular posts from this blog

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -