473,607 Members | 2,659 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Removing traces of System.Web.Exte nsions.dll 3.5

**To members of microsoft.publi c.dotnet.framew ork, apologies for the
crosspost. I originally posted this message into that group however
have since realised this may have been a better destination**

Hi all,

Wondering if anyone can help me out with an assemblies problem I'm
having.
I've got a .net 2.0 web application using AJAX 1 created with VS2005.
I also had VS2008 & .net 3.5 installed. I have since taken off
2008/3.5 and have started getting the error below when accessing one
of my pages...
Could not load file or assembly 'System.Web.Ext ensions,
Version=3.5.0.0 , Culture=neutral , PublicKeyToken= 31bf3856ad364e3 5' or
one of its dependencies. The located assembly's manifest definition
does not match the assembly reference. (Exception from HRESULT:
0x80131040)
=== Pre-bind state information ===
LOG: User = Unknown
LOG: DisplayName = System.Web.Exte nsions, Version=3.5.0.0 ,
Culture=neutral , PublicKeyToken= 31bf3856ad364e3 5
(Fully-specified)
LOG: Appbase = file:///C:/Repository/APS/Client/Web/
LOG: Initial PrivatePath = C:\Repository\A MP\Client\Rio\W eb\bin
Calling assembly : APS.Client.Web. HomeScreen, Version=6.0.0.3 32,
Culture=neutral , PublicKeyToken= 1916d4122ec2e2e 8.
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Repository\A MP\Client
\Rio
\Web\web.config
LOG: Using host configuration file: C:\WINDOWS\Micr osoft.NET
\Framework
\v2.0.50727\asp net.config
LOG: Using machine configuration file from C:\WINDOWS\Micr osoft.NET
\Framework\v2.0 .50727\config\m achine.config.
LOG: Post-policy reference: System.Web.Exte nsions, Version=3.5.0.0 ,
Culture=neutral , PublicKeyToken= 31bf3856ad364e3 5
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary
ASP.NET Files/rio/424e24e9/2a74040f/System.Web.Exte nsions.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary
ASP.NET Files/rio/424e24e9/2a74040f/System.Web.Exte nsions/
System.Web.Exte nsions.DLL.
LOG: Attempting download of new URL
file:///C:/Repository/AMP/Client/Rio/Web/bin/System.Web.Exte nsions.DLL.
WRN: Comparing the assembly name resulted in the mismatch: Major
Version
ERR: Failed to complete setup of assembly (hr = 0x80131040). Probing
terminated.
My project references System.Web.Exte nsions v1.0.61025.0 and as far
as
I can see have absoluetly no references to the v3.5 incarnation of
System.Web.Exte nsions however it refuses to use v1, no matter how
many
times I readd the reference, set "Specifc Type" property to true etc.
Before I removed 3.5 I was getting this error...
Parser Error Message: The base class includes the field
'ScriptManager2 ', but its type (System.Web.UI. ScriptManager) is not
compatible with the type of control (System.Web.UI. ScriptManager).
Line 62: <form id="form1" runat="server">
Line 63: <div style="text-align: center; width:100%;">
Line 64: <asp:ScriptMana ger ID="ScriptManag er2"
runat="server">
Line 65: </asp:ScriptManag er>
Line 66: <div class="ControlB ox" style="text-align:
center; ">
....I had checked my project to make sure that I was referencing 1.0.6
but upon compiling it appears it decided to use 3.5 regardless, so I
assumed that removing 3.5 all together would give it no option but to
use 1.0.6, however as you can see it is still trying to find 3.5.
I've scanned by system for the 3.5 version of the DLL and can not
find
it anywhere, the closes I can see it a native image file in the GAC.
Does anyone have any ideas as to where the requirement for the 3.5
DLL
is coming from or how to get rid of it. As I said before I'm sure it
isn't from my project (very sure because the project was created on a
serperate machine with no 3.5).
Any thoughts/help would be greately appriciated...
Thanks
Adam
PS I've already tried clearing my temp ASP.Net files.
Aug 21 '08 #1
0 6349

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

Similar topics

8
1399
by: Derek Fountain | last post by:
Does Python have something similar to Tcl style tracing? That is, the ability to call a subroutine when a variable is written to or read from?
4
1826
by: Vinay | last post by:
Hi I want to listen to traces exhibited by other applications. Can some one help me and let me know how to do it? Can TextWriterTraceListener class be used from outside application to listen to traces? Thanks, Vinay
0
1262
by: Frank | last post by:
First, I borrowed the below stack trace from another posting as an example of the sort of issue I have with my own software. When I see stack traces like this from my own software, I do not understand what the +393, +195 numbers are for that come at the end of each line. Question: Does anyone know what these +###s refer to or how I should interpret them?
1
1217
by: Bob Palank | last post by:
My objective was to remove all traces of Form1 from my source which was a vcpp.Net Windows application. And I was successful - but in doing so, I lost the ability to graphically modify my form! Could it be true that you must have the original Form1 to work with the GUI ToolBox ? I doubt it but don't see a workaround. BR Bob Palank
0
2406
by: nirupama | last post by:
Sir, I am new to the Nunit,nunitasp i am gettin an error as "System.InvalidOperationException:the specified node cannot be inserted as the valid child of this node, because the specified node is the wrong type" i have used nunit.framework,nunitasp as references ,but when i am using txt1.tex="asdf", then i am getting can u plz send the reply as soon as possible ****************** using System; using System.Web;
11
2028
by: Embrion | last post by:
Hello I've got project in my school which is Access database. My teacher said that if she notice any signs of using someone's else project, then she will fail that person. I've used some parts of my friend's database and now when I open my mdb in notepad, I can see names of my friend's labels, fields etc. names. It's strange because I've deleted all that fields via Access in my database. Is there any way to clean them ? I've already...
3
3010
by: Stuart Shay | last post by:
Hello All In the following XML Below which is a XMLDocument in my application. I want to remove the <extensions></extensions> Node completely. What is the best way to do this, my files are not that large Thanks Stuart
2
151641
by: antonyliu2002 | last post by:
I am testing AJAX. I've downloaded the AJAX Extension and the CTP December package and installed on BOTH my development machine and the production server. Then I created a very very simple web application, which contains a button and a label. When the button is clicked, some message is shown on the label. That's it. The AJAX works great on my development machine, but on the production server, I got the typical error as follows:
11
1702
by: George Sakkis | last post by:
I have a situation where one class can be customized with several orthogonal options. Currently this is implemented with (multiple) inheritance but this leads to combinatorial explosion of subclasses as more orthogonal features are added. Naturally, the decorator pattern comes to mind (not to be confused with the the Python meaning of the term "decorator"). However, there is a twist. In the standard decorator pattern, the decorator...
0
8050
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8464
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8130
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
6805
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6000
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
3954
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4015
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2464
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1574
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.