Compiling C# samples

EmmanuelSchnetzler
edited May 2023 in Oasis montaj
Hello,

I am trying to compile the example code (chanadd, OMScript) in Visual Studio 2015 but get the following error:

Source file 'C:\Program Files (x86)\Geosoft\GX Developer\gxnet\examples\OMScript\..\..\..\..\..\..\build\buildinfo\deskversion.assembly.cs' could not be found.

Thanks,
Manu

Comments

  • Hi Manu,

    You can remove that reference in your project. That file is used to define attributes for the assembly manifest. You could still add your own file with these attributes or simply define the values in the project properties under Application -> Assembly Information.

    Regards,
    Joseph

This discussion has been closed.