根据提示,可以看出,系统尝试调用一个函数或者是存储过程【'SST24_HALFDU_V2_TEST'】 而你这个东西却没有声明定义。从而导致无法读取解析。
myfile为所需编译的文件名,要写清路径。参照资料:http://idlastro.gsfc.nasa.gov/idl_html_help/Compiling_Your_Program.html
只能判断出你的程序里面调用了idl不认识的过程或者函数。如果是初学,建议你看看是不是过程或者函数的拼写出现了错误?或者是使用了不在idl搜索路径(PATH)内的自定义的过程或者函数?“很明白的说明”还得要你提供“很明白的代码”,^_^!
I am getting the error - InvalidOperationException: Invalid attempt to call FieldCount when reader is closed, when trying to populate a dropdown using below code:复制 public class IndexModel : PageModel { private readonly MyDbContext _dbContext; public IndexModel(MyDbContext dbContext) { _...
CString to CStringA in unicode character set CString to LPARAM, SetDialogText CString::Find(ch, start) ctime/time.h curl command not recognized while call from system() or popen() in c Custom undo/redo function, only undo/redo last keyup change CWnd::WindowProc - override function DataT...
Auserinabranchofficeofyourcompanyattemptstojoinacomputertothedomain,buttheattemptfails.Youneedtoenabletheusertojoinasinglecomputertothedomain.Youmustensurethattheuserisdeniedanyadditionalrightsbeyondthoserequiredtocompletethetask.Whatshould..
Saw a really wierd error today, as you can guess from the title of the post it has to do with Maximum Call stack size exceeded, modals and AngularJS. First a bit about the app. I’m currently building a table of data, its basically a status report, so the url might behttp://my...
Ajax Call using HTTP/2 Alert "Are you sure you want to leave, you will lose your data if you continue!" Alert box with only "OK" button,. how? alert in asp.net server side code alert message and response.redirect alert message not showing inside update panel all pooled connecti...
Does not contain definition for SQLQuery when call stored procedure into view model does razor pages have breadcrumbs or site navigation ??? domain object examples dot net core route - how to hide controller while calling api dotnet publish doesn't copy files and folders over to publish director...
The call stack could help to better understand where the problem happened. _context is injected correctly and declared at the instance level ?For the current code rather than using data.Result I would just go fully async ie :复制 public async Task<List<UserData>> GetBookmarks(user) { var ...