PrakashPaul

Results 4 comments of PrakashPaul

> NpgsqlParameter[] arParams = new NpgsqlParameter[1]; > arParams[0] = new NpgsqlParameter("par_Userid",DbType.String) > { > Direction = ParameterDirection.Input, > Value = LoginUser > }; > arParams[1] = new NpgsqlParameter("p_refcur", NpgsqlTypes.NpgsqlDbType.Refcursor) >...

> The query itself should just be the function name, npgsql will rewrite the query as needed (because you specified `CommandType.StoredProcedure`). > > ```cs > using NpgsqlCommand command = new(cmdText,...

System.IO.FileNotFoundException: Could not load file or assembly 'Accord.Video.FFMPEG.x64.DLL' or one of its dependencies. The specified module could not be found. using Accord.Video.FFMPEG.x64.3.8.0 version. when deployed application in one win8 server...

[image: image.png] manage nuget package-> search for Accord.Video.FFMPEG you have both 32 and 64 On Fri, Apr 5, 2019 at 5:13 AM toriqsagor wrote: > Hello, > > *I'm trying...