Closed asafHorvitz closed 8 years ago
used the: GribEnvironment.DefinitionsPath = "C:\projects\TaranisWeb\packages\Grib.Api.0.6.3\Grib.Api\definitions"
also didnt work...
Environment.SetEnvironmentVariable("GRIB_API_DIR_ROOT", "C:\Some\Path", EnvironmentVariableTarget.Process);
also didnt work...
Hm, I'll have a look.
Is the console application running on azure or do you mean locally?
Also, are you sure that the gribapi.net folder is part of your deployment?
Closing this due to inactivity. Please let me know if this is still an issue for you.
Hello Eric. I am receiving the same error in an ASP.net solution. I have installed through package manager and used NuGet to install the Grib.Api.Native package, but still receive the following error:
{"Could not find Grib.Api.Native. If you're using ASP.NET or NUnit, this is usually caused by shadow copying. Please see GribApi.NET's documentation for help.":null}
Could you please advise if I am going about this the wrong way for ASP.Net?
Hi,
Worked with the grib.api in c# in console application - works great.
When i used it on the azure cloud worker role - i get exception in this line:
using (GribFile gribFile = new GribFile(gribFilePath))
there is a valid file path - it works in the console application
the exception is:
any ideas ?