[gdal-dev] GDAL CSharp bindings maintainers/contributors listening... ?

2024-09-27 Thread Even Rouault via gdal-dev
Hi, This is your regular remainder that nobody in the core GDAL maintainer team is a CSharp aficionado (we don't have a personal grief against it, just that we are blatantly ignorant, at least speaking for myself !), so related tickets about it will definitely result in no action. See https

Re: [Gdal-dev] GDAL - CSharp

2009-02-11 Thread Tamas Szekeres
You should provide further info about your environment: 1. Did you test your app by running from an IDE like VS2005 for example? 2. What version of OS/IIS you intend to use when deploying the application. You appdir and platform configuration (32/64) may be different depending on your environment

Re: [Gdal-dev] GDAL - CSharp

2009-02-11 Thread Tri
Tamas, I'm creating web services. This is first go on 64 bit machine - plenty of 32 bit web services to fall back on. The problem is I was using FDO which as far as I know has only 32 bit compiled code. So I set the 'Enable 32 Bit Application' to true, published the application, then tried to

Re: [Gdal-dev] GDAL - CSharp

2009-02-11 Thread Tamas Szekeres
What kind of application you develop Console/WinForms/ASP.NET ? Wouldn't it be sufficient to use 32 bit binaries and compile your app with the /platform:x86 option? Best regards, Tamas 2009/2/12 Tri > > Hi Tamas and others - thanks for the help. > > By application executing directory - I'v

Re: [Gdal-dev] GDAL - CSharp

2009-02-11 Thread Tri
Hi Tamas and others - thanks for the help. By application executing directory - I've copied the files to both the bin directory under the project and the obj, Debug directory under the project. When I run the application in debug mode, the same problem occurs: System.TypeInitializationException

Re: [Gdal-dev] GDAL - CSharp

2009-02-11 Thread Tamas Szekeres
Hi, You might have to copy all of the dll-s (*_csharp.dll, *_wrap.dll, gdal16.dll, proj.dll etc.) to the application executing directory. Best regards, Tamas 2009/2/11 Tri > > Can't get GDAL / OGR to work with CSharp. Using the CSharp dlls, I keep > getting exceptions like: > > OgrPINVOKE,

Re: [Gdal-dev] GDAL - CSharp

2009-02-11 Thread BenoƮt Andrieu
09 2:41 PM Subject: [Gdal-dev] GDAL - CSharp Can't get GDAL / OGR to work with CSharp. Using the CSharp dlls, I keep getting exceptions like: OgrPINVOKE, threw an exception. TO TRY TO GET TO WORK I DID: - Copied the csharp dlls into project, - Created a reference to the dlls. What a

[Gdal-dev] GDAL - CSharp

2009-02-11 Thread Tri
Can't get GDAL / OGR to work with CSharp. Using the CSharp dlls, I keep getting exceptions like: OgrPINVOKE, threw an exception. TO TRY TO GET TO WORK I DID: - Copied the csharp dlls into project, - Created a reference to the dlls. What am I doing wrong? -- View this message in context: