How to enable Enable “clr enabled” configuration option
If you are working with SQL server CLR objects there’s a higher possibility that you might encounter the following error. “Msg 6263, Level 16, State 1, Line 1 Execution of user code in the...
If you are working with SQL server CLR objects there’s a higher possibility that you might encounter the following error. “Msg 6263, Level 16, State 1, Line 1 Execution of user code in the...
C:\>cscript C:\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1 C:\>cd windows\microsoft.net\framework\v2.0.50727 C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>aspnet_regiis.exe -i C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>NET STOP W3SVC /y & NET START W3SVC ERRORS: Microsoft OLE DB Provider for ODBC Drivers error ‘80004005’ [Microsoft][ODBC Driver Manager] The specified DSN contains...