Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
It's a little early in the morning for this but I'm getting this error on a production server when referencing
<msxml:assembly name="System.Core" /> <msxml:assembly name="System.Xml.Linq" />
The production server has .NET Framework 3.5 SP1 so I can't see why it would be a problem using Linq, I don't remember having to do anything special on my local machine or our staging server to get this working?
What have I missed?
Cheers
Rich
I fixed this by manually copying the dll's into the /bin directory.
Still curious to know why these were not referenced automatically?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Metadata file 'System.Core.dll' could not be found
Hi,
It's a little early in the morning for this but I'm getting this error on a production server when referencing
The production server has .NET Framework 3.5 SP1 so I can't see why it would be a problem using Linq, I don't remember having to do anything special on my local machine or our staging server to get this working?
What have I missed?
Cheers
Rich
I fixed this by manually copying the dll's into the /bin directory.
Still curious to know why these were not referenced automatically?
Rich
is working on a reply...