473,387 Members | 1,502 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

tried new Microsoft Visual Studio 2008 Beta2

Had no problem building website before, but now get this message:

Error 1 Could not load file or assembly 'System.Core, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its
dependencies. The system cannot find the file specified. C:\Inetpub
\wwwroot\ourwebsite.com\Web.Config 30

What does this mean?

Any help is appreciated.
Thanks,
Trint

Aug 6 '07 #1
4 2001
Trint,

A good number of new features (especially LINQ) is implemented in
System.Core.dll. You have to make sure that you have a reference to it in
your project/website.

--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"trint" <tr***********@gmail.comwrote in message
news:11**********************@k79g2000hse.googlegr oups.com...
Had no problem building website before, but now get this message:

Error 1 Could not load file or assembly 'System.Core, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its
dependencies. The system cannot find the file specified. C:\Inetpub
\wwwroot\ourwebsite.com\Web.Config 30

What does this mean?

Any help is appreciated.
Thanks,
Trint

Aug 6 '07 #2
On Aug 6, 10:14 am, "Nicholas Paldino [.NET/C# MVP]"
<m...@spam.guard.caspershouse.comwrote:
Trint,

A good number of new features (especially LINQ) is implemented in
System.Core.dll. You have to make sure that you have a reference to it in
your project/website.

--
- Nicholas Paldino [.NET/C# MVP]
- m...@spam.guard.caspershouse.com

"trint" <trinity.sm...@gmail.comwrote in message

news:11**********************@k79g2000hse.googlegr oups.com...
Had no problem building website before, but now get this message:
Error 1 Could not load file or assembly 'System.Core, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its
dependencies. The system cannot find the file specified. C:\Inetpub
\wwwroot\ourwebsite.com\Web.Config 30
What does this mean?
Any help is appreciated.
Thanks,
Trint- Hide quoted text -

- Show quoted text -
I found the answer! Someone obviously found the same problem and
fixed it. Here it is:

There's the problem, we've revved the version numbers between beta1
and beta2 from 2.0.0.0 to 3.5.0.0.

Turned out that the same is true for System.Web.Extension.dll. This
was referenced in multiple places in my web.config so a thorough
search and replace was necessary.

Once the version numbers were all changed everything built and the
mystery "Unrecognized tag prefix or device filter 'asp'." error
disappeared as well.

Hope this helps!

Give Doug the credit.
Thandks,
Trint

Aug 6 '07 #3
On Aug 6, 10:14 am, "Nicholas Paldino [.NET/C# MVP]"
<m...@spam.guard.caspershouse.comwrote:
Trint,

A good number of new features (especially LINQ) is implemented in
System.Core.dll. You have to make sure that you have a reference to it in
your project/website.

--
- Nicholas Paldino [.NET/C# MVP]
- m...@spam.guard.caspershouse.com

"trint" <trinity.sm...@gmail.comwrote in message

news:11**********************@k79g2000hse.googlegr oups.com...
Had no problem building website before, but now get this message:
Error 1 Could not load file or assembly 'System.Core, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its
dependencies. The system cannot find the file specified. C:\Inetpub
\wwwroot\ourwebsite.com\Web.Config 30
What does this mean?
Any help is appreciated.
Thanks,
Trint- Hide quoted text -

- Show quoted text -
Nick, how do I make a reference to LINQ please?

Aug 6 '07 #4
Are you using it? If not, then you won't need the reference. Adding a
reference is like adding a reference to any other dll in ASP.NET. You want
to make sure that your reference System.Core.dll.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"trint" <tr***********@gmail.comwrote in message
news:11**********************@19g2000hsx.googlegro ups.com...
On Aug 6, 10:14 am, "Nicholas Paldino [.NET/C# MVP]"
<m...@spam.guard.caspershouse.comwrote:
>Trint,

A good number of new features (especially LINQ) is implemented in
System.Core.dll. You have to make sure that you have a reference to it
in
your project/website.

--
- Nicholas Paldino [.NET/C# MVP]
- m...@spam.guard.caspershouse.com

"trint" <trinity.sm...@gmail.comwrote in message

news:11**********************@k79g2000hse.googleg roups.com...
Had no problem building website before, but now get this message:
Error 1 Could not load file or assembly 'System.Core, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its
dependencies. The system cannot find the file specified. C:\Inetpub
\wwwroot\ourwebsite.com\Web.Config 30
What does this mean?
Any help is appreciated.
Thanks,
Trint- Hide quoted text -

- Show quoted text -

Nick, how do I make a reference to LINQ please?

Aug 6 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

16
by: John Gabriel | last post by:
The *back* and *forward* butttons do not work. Anyone noticed this? I know this is a beta edition but even for a beta edition, it's hard to believe Microsoft performed any real quality...
89
by: Homer J Simpson | last post by:
I am coming to the conclusion that Microsoft doesn't want you to use VB ..Net, based on my experiences. I've downloaded the Express version and signed up for various support options etc. At every...
0
by: fiona | last post by:
Reading, Berkshire, UK 05 June 2007 - Crainiate Software make details available of the release of Objecto Framework 2.0, an upgrade to their enterprise business component framework, designed to...
6
by: jonny | last post by:
I am new to web design and programming and was wonder which of these two would be better to invest my time to learn. Visual Web Developer 2005 vs. Microsoft Expression. I would like to make...
1
by: trint | last post by:
There are so many tags in the html pages of the aspx files that it would be very neccessary for me if Microsoft had an updating program of those pages in my project, or I will be spending months to...
9
by: Mohamed Mansour | last post by:
Hello, Last week I downloaded Microsoft Visual Studio 2008 Team Suite edition from MSDN Subscriptions, and I could create working WPF Applications. Today, I am fooling around with WPF again...
1
by: =?Utf-8?B?S2luZXRpYyBKdW1wIEFwcGxpZmUgZm9yIC5ORVQg | last post by:
Do want to attend the Microsoft SQL Server 2008 and Visual Studio 2008 sessions at your home PC?. Yes now it is possible. Microsoft has scheduled a Webcasts for you on SQL Server 2008 and Visual...
7
by: kthequeen | last post by:
I recently upgraded from Visual Studio 2005 to Visual Studio 2008 Standard. While I have a solution open and I am working on a .aspx file, sometimes (every 10 minutes or so) when I highlight code...
0
by: _Who | last post by:
I'm trying to free up some space on my system disk. In Add or Remove Programs I see: Microsoft Windows SDK for Visual Studio 2008 .NET Framework Tools Microsoft Windows SDK for Visual Studio...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.