發表文章

目前顯示的是 1月, 2021的文章

Cannot load V8 interface assembly. Load failure information for v8-zlib-ia32.dll

圖片
  An unhandled exception occurred while processing the request. TypeLoadException: Cannot load V8 interface assembly. Load failure information for v8-zlib-ia32.dll: C:\WheelChair\v8-zlib-ia32.dll: The specified module could not be found. C:\Windows\system32\v8-zlib-ia32.dll: The specified module could not be found. Microsoft.ClearScript.V8.V8Proxy.LoadNativeLibrary(string baseFileName) JsEngineLoadException: Failed to create instance of the V8JsEngine. Most likely it happened, because the 'v8-zlib-ia32.dll' assembly or one of its dependencies was not found. See the original error message: “Cannot load V8 interface assembly. Load failure information for v8-zlib-ia32.dll: C:\WheelChair\v8-zlib-ia32.dll: The specified module could not be found. C:\Windows\system32\v8-zlib-ia32.dll: The specified module could not be found.”. JavaScriptEngineSwitcher.V8.V8JsEngine..ctor(V8Settings settings) TinyIoCResolutionException: Unable to resolve type: React.JavaScriptEngineFactory React.TinyI...

救韓大時代netflix

圖片
唔好相信政府! 唔好相信政府! 唔好相信政府! 重要的說話要講三次, 其實一個貨幣要貶值, 或者一個國家要破產, 當發現的時候, 已經係好後期, 後期都一個位, 要硬食. 敍利亞都係咁, 一晚起身, 財富就唔見左, 呢個可能好多人用左大半生的努力, 儲返來.  對政府來講, 他們係無影響, 因為佢地可以印錢, 可以從你手上, 無形咁拿走你的財庫, 你還要交稅, 係, 武肺下, 你唔洗交稅咩? 所以做咩之前, 唔好相信政府. 好似打麻雀, 有人想執位, 又人唔想執位. 要洗牌個一刻, 有人想把握機會, 但係, 我就想生存, 唔死吧了.  唔去你要賭, 而係世界迫你去賭.跟本就無選擇.   

MSSQL firewall

圖片
 Please remind to open the port UDP 1434 and TCP 1433

MSSQL IIS the breakpoint will not currently be hit

圖片
 DLLM SQL Sever IIS Set L 到我.  我發現IIS 唔得, 因為佢用左IIS 個User 之後我試過係SQL Sever add 唔得, 話找唔window NT User.   Solution: 最後, 我要用command 先得, DLLM USE CULA GO CREATE USER [IIS APPPOOL\CULA] FOR LOGIN [IIS APPPOOL\CULA] GO EXEC sp_addrolemember 'db_datareader', 'IIS APPPOOL\CULA' GO EXEC sp_addrolemember 'db_datawriter', 'IIS APPPOOL\CULA' GO

Saving changes is not permitted

圖片
  Sql Server 'Saving changes is not permitted' error ► Prevent saving changes that require table re-creation he  Save  (Not Permitted) dialog box warns you that saving changes is not permitted because the changes you have made require the listed tables to be dropped and re-created. The following actions might require a table to be re-created: Adding a new column to the middle of the table Dropping a column Changing column nullability Changing the order of the columns Changing the data type of a column  <<<< To change this option, on the  Tools  menu, click  Options , expand  Designers , and then click  Table and Database Designers . Select or clear the  Prevent saving changes that require the table to be re-created  check box. https://stackoverflow.com/questions/6810425/sql-server-saving-changes-is-not-permitted-error-prevent-saving-changes-that

.net core pdf 0KB

圖片
  Unable to upload pdf Solution 1. Make sure the folder permission is setted. 2. Coding in Startup.cs             var provider = new FileExtensionContentTypeProvider();             // Add new mappings             provider.Mappings[".pdf"] = "application/pdf";