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...
View ArticleUpdating a database column of type ntext is NOT working from BLINQ.
Hi All, I am getting "Value cannot be null. Parameter name:body" error while updating ntext column in the database. The column attributes are[Column(Storage="_ShortDescription",...
View ArticleBLinq on Beta2
hi,where can i find a copy of BLinq that will work with Beta 2? Regardsgert
View ArticleCustomizing Blinq generated Master Pages
Is anyone familiar with customizing Blinq-generated Master Pages? I'm trying to use long table names, and the menu control on the master page truncates them. I tried using an example that narrows the...
View ArticleThe transaction has already been implicitly or explicitly committed or aborted
Why does this error happen when I try to insert a new message? Server Error in '/LMBlinq' Application.The transaction has already been implicitly or explicitly committed or aborted (Exception from...
View ArticleMenu text truncation
Some of my database tables have long, descriptive names like "RateScheduleType". I added spaces in the title attributes of the sitemap file for readability, however, the menu items are truncated. For...
View ArticleCross dbml Relationships
Hi,Can I build relationships between classes in deferent dbml files so that the deferent namespaces can be used?Thx, :-)
View ArticleCode Generation Error
I was so excited to try BLinq, but... After I ran the tool (no errors) and got web-site created, the generated code cannot be compiled:Description: An error occurred during the compilation of a...
View ArticleMultiple 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...
View ArticleExecption thrown while insertion and edit
I have created a web application using Blinq.When I m inserting a record it is giving me following exception :{"Cannot access a disposed object.\r\nObject name: 'Transaction'."}Following is the stack...
View ArticleLinq not working after changing connectionstring to host database
DearOn my local IIS everything is working, but when I change the connectionstring to remote database I get following error, although tables, storprocs etc. are equal on host (also tested using a sql...
View ArticleIs Blinq stable?
When will Blinq be considered stable/code complete? Is this a tool that is ready for production? Thanks, chris
View ArticleAdventureWorks Database - error updating an existing row.
To reproduce thsi simple install the Aventure works database, run blinq, go to 'ScrapReasons table, edit row 7, update....kabam! Any ideas???Guess some testing needed against other databases (besides...
View ArticleGetting the Identity of the last Inserted row!
Can anyone tell me how to get the identity of the last inserted row? I'm using DLINQ so please don't tell me how to do this in SQL as I know this. In SQL I would use SCOPE_IDENTITY() or @@IDENTITY...
View ArticleUsing blinq with Visual Studio 2008 RTM
Any idea when blinq will support VS 2008 RTM? I tried it today and I get the following error message when I try to run blinq.exe:Error: May Linq CTP is not installed or configured correctly. You can...
View ArticleBlinq's place in the world
It would really be cool if someone could write a paper with guidance on how to make usage distinctions between all these great new frameworks Microsoft is developing. Right now my mind is boggled...
View ArticleGenericMethodDefinition. MakeGenericMethod may only be called on a method for...
I generated a Blinq site for the Northwind DB. The site was created successfully and most of the links and functionality work as expected however I am getting an error when I try to go to view the...
View ArticleHow do I integrate GUI for BLINQ or blinqGUI as it is called in Visual Studio...
Hello,How do I integrate GUI for BLINQ or blinqGUI as it is called in Visual Studio 2008 for Web Site development?
View ArticleRow not found or changed
I've been playing around with Blinq today and everything was working fine until I decided to add a few more relationships in my database and then rerun blinq. Now when ever I try to update a record in...
View ArticleNewbie question here...how do you run it?
Kind of a Newbie question here...but how do you run blinq once you install it? I ran the install, it said it completed successfully, but it didn't add anything to my Start Menu program list, nor do I...
View Article