Closed
Description
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)