Free C# / .NET Profiler with Silverlight support

World is still lacking a good free .NET / C# / VB.NET / F# Profiler. There are plenty of overpriced tools (some very useful, but expensive). I need simple profiler for one of my free / hobby projects, so I do not want to pay a premium. First I tried to download open source project …

x64 C# warning – Referenced assembly ‘System.Data.dll’ targets a different processor

Using Visual Studio 2010 C# to compile .NET project for Target Platform x64, the following two warnings appears: —— Rebuild All started: Project: TestProject-64-bit, Configuration: Debug x64 —— warning CS1607: Assembly generation — Referenced assembly ‘System.Data.dll’ targets a different processor warning CS1607: Assembly generation — Referenced assembly ‘mscorlib.dll’ targets a different processor Compile complete — …

ASP.NET 4.0 – An error occurred during local report processing

After fixing missing ReportViewer redistributable, I got the following error: Report Viewer Configuration Error The Report Viewer Web Control HTTP Handler has not been registered in the application’s web.config file. Add to the system.web/httpHandlers section of the web.config file, or add to the system.webServer/handlers section for Internet Information Services 7 or later. Loading… An error …