Thursday, September 12, 2013

Could not load crdb_adoplus.dll while running crystal reports in .NET Framework 4.0

If you change your project's target frame work from older versions to .NET 4.0, you may get an error while running crystal reports like this.Could not load file or assembly 'file:///C:\Program Files\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet1\crdb_adoplus.dll' or one of its dependencies. The system cannot find the file specified.To overcome this error, open the app.config of your startup project and look for <startup> tag. It could be like this.<startup><supportedRuntime...

Tuesday, September 10, 2013

இந்தியாவில் ஒரு சிலருக்கு ஆதார் கார்டு இந்திய அரசால் வழங்கப்பட்டிருக்கிறது. அந்த கார்டில் குறிப்பிடப்பட்டிருக்கும் முகவரி, மொபைல் எண் அல்லது மற்ற குறிப்புகளில் ஏதாவது மாற்றம் ஏற்பட்டால், அந்த மாற்றத்தை ஆன்லைன் மூலம் அப்டேட் செய்ய முடியும்.அதாவது மாற்றம் ஏற்பட்டிருக்கும் குறிப்புகளை ஆன்லைனில் அப்டேட் செய்யலாம். அல்லது அந்த குறிப்புகளை தபால் மூலம் அனுப்பலாம்.ஆதார் கார்டில் உள்ள குறிப்புகளை ஆன்லைன் மூலம் எவ்வாறு மாற்றம் செய்வது?1. ஆதார் கார்டுக்கான...

Monday, September 2, 2013

Display line numbers in Visual Studio

Line numbers are not displayed be default in most Visual Studio installs. To enable, select ‘Options…’ from the ‘Tools’ menu. Now from the options dialog, expand the ‘Text Editor’ section and click ‘All Languages’. Then simply check the ‘Line numbers’ box in the Display section. Now you should see line numbers in the text editor when you open a file. Note that the screenshots from this example are using Visual Studio 2010, but these...

Friday, August 30, 2013

Most Viewed Dotnet Differences-1

Are you frustrated in searching Working Links through Search Engines ? How to search ? [.NET-related tagname goes here] difference between views:10000, (If result returns 0, then) [.NET-related tagname goes here] difference between views:5000 C#: http://stackoverflow.com/search?q=[c%23]+difference+between+views%3A10000 JavaScript: http://stackoverflow.com/search?q=[javascript]+difference+between+views%3A10000 jQuery: http://stackoverflow.com/search?q=[jquery]+difference+between+views%3A10000 ASP.NET: http://stackoverflow.com/search?q=[asp.net]+difference+between+views%3A10000 .NET: http://stackoverflow.com/search?q=[.net]+difference+between+views%3A10000 HTML: http://stackoverflow.com/search?q=[html]+difference+between+views%3A10000 SQL: http://stackoverflow.com/search?q=[sql]+difference+between+views%3A10000 CSS: http://stackoverflow.com/search?q=[css]+difference+between+views%3A10000 WPF: http://stackoverflow.com/search?q=[wpf]+difference+between+views%3A10000 SQL...