Tobias

700
reputation
54 views

Registered User

name Tobias
member for 1 year
seen Dec 17 at 17:54
website
location NZ
age
Dec
17
comment sql reporting serices not showing anything when go to web interface
What did you reinstall? SQL Server Reporting Services? I have the exact same issue.
Oct
27
accepted .NET Deployment project: Custom Action that cancels uninstaller
Oct
27
answered .NET Deployment project: Custom Action that cancels uninstaller
Sep
21
comment Why is this code so slow?
Thanks, wasn't sure if he used std::vector.
Sep
18
answered Why is this code so slow?
Sep
18
asked .NET Deployment project: Custom Action that cancels uninstaller
Sep
17
awarded  Yearling
Sep
8
comment How to use WebService of SQL Server 2008 Reporting Services
The web service turned out to be located at ReportService2005.asmx and ReportExecution2005.asmx. The definition is available at ReportService2005.asmx?wsdl and ReportExecution2005.asmx?wsdl. The example here (msdn.microsoft.com/en-us/library/…) describes how to retrieve PDF/Excel/HTML/... data from your reports. Thank you very much for pointing me there!!!
Sep
8
asked How to use WebService of SQL Server 2008 Reporting Services
Sep
8
comment Web Service and Report Manager don’t load (Sql Server Express 2008 with Reporting Services)
Changing the port numbers where? In the Reporting Services Configuration Manager?
Sep
7
comment Mouse for programmer
Weird, I just searched for this very thread because the Microsoft Wheel Mouse Optical gives me a lot of pain...
Aug
12
awarded  Popular Question
Jul
29
revised .NET: How to print files w/o opening them
title corrected
Jul
29
revised Can I restrict generic method to more than one interface?
added 1377 characters in body
Jul
28
comment Can I restrict generic method to more than one interface?
I could do that but I would have to write an implementation for each Interface. That's why I wanted to use generics in the first place.
Jul
28
comment Can I restrict generic method to more than one interface?
I want to say that T can be IInterface1 or IInterface2. I'm using VS2008 but I compile for .NET 2.0
Jul
28
asked Can I restrict generic method to more than one interface?