DEM.Net icon indicating copy to clipboard operation
DEM.Net copied to clipboard

Cannot run project

Open RealTun opened this issue 1 year ago • 4 comments

I try run project but when i clone it, i get error: image

RealTun avatar Aug 13 '24 07:08 RealTun

Hi ! Yes I have removed netstandard and this is an issue. Will fix. Meanwhile you can try to edit the csproj and add "netstandard2.0" to the TargetFrameworks tag.

xfischer avatar Aug 13 '24 08:08 xfischer

Hmm, I tried, but it doesn't work. Can you guide me through the steps to view 3d objects in this form app?

RealTun avatar Aug 13 '24 16:08 RealTun

Didn't notice it was WinForms project. This project and any other are not viewers, only generators. Models can be generated as GlTF, STL. And can be viewed using online viewers or Windows 3D Viewer To integrate a viewer in WinForms you will need an external component (usually a wrapper around OpenGL)

xfischer avatar Aug 13 '24 17:08 xfischer

Oh, tks u

RealTun avatar Aug 13 '24 17:08 RealTun