Search

You searched for the word(s): userid:680881

Matching Posts

  • Reporting Services LogonUser

    I am trying to run a Reporting Services (through Webhost4life) report with FormsAuthentication. I am using these instructions as a guide to setting up the authentication process for the report: http://blogs.msdn.com/bimusings/archive/2005/11/04/489100.aspx but I am having trouble getting the ReportingService.LogonUser function to work. So far I have: Dim svc As New MyReportingService (which is a public class inheriting webhost4life's ReportExecutionService) svc.Url = "http://sqlreport01
    Posted to SQL Server Reporting Services (Forum) by twells on 5/26/2009
  • Reporting Services LogonUser

    I am trying to run a Reporting Services (through Webhost4life) report with FormsAuthentication. I am using these instructions as a guide to setting up the authentication process for the report: http://blogs.msdn.com/bimusings/archive/2005/11/04/489100.aspx but I am having trouble getting the ReportingService.LogonUser function to work. So far I have: Dim svc As New MyReportingService (which is a public class inheriting webhost4life's ReportExecutionService) svc.Url = "http://sqlreport01
    Posted to Security (Forum) by twells on 5/15/2009
  • Paramaterless Constructor

    I have a DetailsView which uses an ObjectDataSource which gets its data from a Business object. During the ObjectDataSource's ObjectCreating event I set e.ObjectInstance to the business object collection, which has only the one record/object I want to view, and the data comes up just fine. But when I try to edit and then update the record I get a Parameterless Constructor error. OK, so I created a parameterless constructor for the business object. But I can't for the life of me figure out
    Posted to Data Presentation Controls (Forum) by twells on 9/10/2008
  • Re: reportviewer: code the windows credentials

    Code Salad, My immeasurable thanks. After three days of searching, your solution was the one that finally got my reports running
    Posted to SQL Server Reporting Services (Forum) by twells on 3/9/2007
  • Deploy Report on Report Server

    I have some rdlc reports that I display inside ReportViewer controls. I can run them just fine on my development machine. However, I can't figure out how I'm supposed to set everything up when I try to deploy everything to the WebHost4Life report server. If anyone has done this and can give me an outline of what I'm supposed to do, I would greatly appreciate it. Some general questions to give you an idea of what I am looking for: Do I have to create a New Data Source on the report server that points
    Posted to SQL Server Reporting Services (Forum) by twells on 3/7/2007
  • Re: SQL Server Deployment Error

    I made the changes, but the problem is still the same: When I run the code out of the IDE, it finds the data source just fine; but when I publish the code to the website, it can't. If someone could post a working connection string that connects to a remote commercially-hosted SQL Server data source, then I could check to see if I have the syntax right. Thanks for any help, this problem has been holding me up for days.
    Posted to Configuration and Deployment (Forum) by twells on 11/7/2006
  • Translate C# to VB

    This is an example in C# I just can't seem to get right in VB. Can someone translate this for me?: void Application_AuthenticateRequest (Object sender, EventArgs e) { HttpApplication app = (HttpApplication) sender; Thanks
    Posted to Visual Basic .NET (Forum) by twells on 11/3/2006
  • Re: copying to ftp site

    Don't use the Copy Web Site command. Use the Publish Web Site command. I don't know exactly what the copy command does, but the publish command will set up your bin folder with the support files your application needs.
    Posted to Configuration and Deployment (Forum) by twells on 10/30/2006
  • Re: SQL Server Deployment Error

    I don't know what it is. I used the Create a New Connection wizard in VB.Net and that's how it built my connection string.
    Posted to Configuration and Deployment (Forum) by twells on 10/30/2006
  • SQL Server Deployment Error

    I have an ASP.Net app using a remote SQL Server database. When I run the app on my development machine, it connects to the remote database just fine. But when I deploy the app to my remote web-hosting site (using the Publish Web Site command), I get this error: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network
    Posted to Configuration and Deployment (Forum) by twells on 10/30/2006
Page 1 of 2 (14 items) 1 2 Next >