I've just upgraded my project to umbraco 4.1 beta, and am trying to get a listing of newsitems by using Linq in C#. Locally this works fine, but after putting the dll and usercontrols on the server I keep getting a 'Sequence contains no matching element' error.
Could this also have something to do with Visual studio not being installed on the server?
Hmm, my problem is finally solved. I had some packages installed on the server (umbraco utilities, google analytics). These packages were there before upgrading to 4.1 from 4.0.2. After removing those packages the error was gone.
Sequence contains no matching element
I've just upgraded my project to umbraco 4.1 beta, and am trying to get a listing of newsitems by using Linq in C#. Locally this works fine, but after putting the dll and usercontrols on the server I keep getting a 'Sequence contains no matching element' error.
Could this also have something to do with Visual studio not being installed on the server?
Here's a screenshot of the error : http://www.grabout.com/Default.aspx?i=460b40fa-2d68-41ef-84fb-98e7e0debdd4
Still no luck here. been trying to get this working on the server all day. Even installed Visual Studio on it, just to rule that out, but no cigar.
Anyone have an idea where this error might be coming from?
Hmm, my problem is finally solved. I had some packages installed on the server (umbraco utilities, google analytics). These packages were there before upgrading to 4.1 from 4.0.2. After removing those packages the error was gone.
is working on a reply...