Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

VBNC99999 with Security namespace in multiple imports #40

Open
rolfbjarne opened this issue May 22, 2018 · 0 comments
Open

VBNC99999 with Security namespace in multiple imports #40

rolfbjarne opened this issue May 22, 2018 · 0 comments

Comments

@rolfbjarne
Copy link
Member

rolfbjarne commented May 22, 2018

Submitted by Rolf Bjarne Kvinge [MSFT] on 2016-01-05 11:46 UTC

Test case:

Imports System
Imports System.Web
Module security_functions
    Friend Function ComputeSimpleHash(ByVal Password As String, ByVal Salt As String) As String
        Dim sha1Obj As New Security.Cryptography.SHA1CryptoServiceProvider 
    End Function
End Module
$ vbnc test.vb -target:library
Visual Basic.Net Compiler version 0.0.0.5943 (Mono 4.0.1 - mono-4.2.0-branch/43c6070)
Copyright (C) 2004-2010 Rolf Bjarne Kvinge. All rights reserved.

/Users/rolf/Documents/inn/test.vb (5,36) : error VBNC99999: <no message written yet>
There were 1 errors and 0 warnings.
Compilation took 00:00:00.4795350

Reference: https://bugzilla.xamarin.com/show_bug.cgi?id=37406

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant