Der Fehler MSB4019: The imported project “C:\Program Files\MSBuild\Microsoft\VisualStudio\v8.0\WebApplications\Microsoft.WebApplication.targets” was not found. konnte bei mir wie folgt behoben werden: Prüfen, ob…
August 27th, 2008
ReportViewer: Display Remote Report (SSRS)
1 Comment, ASP.Net, SQL Server, by Ralf.ReportPath=”/CPA_DWH_ASP_REPORTS/MPCSurvey_Plausibility” ReportServerUrl=”http://53.71.217.43/ReportServer
August 27th, 2008
ReportViewer: Pass Parameters to Remote Report
No Comments, .Net, ASP.Net, SQL Server, by Ralf.How to pass parameters to ReportViewer Control displaying a remote report (SSRS): ReportParameter[] parameters = new ReportParameter[2]; protected void Page_Load(object…
November 29th, 2007
.Net-Snippets
16 Comments, .Net, ASP.Net, JavaScript, SQL Server, VBA, Windows, by Ralf.Unter .Net-Snippets findet man recht gute Lösungen. Sollte man immer mal besuchen, wenn man vor einem Problemchen steht. Außerdem gibt…
November 28th, 2007
GridView: FindControl in Template
No Comments, .Net, ASP.Net, IT, by Ralf.Um ein erfolgreiches FindControl in einem EditItemTemplate umzusetzen, sollte folgender Code verwendet werden. In diesem Beispiel wird in einem GridView…
June 18th, 2007
Initiate SSIS packages from ASP.NET Web Applications
No Comments, ASP.Net, IT, SQL Server, by Ralf.In order to start SSIS packages from ASP.NET web applications you can use a Web Service. Following page shows how…
May 25th, 2007
ASP.NET not working after IIS Installation
1 Comment, ASP.Net, IT, by Ralf.After installing IIS the ASP.NET setup has to be started by using following command: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
March 1st, 2007
Reports mit ASP.NET und SQL Server 2005: One or more rows contain values violating non-null, unique, or foreign-key constraints
No Comments, ASP.Net, SQL Server, by Ralf.Der Fehler “An error has occurred during report processing. Exception has been thrown by the target of an invocation. Failed…
December 5th, 2006
Regular Expressions Library
17 Comments, ASP.Net, IT, JavaScript, PHP, by Ralf.Unter http://regexlib.com findet man eine sehr nette Sammlung an Regular Expressions. Möchte man beispielsweise ein Eingabefeld eines Formulars mit Regular…
November 14th, 2006
ASP.NET: local ReportViewer
1 Comment, .Net, ASP.Net, by Ralf.Der lokale ReportViewer und die Verwendung von Parametern Mit Visual Studio 2005 sowie Web Developer Express Studio wird das ReportViewer-Control…