Search

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

Matching Posts

  • Re: Could not load file or assembly App_Web...

    I just experienced this problem to day ... and solved it by setting: < compilation tempDirectory = " c:\temp " debug = " true " />
  • Re: Cant update DateTime columns in dd/MM/yyyy format.

    Hmmm. Surely since the standard datagrid displays my dates in correct format, and updates correctly without any extra coding, there is something wrong with the LINQ/BLINQ generated solution??
    Posted to Blinq Preview (Forum) by warrenroscoe on 7/6/2006
  • Cant update DateTime columns in dd/MM/yyyy format.

    I am having trouble updating a simple DateTime column. My server is set up as English UK formats, UK location, GMT timezone. A normal GridView control displays and updates my dates without any extra formatting (e.g. HtmlEncode="false" DataFormatString="{0:dd/MM/yyyy}" ApplyFormatInEditMode=true), but when using a Blinq form, my dd and mm values get transposed when updating. Strangely, if I update them directly in SQL, they display correctly, both in the default viewing mode and in edit mode. SQL
    Posted to Blinq Preview (Forum) by warrenroscoe on 7/4/2006
  • Re: Update Challenge

    Doh! OK I found out what to do ... [Column(Name="clmSmallDateTime", Storage="_ClmSmallDateTime", DBType="SmallDateTime", UpdateCheck=System.Data.DLinq.UpdateCheck.Never)] But - I'd still like to know what I did wrong as regards the ConflictDetection="OverwriteChanges" modification.
    Posted to Blinq Preview (Forum) by warrenroscoe on 7/4/2006
  • Re: Update Challenge

    I'm also having this problem, but cannot find the section in the readme that explains how to change UpdateMode ... can you possibly point me to the exact url or file. thanks! ps. I also attempted to get around this issue by changing ConflictDetection="OverwriteChanges" (was previously ConflictDetection="CompareAllValues" This resulted in the error below. PageDataSource 'AllColumnDataTypesDataSource' could not find a non-generic method 'Update' that takes parameters of type 'LINQ_WebSite.AllColumnDataTypes
    Posted to Blinq Preview (Forum) by warrenroscoe on 7/4/2006
  • How to customize navigation and default sort order??

    OK. So I've generated my first application, and it looks fantastic ... BUT ... Is there any way to customize the application that gets generated? e.g. 1. I want TableA to be displayed in ColumnA order in the datagrid rather than in primary key order (which is the current default). 2. After inserting a record in TableC I want to immediately display the datagrid view of TableC rather than the Insert form (which is the current default). 3. TableA has a foreign key to TableB. I want to display TableB
    Posted to Blinq Preview (Forum) by warrenroscoe on 7/4/2006
  • Re: Compiler exited with code 1

    In case you haven't solved this yet, try running the compiler command manually ... e.g. I also had a compile error and the message was: The compiler exited with code 1. The command it executed was C:\Program Files\LINQ Preview\bin\csc.exe /r:"C:\Program Files\LINQ Preview\bin\System.Data.DLinq.dll" /r:"C:\Program Files\LINQ Preview\bin\System.Query.dll" /r:"C:\Program Files\LINQ Preview\bin\System.ComponentModel.Data.dll" /t:library /out:"C:\Documents and Settings\waros\Local Settings\Temp\CRISP
    Posted to Blinq Preview (Forum) by warrenroscoe on 7/4/2006
  • Error generating WebApp

    I thought this post might be useful for the LINQ/BLINQ dev's (if they monitor this community) or anyone else having a problem generating an app ... I installed May CTP of LINQ and BLINQ had an old stored procedure that does some maintenance on SQL foreign keys (see below). When generating my WebApp I got an error. I tried running the compiler command, which displays a load of C# compiler errors related to my stored procedure. Clearly since I am using system objects in the procedure, there seemed
    Posted to Blinq Preview (Forum) by warrenroscoe on 7/4/2006
Page 1 of 1 (8 items)