Results 1 to 2 of 2

Thread: [2008] LINQ to SQL Removing conflicting INSERT Statement from Changeset

  1. #1

    Thread Starter
    Frenzied Member bmahler's Avatar
    Join Date
    Oct 2005
    Location
    Somewhere just west of the Atlantic
    Posts
    1,568

    [2008] LINQ to SQL Removing conflicting INSERT Statement from Changeset

    Ok well the title pretty much says it all. I have a project i am working on using LINQ to SQL and I have run into an issue with a conflicting INSERT statement. It seems that the GetChangeSet.Inserts is readonly so i can't actually remove any conflicting inserts. I have also tried using the ChangeConflicts but apparently this doe snot cona5tian inserts so i can not resolve them that way. I have been reading around and have yet to find anything. Any help would be appreciated.
    Boooya
    • Visual Studio 2008 Professional
    • Don't forget to use [CODE]your code here[/CODE] when posting code
    • Don't forget to rate helpful posts!
    • If you're question was answered please mark your thread [Resolved]


    Code Contributions:
    PHP
    PHP Image Gallery v1.0PHP Image Gallery v2.0
    VB 2005
    Find Computers on a networkSimple License EncryptionSQL Server Database Access dllUse Reflection to Return Crystal ReportDocumentSilently Print PDFGeneric Xml Serailizer


    Useful Links: (more to come)
    MSDN (The first and foremost)MSDN Design Guidelines API Reference • Inno Setup CompilerInno Setup PreprocessorISTool - Fairly easy to use GUI for creating inno setup projects • Connection StringsNAnt -Automated BuildsCruise Control .NET - Frontend for automated builds

  2. #2
    New Member
    Join Date
    Sep 2008
    Posts
    1

    Re: [2008] LINQ to SQL Removing conflicting INSERT Statement from Changeset

    Did you get an answer? I cannot find a satisfying answer myself.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width