Skip to content

Instantly share code, notes, and snippets.

@ahall
Created June 27, 2011 10:02
Show Gist options
  • Save ahall/1048606 to your computer and use it in GitHub Desktop.
Save ahall/1048606 to your computer and use it in GitHub Desktop.
Errors:
/Users/ahall/Projects/Nancy/src/Nancy.sln (default targets) ->
(Build target) ->
/Users/ahall/Projects/Nancy/src/Nancy/Nancy.csproj (default targets) ->
/Library/Frameworks/Mono.framework/Versions/2.10.1/lib/mono/4.0/Microsoft.CSharp.targets (CoreCompile target) ->
Cryptography/DefaultEncryptionProvider.cs(21,20): error CS1674: `System.Security.Cryptography.Rfc2898DeriveBytes': type used in a using statement must be implicitly convertible to `System.IDisposable'
Cryptography/DefaultEncryptionProvider.cs(43,24): error CS1674: `System.Security.Cryptography.Rfc2898DeriveBytes': type used in a using statement must be implicitly convertible to `System.IDisposable'
9 Warning(s)
2 Error(s)
Time Elapsed 00:00:03.2858510
ahalls-MacBook-Pro:Nancy ahall$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment