Skip to content

Cannot use reference #184

Closed
Closed
@stef-pellegrino

Description

@stef-pellegrino

Steps to reproduce:

Create C# DLL within a folder TestDll

[DllExport]
public int test() {
  return 0;
}
  • Open VS2019 and Test solution
  • Put"DllExport.bat" in same directory than Test.sln
  • Double click on DllExport.bat
  • Select [Apply]
  • Focus on VS + reload all
    rebuild gives me :
    error CS0246: The type or namespace name 'DllExport' could not be found (are you missing a using directive or an assembly reference?)

Click on reference gives me "The proejct cannot be viewed in the object browser because it is not available or not yet build" !??

  • DllExport -version: 1.7.4
  • Used Visual Studio / MSBuild / VS 2019 (Windows 10)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions