31 Aralık 2015 Perşembe

Error in File C:\Windows\TEMP\ Hatası

Server Error in '/' Application.

Error in File C:\Windows\TEMP\ Reports {C754ADDD-2D12-4011-B425-3DF796FA831F}.rpt:
Operation not yet implemented.

 Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: Error in File C:\Windows\TEMP\RptMasrafListesi {C754ADDD-2D12-4011-B425-3DF796FA831F}.rpt:
Operation not yet implemented.

Source Error:


An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.



Aslında çözümü çok kolay
Aşağıdaki güncellemeyi silmek sorunu kökten çözüyor :))

There is one more solution for this problem.
Uninstall Update for Microsoft Windows(KB3102429)
Control Panel –> Program & Features –> View installed updates and Search for KB3102429, right click and uninstall.
This solved my issue.

10 Aralık 2015 Perşembe

Files has invalid value "<<<<<<< .mine". Illegal characters in path.

Files has invalid value "<<<<<<< .mine". Illegal characters in path.  
Visual Studio ve Svn kullanıyorsanız yukarıdaki hata ile karşılaşabilirsiniz. Ama çözümü basit tabiki

işte çözüm;

Proje içindeki “Obj” klasörünü silin ve Rebuild yapın. işte bukadar :)

Delete the /obj folder in each project that is complaining and re-compile. 

4 Aralık 2015 Cuma

IDENTITY_INSERT is set to OFF


Cannot insert explicit value for identity column in table 'Stok_tmp' when IDENTITY_INSERT is set to OFF.


Sqlde yukarıdaki hata ile karşılaşırsanız çözümü ya IDENTITY olarak verdiğiniz alanı sql cümlenizde insert etmemelisiniz veya ağaşıdaki kod ile IDENTITY alana ekleme yapmanızı sağlayabilirsiniz.

SET IDENTITY_INSERT tablo_adı OFF