Browse by Tags

Related Posts

  • how we get the ":" in xlink please help me

    my Xml file code is and my link code is this XElement xelement = XElement.Load("d:/CaseStudyBL.xmi"); XElement xmlDoc = XElement.Parse(xelement.ToString()); var tutorials = from tutorial in xelement.Descendants("ownedMember") // select new // { // Abc = (string)tutorial.Attribute...
    Posted to XML and XmlDataSource Control (Forum) by usmanhabeeb on 06-20-2008, 12:00 AM
    Filed under: Orcas, query, Blinq LINQ auto-generate web forms, blinq webforms auto-generate, dynamic, linq in web site, LINQ to Sql, Blinq, LINQ
  • Multiple foreign keys between two tables

    I have been working on an issue tracking application and have decided to do my database access using linq. The only real problem I have run into is how to link two tables that have multiple foreign key relations. I have table [Issue] and table [User]. [Issue] has fields issue_creator_id and issue_assigned_id...
    Posted to Blinq Preview (Forum) by Brad Engels on 01-14-2008, 12:00 AM
    Filed under: Blinq, LINQ
  • DetailsView wrong display

    Hi. The DetailsView displays the Data fields wrong. When I click on NewWorkOrder it shows a dropdown list for my workorderID....this is supposed to be a text box and i must enter the ID. This is my primary key in the table. is there a way to fix this?? How can i change the template so that it works...
    Posted to Blinq Preview (Forum) by MrJingles on 10-08-2007, 12:00 AM
    Filed under: Blinq LINQ auto-generate web forms, blinq webforms auto-generate, Blinq, LINQ
  • Compiler executable file Bin\vbc.exe cannot be found

    I am getting the following when selecting Browse from IIS on the Default.aspx file. The web site was automatically configured (visual basic) using Blinq on PUBS.mdf. If I select Browse from Visual Web Developer the web pages render correctly. Where do I get vbc.exe and is the error message accurate?...
    Posted to Blinq Preview (Forum) by kim.marquardt on 07-05-2007, 12:00 AM
    Filed under: vbc.exe, Blinq, deployment, LINQ, Asp.NET2.0, visual basic
  • Mar CTP and Blinq

    I have the March CTP installed. I installed Blinq and when I try to run it it gives me the following error Error: May Linq CTP is not installed or configured correctly. You can download it from http://msdn.microsoft.com/data/ref/linq/ If you are running Blinq from a command window, close it and open...
    Posted to Blinq Preview (Forum) by jcb98004 on 04-11-2007, 12:00 AM
    Filed under: Orcas, Blinq, LINQ
  • Update problem using BLINQ generated classes as ObjectDataSource for GridView

    Hi, I have generated some classes by running BLINQ against a database that I would like to use as ObjectDataSource for GrideView. The problem is that it works as long as I have all the columns listed in the GridView but as soon as I take any of the columns away, it starts to complain that it could not...
    Posted to Blinq Preview (Forum) by muzaffarm on 12-10-2006, 12:00 AM
    Filed under: Problem with updating records, Blinq, LINQ
  • Up, running and useful in just 30 mins

    After watching the video ( lang.net ) , it just has taken me about 30 mins to make blinq fulfill my first need. I am using the website generated by blinq to navigate a decently complex database. This is helping me to view the data and make sense out of them in the development process (i modified few...
    Posted to Blinq Preview (Forum) by manimaran on 10-30-2006, 12:00 AM
    Filed under: Blinq, LINQ
  • Re: Row not found or changed

    Polita, What Marc has found with updating (and I know about the fix there) I found the same with deleting, making columns invisible (and only some at that) break the delete as I assume its expecting all the values back to check before deleting. How do I get around this ? Thanks Zeid BTW Thanks for Blinq...
    Posted to Blinq Preview (Forum) by The Development Manager on 10-26-2006, 12:00 AM
    Filed under: Blinq, LINQ, Problem with updating records
  • Performance issues with the BLINQ generated code

    I have two pages, both of them displaying the same data from the same table. One page is generated using BLINQ. The other is implemented using DataSet and ADO.NET. I found that the BLINQ generated page is much slower than the DataSet implemented page. Is this because BLINQ/LINQ/.NET 3.0 is still in beta...
    Posted to Blinq Preview (Forum) by san1303755 on 10-11-2006, 12:00 AM
    Filed under: Blinq, LINQ
  • Re: "End" column name bug

    I use CSharp. I have two columns, Start and End, datatype:smalldatetime, nullable. If i chane column names to something similar (PeriodStart, PeriodEnd) it's all ok. This is the error: Incorrect syntax near the keyword 'End'. Description: An unhandled exception occurred during the execution...
    Posted to Blinq Preview (Forum) by cobain81 on 09-11-2006, 12:00 AM
    Filed under: Blinq, LINQ
Page 1 of 2 (11 items) 1 2 Next >