2018年4月24日 星期二

專案是複製&改名的 namespace 修改了


'/' 應用程式中發生伺服器錯誤。

編譯錯誤

描述: 資源編譯無法完成 (錯誤發生於服務要求)。請檢閱下列的特定錯誤詳細資料,並視情況修改您的原始程式碼。

編譯器錯誤訊息: CS0246: 找不到類型或命名空間名稱 'XXX1' (您是否遺漏 using 指示詞或組件參考?)


CS0246 C# The type or namespace name could not be found (are you missing a using directive or an assembly reference?)

--
[解]

若將 Asp.net MVC 專案複製後改名,

全域取代[命名空間]後,要專程去改 Views 裡面的 Web.config


裡面有一個共同引用的命名空間宣告

 


2018年1月31日 星期三

將 datetime2 資料類型轉換成 datetime 資料類型時




將 datetime2 資料類型轉換成 datetime 資料類型時,產生超出範圍的值。

陳述式已經結束。

entityframework EDMX 設定 datetime  的屬性 StoreGeneratedPattern = Computed


2018年1月26日 星期五

Google 機器人驗證 - reCAPTCHA




Google 機器人驗證 - reCAPTCHA



調整寬度 縮小 96.5%

    .g-recaptcha {
        transform:scale(0.965);
        transform-origin:0 0;
    }



2018年1月17日 星期三

CS0103: The name 'ViewBag' does not exist in the current context



Fix for "ViewBag" does not exist in current context within Razor MVC App




[錯誤] CS0103: The name 'ViewBag' does not exist in the current context

\bin\roslyn\csc.exe /t:library /utf8output /nostdlib+ 

/R:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Runtime.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.Web.Infrastructure\v4.0_1.0.0.0__31bf3856ad364e35\Microsoft.Web.Infrastructure.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel\v4.0_4.0.0.0__b77a5c561934e089\System.ServiceModel.dll" /R:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\996fd327\24e15ceb\assembly\dl3\626f0e89\006ee39d_d6bfd201\Microsoft.DotNet.PlatformAbstractions.dll" /R:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\996fd327\24e15ceb\assembly\dl3\69f767c6\de107f0b_2a70d301\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll"



[修正]

將 \Views\Web.config 放回正確位置.




評估xxx函式逾時,且需以不安全的方法中止。這可能使目標處理序損毀。

評估xxx函式逾時,且需以不安全的方法中止。這可能使目標處理序損毀。 我選擇直接停用 [啟用屬性評估及其他隱含函式呼叫] --------------------------- Microsoft Visual Studio -------------------...