Technical Blog
Friday, April 18, 2014
Crystal Reports .NET : Database logon failed
›
I had this problem when the definition of my Dataset in XML contained a table that was not in the dataset I passed to CR as datasource.
Monday, October 28, 2013
Windows Setup: Installing using the MBR or GPT partition style
›
My problem was that I bought a Windows 8 preinstalled laptop and I wanted to reinstall it with Windows 8 Pro. Then I booted in legacy BIOS-...
Thursday, October 3, 2013
Cross-domain jquery ajax call : How to implement CORS for WCF
›
First, I changed my AJAX calls (GET / POST) from json to jsonp. $.ajax({ type: 'GET', url: url, dataType: 'json', data: pa...
Thursday, May 30, 2013
HTTP Error 404.3 (WCF Services) when running on Windows 8
›
Go to Program and features Check the feature .NET Framework 4.5 Advanced Services > WCF Services > HTTP Activation
1 comment:
IIS SMTP Service 5.5.2 rejected: need fully qualified
›
5.5.2 rejected: need fully qualified hostname” tends to be destination server specific and relates to the server name that the mail is sent ...
Tuesday, May 28, 2013
Debug ASP.NET applications on Windows 8 and Visual Studio 2012
›
To debug IIS applications in Windows 8 and Visual Studio 2012, you should launch Visual Studio with Administrator privileges. In Windows ...
Tuesday, August 30, 2011
WCF Services with large data : Increasing maxStringContentLength value has no effect
›
The formatter threw an exception while trying to deserialize the message: Error in deserializing body of request message for operation '...
3 comments:
›
Home
View web version