473,320 Members | 1,535 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,320 software developers and data experts.

ASP.NET brand new and untouched project crashes - stupid error

Hi, there, smart guys!

I have an AMD 64 3000+ based system, with Windows XP Professional on it; I
recently installed Visual Studio 2003 Enterprise Architect; I created a new
C# ASP.NET Web Application project (with only the default blank page) and
immediately tried to start the project - it does not work, showing me the
following stupid error:

Server Error in '/WebApplication1' Application
--------------------------------------------------------------------------------
Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.

Parser Error Message: The format of the file 'System.Data,
Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' is
invalid.

Source Error:

Line 2: <configuration>
Line 3: <system.web>
Line 4: <compilation defaultLanguage="c#" debug="true"/>
Line 5: <customErrors mode="RemoteOnly"/>
Line 6: <authentication mode="Windows" />

Source File: c:\inetpub\wwwroot\WebApplication1\web.config Line: 4
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.40607.85; ASP.NET
Version:2.0.40607.85
What could be the problem??? I'm really desperate about this... I looked for
an answer every where on the Internet but still nothing!

Could anyone help me?
Thanks in advance and sorry for my poor English.
Nov 19 '05 #1
4 1221
Still nobody knows the answer?

"Smoothcoder" wrote:
Hi, there, smart guys!

I have an AMD 64 3000+ based system, with Windows XP Professional on it; I
recently installed Visual Studio 2003 Enterprise Architect; I created a new
C# ASP.NET Web Application project (with only the default blank page) and
immediately tried to start the project - it does not work, showing me the
following stupid error:

Server Error in '/WebApplication1' Application.
--------------------------------------------------------------------------------
Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.

Parser Error Message: The format of the file 'System.Data,
Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' is
invalid.

Source Error:

Line 2: <configuration>
Line 3: <system.web>
Line 4: <compilation defaultLanguage="c#" debug="true"/>
Line 5: <customErrors mode="RemoteOnly"/>
Line 6: <authentication mode="Windows" />

Source File: c:\inetpub\wwwroot\WebApplication1\web.config Line: 4
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.40607.85; ASP.NET
Version:2.0.40607.85
What could be the problem??? I'm really desperate about this... I looked for
an answer every where on the Internet but still nothing!

Could anyone help me?
Thanks in advance and sorry for my poor English.

Nov 19 '05 #2
You should upgrade to VS.NET Beta 2 ASAP.

You are using Beta 1 of the .Net Framework to
run a project created for the Net Framework 1.1.

If you used Visual Studio 2003 to create your project, and are
using .Net Framework Beta 1 ( 2.0.40607.85 ) to try to run
your project, it's no wonder you're getting load failures.

Alternately, you could set your project's
Application to run with the .Net Framework 1.1

That should make your project run,
but it will only run on the .Net Framework 1.1.

Get a copy of Denis Bauer's free ASP.NET Version switcher,
and change your project's virtual directory to .Net Framework 1.1 :

http://www.denisbauer.com/NETTools/A...nSwitcher.aspx

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Smoothcoder" <ro****@mld.kappa.ro> wrote in message
news:0E**********************************@microsof t.com...
Still nobody knows the answer?

"Smoothcoder" wrote:
Hi, there, smart guys!

I have an AMD 64 3000+ based system, with Windows XP Professional on it; I
recently installed Visual Studio 2003 Enterprise Architect; I created a new
C# ASP.NET Web Application project (with only the default blank page) and
immediately tried to start the project - it does not work, showing me the
following stupid error:

Server Error in '/WebApplication1' Application.
--------------------------------------------------------------------------------
Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.

Parser Error Message: The format of the file 'System.Data,
Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' is
invalid.

Source Error:

Line 2: <configuration>
Line 3: <system.web>
Line 4: <compilation defaultLanguage="c#" debug="true"/>
Line 5: <customErrors mode="RemoteOnly"/>
Line 6: <authentication mode="Windows" />

Source File: c:\inetpub\wwwroot\WebApplication1\web.config Line: 4
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.40607.85; ASP.NET
Version:2.0.40607.85
What could be the problem??? I'm really desperate about this... I looked for
an answer every where on the Internet but still nothing!

Could anyone help me?
Thanks in advance and sorry for my poor English.

Nov 19 '05 #3
nobody knows the answer?
\
"Smoothcoder" <ro****@mld.kappa.ro> wrote in message
news:0E**********************************@microsof t.com...
Still nobody knows the answer?

"Smoothcoder" wrote:
Hi, there, smart guys!

I have an AMD 64 3000+ based system, with Windows XP Professional on it; I recently installed Visual Studio 2003 Enterprise Architect; I created a new C# ASP.NET Web Application project (with only the default blank page) and immediately tried to start the project - it does not work, showing me the following stupid error:

Server Error in '/WebApplication1' Application.


--------------------------------------------------------------------------

------
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: The format of the file 'System.Data,
Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' is
invalid.

Source Error:

Line 2: <configuration>
Line 3: <system.web>
Line 4: <compilation defaultLanguage="c#" debug="true"/>
Line 5: <customErrors mode="RemoteOnly"/>
Line 6: <authentication mode="Windows" />

Source File: c:\inetpub\wwwroot\WebApplication1\web.config Line: 4


--------------------------------------------------------------------------

------
Version Information: Microsoft .NET Framework Version:2.0.40607.85; ASP.NET Version:2.0.40607.85
What could be the problem??? I'm really desperate about this... I looked for an answer every where on the Internet but still nothing!

Could anyone help me?
Thanks in advance and sorry for my poor English.


__________________________________________________ _____________________________
Posted Via Uncensored-News.Com - Accounts Starting At $6.95 - http://www.uncensored-news.com
<><><><><><><> The Worlds Uncensored News Source <><><><><><><><>

Nov 19 '05 #4
Thanks a lot, Juan!!

Indeed I recently installed .NET Framework 2.0 Beta 1 and VS 2005 Beta 1 and
after two days unistalled it! And it seems that the uninstall was not quite
complete (I don't know why), thus my ASP.NET server still trying to run on
..NET fx 2.0.

"Juan T. Llibre" wrote:
You should upgrade to VS.NET Beta 2 ASAP.

You are using Beta 1 of the .Net Framework to
run a project created for the Net Framework 1.1.

If you used Visual Studio 2003 to create your project, and are
using .Net Framework Beta 1 ( 2.0.40607.85 ) to try to run
your project, it's no wonder you're getting load failures.

Alternately, you could set your project's
Application to run with the .Net Framework 1.1

That should make your project run,
but it will only run on the .Net Framework 1.1.

Get a copy of Denis Bauer's free ASP.NET Version switcher,
and change your project's virtual directory to .Net Framework 1.1 :

http://www.denisbauer.com/NETTools/A...nSwitcher.aspx

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Smoothcoder" <ro****@mld.kappa.ro> wrote in message
news:0E**********************************@microsof t.com...
Still nobody knows the answer?

"Smoothcoder" wrote:
Hi, there, smart guys!

I have an AMD 64 3000+ based system, with Windows XP Professional on it; I
recently installed Visual Studio 2003 Enterprise Architect; I created a new
C# ASP.NET Web Application project (with only the default blank page) and
immediately tried to start the project - it does not work, showing me the
following stupid error:

Server Error in '/WebApplication1' Application.
--------------------------------------------------------------------------------
Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.

Parser Error Message: The format of the file 'System.Data,
Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' is
invalid.

Source Error:

Line 2: <configuration>
Line 3: <system.web>
Line 4: <compilation defaultLanguage="c#" debug="true"/>
Line 5: <customErrors mode="RemoteOnly"/>
Line 6: <authentication mode="Windows" />

Source File: c:\inetpub\wwwroot\WebApplication1\web.config Line: 4
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.40607.85; ASP.NET
Version:2.0.40607.85
What could be the problem??? I'm really desperate about this... I looked for
an answer every where on the Internet but still nothing!

Could anyone help me?
Thanks in advance and sorry for my poor English.


Nov 19 '05 #5

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

Similar topics

2
by: Anand Pillai | last post by:
I am trying to run the latest Boa on Windows 98 2nd edition, using python 2.2. The program starts up and immediately windows gives it's stupid error box. "This program has performed an illegal...
0
by: joe.bockskopf | last post by:
I am trying to add a setup project to an existing solution using VS.NET 2003. No matter what I do, VS.NET crashes while creating the project. I right click on the solution, select Add... New...
10
by: Harry Slaughter | last post by:
I've got a client who wants to see some immediate results on a brand new website. within a week, they'd like to see the following: 1) basic user authentication (using php sessions/cookies to...
3
by: David N | last post by:
I got a solution that contains about 30 projects, three of which cannot be open. When I open the project, I always receive the error message "Unable to get the project file from the Web Server" ...
2
by: Ken Stealth | last post by:
I spend more time tweaking this stupid computer than I do programming!!!! Although I love working in .NET when I finally get the chance - I absolutley hate its fragile nature. What a mess.... ...
3
by: Johnny | last post by:
Hi, I have created an ASP.NET application (let's call it FooBar) with VS.NET on my local machine, residing in http://localhost/FooBar. Deploying it to another folder on my machine works well...
2
by: Chris Paxton | last post by:
I have a fairly basic VB.NET application that I converted from VS2003 to VS2005 and now it crashed the VS2005 IDE pretty regularly while trying to use the form designer. I've removed any 3rd...
0
by: Jameson | last post by:
Visual Studio 2008 (90 day trial, team suite edition) crashes with "Microsoft Visual Studio 2008 has encountered a problem and needs to close...." message when I try to create a new wpf application...
1
by: Cramer | last post by:
I'm running XP Pro/SP2 + patches and updates, with Visual Studio Professional 2008 (and no prior installation of Visual Studio ever installed). When attempting to open an ASP.NET Web application...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.