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: 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…
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…
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…
November 14th, 2006
ASP.NET: Grid confirm delete
No Comments, .Net, ASP.Net, by Ralf.Merke: Um das Löschen eines Eintrags in einem GridView-Control bestätigen zu lassen, müssen vorher unter Edit Columns alle CommandField-Elemente manuell…