Abhi's den...
The piece of code which nobody cracked...
-
Add Web service reference- Components required to enumerate web references not installed
After playing with Web services for so many years this was a tricky error which kept me thinking for few minutes.
-
WCF 8192 issue
This was a simple issue which baffled few brains in my project. For the past few weeks i was seeing the mails about this. What was the exact problem?
-
SQL Server Management Studio query template
Last day I was working on SQL server and I got this strange error
---------------------------
Microsoft SQL Server Management Studio
---------------------------
Cannot find template file for the new query ('C:\Program Files\Microsoft SQL
Server\90\Tools\Binn\VSShell\Common7\IDE\SqlWorkbenchProjectItems\SQL\SQLFile.sql').
---------------------------
OK
At first I thought my SQl server installation was corrupt. I changed few settings, tried to repair but no use.
Solution:
Actually the solution was very simple. I just created an empty file SQLFile.sql in the designated folder and then it started working. Now this gave me a new idea. I could add my own template and every time I open SSMS I will get this template. Phew -
.NET Framework V2.0 Obsolete API List
With the release of .Net framework 3.0 & 3.5 a lot API in .Net 2.0 has become obsolete.