Search found 3 matches

by IgorDR
Fri Nov 16, 2012 3:28 am
Forum: .NET API
Topic: NuGet problems and missing signature
Replies: 4
Views: 36684

Re: NuGet problems and missing signature

I tried but it doesn't work, the problem is not the key. It is really easy to reproduce, take WurflExplorer sample, add in web.config <trust level="Medium"/> and you'll get the SecurityException. The medium trust level is largely used by hosting providers and they do not let their users to change it.
by IgorDR
Thu Nov 15, 2012 7:35 am
Forum: .NET API
Topic: NuGet problems and missing signature
Replies: 4
Views: 36684

Re: NuGet problems and missing signature

Post update I downloaded and installed the NuGet 1.4.1.0 version that has the correct DLLs and signatures. But this doesn't solve the problem when the hosting provider uses trust level="Medium" The following error is returned when I deploy on the hosting provider System.Security.SecurityException: T...
by IgorDR
Thu Nov 15, 2012 5:06 am
Forum: .NET API
Topic: NuGet problems and missing signature
Replies: 4
Views: 36684

NuGet problems and missing signature

I installed WURFL using NuGet for Visual Studio 2012, but I discovered a first problem: The installed Wurfl.Aspnet.Extensions.dll version is 1.4.3.0, but in the web.config a worng entry was automatically written <section name="wurfl" type="WURFL.Aspnet.Extensions.Config.WURFLConfigurationSection, Wu...