Ana içeriğe atla

Kayıtlar

Ocak, 2011 tarihine ait yayınlar gösteriliyor

'Sys' is not defined, undefined, tanımsız, lets define

If Sys is not defined to your website, that means you forget to copy this code into your web.config <system.web>     <httpHandlers>       <add verb="GET" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler" validate="false"/>     </httpHandlers> Now, your Sys is defined ;)

MSSQL Object Explorer'da Databases e tıklayınca hata vermesi

MSSQL Object Explorer'da Databases e tıklayınca şu şekilde bir hata alırsanız. Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc) For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&LinkId=20476 ------------------------------ ADDITIONAL INFORMATION: An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo) ------------------------------ The server principal "kullanici_adi" is not able to access the database "baska database adi" under the current security context. (Microsoft SQL Server, Error: 916) ÇÖZÜM : F7 ile Object Explorer Details penceresini açın.  Databases'ı açın.  Başlık satırındaki Collation'ı kaldırmak için başlık çubuğuna sağ tıklayıp Collation!daki tiki kaldırın.