Skip to content

Could not load file or assembly 'netstandard, Version=2.1.0.0 #42

Description

@NRomyR

Hi,

Does anyone have the same problem as I do.?

I tried to load the instance document using ASP.net with targeted framework 4.7, vb.net

`

            Dim path, Filenya As String
            Dim xbrlDoc1 = New XbrlDocument
            Dim a As Integer
            path = Server.MapPath("documents//")
            FileUpload1.SaveAs(path + FileUpload1.FileName)
            Filenya =path + FileUpload1.FileName
            MsgBox("File already uploaded at " + path + FileUpload1.FileName)

            xbrlDoc1.Load(Filenya)`

However I got this error message
Could not load file or assembly 'netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.

image

If you have the solution, please let me know.

Thanks and Cheers,
Romy

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions