No announcements
Found 2295350 threads
-
0 Votes
Error on Linq
a test would be to create a fresh .dbml file in a new project and drop a table on .dbml file. Try building your project. It should work if you have LINQ is installed on the ...Answered | 7 Replies | 6086 Views | Created by uncarlo - Thursday, April 17, 2008 9:53 PM | Last reply by Damien Guard - Wednesday, May 28, 2008 6:05 PM -
0 Votes
"Bad storage property" error on LINQ to SQL class
Hi, I am developing a multi-server, 3-tier ASP.NET app that uses LINQ to SQL, with the help of dbml files. Things seem to work fine ...Unanswered | 2 Replies | 14438 Views | Created by Rodrigo Vieira - Thursday, October 2, 2008 10:58 AM | Last reply by Viral999 - Sunday, November 15, 2009 11:55 PM -
2 Votes
Specified cast is not valid error on LINQ query
Thank you! It's always the simple things. From this I infer that the LINQ process looks at the Where clause in one go, which is why it also failed on the first implementation with ...Answered | 4 Replies | 1466 Views | Created by CPHampson - Thursday, October 19, 2017 9:32 PM | Last reply by CPHampson - Friday, October 20, 2017 1:09 PM -
0 Votes
Mapping error on compilation -LINQ Silverlight WCF
Well...nothing else...what am doing is the same. I cant drag any of my tables with xml field as column into dbml. On compiling after dragging it shows the error. I ...Unanswered | 3 Replies | 3634 Views | Created by syammohan_ch - Wednesday, March 17, 2010 1:25 AM | Last reply by Min-Hong Tang - MSFT - Friday, March 19, 2010 3:26 AM -
0 Votes
Error on Linq query on an SQL Server View using ObjectParameters
Hi I am getting the following error on using LINQ-to-Entities 4.0 on a view in SQL Server 2005: The value of a ...Answered | 3 Replies | 3878 Views | Created by mohunt - Friday, December 17, 2010 3:31 PM | Last reply by mohunt - Wednesday, January 19, 2011 1:15 PM -
0 Votes
Linq-SQL error on Silverlight project
Below is my code using LINQ to SQL,on execution I get an error msg saying "Object reference not set to an instance of an ...Answered | 1 Replies | 840 Views | Created by SQLProgramming - Wednesday, March 21, 2012 9:44 AM | Last reply by SilverLightSwitch - Sunday, March 25, 2012 10:14 PM -
0 Votes
Linq Query on execution throwing Exchange Spill error
In Our Application while executing one of the LINQ Query we are getting error. TypeAnswered | 1 Replies | 1615 Views | Created by Naveen Gopinath - Friday, September 6, 2013 10:26 AM | Last reply by Olaf Helper - Friday, September 6, 2013 11:03 AM -
0 Votes
LINQ to SQL Error Subquery Max on DateTime
etc for Linq to Sql. The code I produced in Linq is throwing and error that I can't seem to find any information on: <>f__AnonymousType1 not supported in ...Answered | 1 Replies | 9709 Views | Created by jeff.gombala - Wednesday, February 27, 2008 6:52 AM | Last reply by David Buchanan - Wednesday, February 27, 2008 12:22 PM -
0 Votes
Error msg on linq to dictionary-“an item of the same key value has already been added”
I'm trying do make a collection using linq based on ID which is a GUID.On using dictionary I'm getting error "An item with same key has already been added" Any ...Answered | 1 Replies | 4247 Views | Created by SQLProgramming - Monday, May 21, 2012 1:34 AM | Last reply by Serguey123 - Monday, May 21, 2012 6:27 PM -
0 Votes
Windows Installer(MSI) error on Windows Vista OS using WCF,WPF & LINQ
Hi, We have project on VS 2008 using WCF,WPF and LINQ .Createing a Set up project and installer class . Getting error when install ...Unanswered | 0 Replies | 5092 Views | Created by Rajesh Khetrapal - Thursday, February 12, 2009 2:10 PM -
0 Votes
Linq error on inserting data
{} Thanks, Karthik If a post answers your question, please click "Mark As Answer" on that post and "Mark as Helpful"Answered | 2 Replies | 1712 Views | Created by Cryo75 - Friday, March 9, 2012 1:17 PM | Last reply by Karthik Selvarajan - Friday, March 9, 2012 4:34 PM -
1 Votes
Linq to Sql Error on Update.
Linq To DataSet. Linq ToAnswered | 3 Replies | 2748 Views | Created by JasonJ3526 - Monday, August 18, 2008 4:24 PM | Last reply by AlexBB - Vista Ult64 SqlSer64 WinSer64 - Monday, August 18, 2008 11:50 PM -
0 Votes
LINQ query on checkbox list then UNION their results - error of NULL
I have spend 5 days trying on LINQ checkboxes that chk1, chk2 IQueryable<Profile> temp; var ...Proposed | 1 Replies | 230 Views | Created by PK Quoc - Wednesday, January 23, 2019 4:27 AM | Last reply by Viorel_ - Wednesday, January 23, 2019 6:23 AM -
0 Votes
LINQ cast error with LINQ to SQL on insert
Hi, I tried to insert a record value to NorthWind in SQL server by LINQ toAnswered | 5 Replies | 4097 Views | Created by Peter Kellner - Sunday, August 3, 2008 4:28 AM | Last reply by jack 321 - Thursday, August 7, 2008 5:54 AM -
0 Votes
Linq to Entities for IQueryable error on custom property
Hi Dave, Any updates on this thread? If the problem remains, please feel free to letUnanswered | 3 Replies | 7330 Views | Created by DaveEllora01 - Sunday, September 30, 2012 2:58 PM | Last reply by Alexander Sun - Tuesday, October 9, 2012 9:19 AM -
0 Votes
Linq query on system date time syntax error
How do I apply "greater than" "equal to" logic on date time fields in a linq query?Answered | 2 Replies | 5729 Views | Created by Dano124 - Thursday, February 12, 2009 4:07 AM | Last reply by Dano124 - Friday, February 13, 2009 8:45 PM -
0 Votes
Linq error when doin a select on DB
I have a issue where i can't dispaly my result from the database. I am using Linq to feed my grid. If the linq object comes back as empty I get an error ...Answered | 1 Replies | 2836 Views | Created by brealblackman - Wednesday, July 29, 2009 2:58 PM | Last reply by Bin-ze Zhao - Monday, August 3, 2009 8:47 AM -
0 Votes
Linq to XML on this path results in error
</status> Using this code results in error var v = from c in xdoc.Descendants("props") select ...Answered | 2 Replies | 3661 Views | Created by jss3426 - Thursday, May 28, 2009 5:47 PM | Last reply by Martin Honnen - Thursday, May 28, 2009 6:13 PM -
1 Votes
Error 400 when using 'Where' on IMobileServiceTable LINQ Query
"Text" in the classes "ToDoItem.cs" on server and client to "text" on server and client side and i ran into the same Error 400. ...Answered | 4 Replies | 920 Views | Created by Jock74 - Friday, September 2, 2016 9:18 AM | Last reply by Robus111 - Monday, October 10, 2016 3:58 PM -
0 Votes
Confused on IEnumerable error when returning a LINQ query.
Hi everyone, Can someone explain why I'm receiving the following error?Answered | 1 Replies | 5485 Views | Created by pzn - Wednesday, September 24, 2008 3:21 PM | Last reply by KristoferA - Wednesday, September 24, 2008 3:51 PM - Items 1 to 20 of 2295350 Next ›
No announcements