not 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 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 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 ArticleStrange exception.
var db = new DBOEODataContext(); var persons1 = db.ExecuteQuery<PERSON>("SELECT _NAME FROM PERSON"); I get an exception > InvalidOperationException The required column...
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 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 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 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 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 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 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 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 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 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 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 ArticleIs Blinq stable?
When will Blinq be considered stable/code complete? Is this a tool that is ready for production? Thanks, chris
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 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 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 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 Article