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 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 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 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 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 ArticleIs there a future for BLINQ?
Now that the ASP.NET futures are released I'm wondering if BLINQ will make it in the Orcas timeframe. The new upcoming Dynamic Data Controls are going to be a real competitor but I would also love to...
View Articlestoring image to database and class mapping with linq
1/ im modeling my database structure and created a class in wich i want to have some properties of image type.i need to provide the class datatype and the db datatype. what do i choose ? image for the...
View ArticleGetting started with LINQ
Hi,I am an absolute beginner with LINQ and wish to explore it using VS-2005 & SQL Server-2005. Can anyone guide me on getting started with LINQ. What software do i need to download to use LINQ with...
View ArticleStrange exception.
var db = new DBOEODataContext(); var persons1 = db.ExecuteQuery<PERSON>("SELECT _NAME FROM PERSON"); I get an exception > InvalidOperationException The required column...
View Articlecan't compile in Web Application Project
i've got blinq running nicely in a VS Web Site Project. However I much prefer the 'Web Application Project' (WAP) model but i cannot get a blinq project to compile. the compile errors are all in the...
View ArticleDoes blinq work with access database
Is there a version available to work with MDB files. Also, is there a newer version of blinq in either VS2005 sp1 or VS2008 beta?
View Articlenot able to view web forms
Hi, I am trying to use Blinq tool to create a website for AdventureWorks database to insert, update and delete records in any tables. As per instructions, I have downloaded May 2006 CPT and installed...
View Article