Search

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

Matching Posts

  • Re: Login Control / website problem

    Thanks for your reply Cody21 I was beginning suspect it may be down to the Express version of SQL. It makes sense due to the licencing of the Express version. I also have a mysql database I could connect to. You mention that transfuring it was a chore. Are there any tips you could give me or any pitfalls you came accross? Thanks
    Posted to Security (Forum) by Hawkmoth on 3/23/2007
  • Re: Login Control / website problem

    Thanks for your replie. I have now added a membership provider that points to the default SQL Server 2005 database file ASPNETDB.mdf , placed in the application's App_Data folder. and my web.config file now reads:- <? xml version = " 1.0 " ?> < configuration xmlns = " http://schemas.microsoft.com/.NetConfiguration/v2.0 " > < appSettings /> < connectionStrings /> < system.web > < membership > < providers > < clear /> < add name = " AspNetSqlMembershipProvider
    Posted to Security (Forum) by Hawkmoth on 3/22/2007
  • Login Control / website problem

    I am using the Login contol and everything is working great when I use it localy. When I access the same sight from another pc the login control seems to accept my login but I am unable to get to an authenticated members only page and the loginstatus control suggests I'm not logged in. I guess I have a problem with the way my site is set up or the web.config file is maybe wrong. Here's my main web.config file <configuration xmlns=" http://schemas.microsoft.com/.NetConfiguration/v2.0 "> <appSettings
    Posted to Security (Forum) by Hawkmoth on 3/21/2007
  • Re: Could not load file or assembly 'Microsoft.ReportViewer.WebForms

    OK I just got round the above problem by just including the following line in the Page_Load event this .ReportViewer1.LocalReport.ReportPath = @"Report1.rdlc" ; So I'm happy. Thanks again for your help. Hawkmoth
    Posted to Installation and Setup (Forum) by Hawkmoth on 3/20/2006
  • Re: Could not load file or assembly 'Microsoft.ReportViewer.WebForms

    Thanks for your help. You have put me on the right track. I have done a fare bit in VS2000/2003 but I am new to VS2005 The bin file was not on the website but it made me realise that the way the site was being uploaded/created maybe wrong and hence not creating the bin file etc It turns out that I was using the 'Copy Web Site' option instead of the 'Publish Website' in the Build menu. I now have a new problem. In my web application I use the ReportVeiwer control and I used the 'Design a new report
    Posted to Installation and Setup (Forum) by Hawkmoth on 3/17/2006
  • Re: Server problems with reportviewer

    I am getting the same error. Have you managed to resolve it? I have tried installing the ReportViewer redistributable to the server and installing the some .dll as suggested on some forums with a similar error with the Beta version but none has worked as yet for me. All the best Hawkmoth
    Posted to Getting Started (Forum) by Hawkmoth on 3/16/2006
  • Could not load file or assembly 'Microsoft.ReportViewer.WebForms

    I hope someone can help me. I have created a webapplication that uses the ReportViewer. It runs fine on my devolopment pc but when I copy it to our server I get a parse error:- Could not load file or assembly 'Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. I have seen posts anout this error in the 2005 beta version and that this would be resolved by using the setup & deployment
    Posted to Installation and Setup (Forum) by Hawkmoth on 3/16/2006
Page 1 of 1 (7 items)