Search

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

Matching Posts

  • Problem converting a 3.5 app to 4.0 - Charting control issue

    I've just converted an app to 4.0 in VS2010. The app uses the MS charting controls which were a seperate install with 3.5 but are bundled with 4.0. I am getting the exception "The type 'System.Web.UI.DataVisualization.Charting.Chart' exists in both 'c:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Web.DataVisualization.dll' and 'c:\WINDOWS\assembly\GAC_MSIL\System.Web.DataVisualization\3.5.0.0__31bf3856ad364e35\System.Web.DataVisualization
    Posted to Visual Studio 2010 Beta 2 (Forum) by ParrotBoy on 11/16/2009
  • Problems binding GridView to List<>

    Hi everyone I have a GirdView that looks like: <asp:GridView ID="gvData" runat="server" AutoGenerateColumns="false"> <Columns> <asp:BoundField HeaderText="Date" DataField="Date" DataFormatString="{0:dd/MM/yyyy}" /> <asp:BoundField HeaderText="All" DataField="AllTotal" /> <asp:BoundField HeaderText="1" DataField="Company1Total" /> <asp:BoundField HeaderText="2"
    Posted to Data Presentation Controls (Forum) by ParrotBoy on 8/19/2009
  • Re: Problems binding GridView to List<>

    Oops, I knew that! Can't databind to fields... Thanks everyone!
    Posted to Data Presentation Controls (Forum) by ParrotBoy on 8/19/2009
  • Entity framework - strangeness with view

    I've got tables in SQL server: CREATE TABLE [dbo].[Task]( [ID] [ bigint ] IDENTITY (1,1) NOT NULL , [Name] [ nvarchar ](150) NOT NULL , CONSTRAINT [PK_Task] PRIMARY KEY CLUSTERED ([ID] ASC ) ) ON [PRIMARY] GO CREATE TABLE [dbo].[Attempt]( [ID] [ bigint ] IDENTITY (1,1) NOT NULL , [UserID] [ nvarchar ](30) NOT NULL , [TaskID] [ bigint ] NOT NULL , [Style] [ nvarchar ](15) NOT NULL , [Attempted] [date] NOT NULL , [Success] [ bit ] NOT NULL , [Falls] [ tinyint ] NOT NULL , [Notes] [ nvarchar ](500
  • Installing SP1 on a drive other than C

    I'm installing VS2008 SP1 on a developers PC but there is insufficient space on the c: drive for the install. The install directory is already mapped out so I can't choose to install to D: (which is where VS2008 is currently installed anyway!). Is there any way of installing to a different location? Thanks
    Posted to Visual Studio 2008 (Forum) by ParrotBoy on 2/24/2009
  • Upgraded to Access 2007 and can't get around forms any more

    Hi I've upgraded to the 2007 version of access and now, when I try to open a database with a form loaded on startup I can't access the back-end tables/queries etc. I need to get into them asap. Anyone know where the option has gone? Thanks
  • IDataReader and dependency injection

    I considered putting this in the data access forum, but figured this was probably the best spot. I'm helping a coworker refactor some code to make it more modular and testable. Heres some pseudo-code for what hes got at the moment: public void CreateCSV(TextWriter Output) { // Create a SqlDataReader based on some simple processing // Process the data and write to Output in a CSV format // Create another SqlDataReader based on some other processing // Process the data (slightly differently) and
    Posted to Architecture (Forum) by ParrotBoy on 1/8/2009
  • Re: The project type is not supported by this installation

    Spot on renitdaniel - I've got websites but not web application projects - I'll get it installed. Thanks!
    Posted to Installation and Setup (Forum) by ParrotBoy on 12/2/2008
  • The project type is not supported by this installation

    I've tried to open a solution created by a previous collegue from sourcesafe and am getting the message 'the project type is not supported by this installation' on the web project. How do I tell what I need to install to get it working? I've looked in the .csproj file but can't see anything out of the ordinary. Thanks
    Posted to Installation and Setup (Forum) by ParrotBoy on 12/1/2008
  • Turning off 'Treat warnings as errors' for specific files

    Good morning everyone. As part of our development standards we have a number of rules regarding deployment. One of these is that release builds have the 'Treat warnings as errors' setting enabled. This ensures that: We don't push obsolete code into production; All of our code is XML commented. Unfortunately I have a compiled crystal report in my project and the code generated for it does not include XML comments and so my release build fails. I can comment it in approx 2 minutes, but
    Posted to Configuration and Deployment (Forum) by ParrotBoy on 11/24/2008
Page 1 of 49 (484 items) 1 2 3 4 5 Next > ... Last »