I just recompiled the site without the "offending" line of code and got a new error:
Parser Error Message: Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 54:
Line 55: <assemblies>
Line 56: <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Line 57: <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 58: <add assembly="System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
I understand your frustration, it can be stressfull messing with something for hours on end and feel like you are getting nowhere. I will wait to see what you come back with. I would try the reference thing, it seems silly but it has happened to me before.
and the re-ran the project and that is the error? All it did was add the reference back, and that points me right back to what i was saying, delete the AjaxControlToolkit.dll from your references directory and
add it back, then remove one of the lines that reads,
yep, expand the project references directory and delete the dll and the pdb and the xml.refresh file, then right click the project, click add reference, on the first tab page, click browse, go to the folder where the original ajaxcontroltoolkit.dll is (where
you extracted the zip) and select the AjaxControlToolkit.dll. When it is added back, rebuild.
i forgot to mention, if you have the language dll files in the references directory remove those two before readding it back. I mean all of them, there is a lot. Not to worry though they get added back automatically when you add the AjaxControlToolkit.dll
alex2go
Member
137 Points
543 Posts
Re: deployment issue
Nov 26, 2008 02:59 AM|LINK
I just recompiled the site without the "offending" line of code and got a new error:
Parser Error Message: Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Source Error:
nice huh?
exuviae
Participant
1167 Points
221 Posts
Re: deployment issue
Nov 26, 2008 03:01 AM|LINK
I understand your frustration, it can be stressfull messing with something for hours on end and feel like you are getting nowhere. I will wait to see what you come back with. I would try the reference thing, it seems silly but it has happened to me before.
Chris Dupuy
http://techblog.chrisdupuy.com
exuviae
Participant
1167 Points
221 Posts
Re: deployment issue
Nov 26, 2008 03:06 AM|LINK
when you say without the offending line of code, you mean you removed:
<add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
and the re-ran the project and that is the error? All it did was add the reference back, and that points me right back to what i was saying, delete the AjaxControlToolkit.dll from your references directory and add it back, then remove one of the lines that reads,
<add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
and run the application again plz
Chris Dupuy
http://techblog.chrisdupuy.com
alex2go
Member
137 Points
543 Posts
Re: deployment issue
Nov 26, 2008 03:07 AM|LINK
currently recompiling code I saved a week ago. It worked then.
alex2go
Member
137 Points
543 Posts
Re: deployment issue
Nov 26, 2008 03:11 AM|LINK
you mean just cut the dll and paste it right back in? or paste another copy from some other source?
exuviae
Participant
1167 Points
221 Posts
Re: deployment issue
Nov 26, 2008 03:18 AM|LINK
yep, expand the project references directory and delete the dll and the pdb and the xml.refresh file, then right click the project, click add reference, on the first tab page, click browse, go to the folder where the original ajaxcontroltoolkit.dll is (where you extracted the zip) and select the AjaxControlToolkit.dll. When it is added back, rebuild.
Chris Dupuy
http://techblog.chrisdupuy.com
exuviae
Participant
1167 Points
221 Posts
Re: deployment issue
Nov 26, 2008 03:20 AM|LINK
try the latest code after that and let me know.
Chris Dupuy
http://techblog.chrisdupuy.com
alex2go
Member
137 Points
543 Posts
Re: deployment issue
Nov 26, 2008 03:23 AM|LINK
looked for .xml refresh file and didn't see it anywhere...?
exuviae
Participant
1167 Points
221 Posts
Re: deployment issue
Nov 26, 2008 03:25 AM|LINK
no worries, it isn't always there, it is there sometimes, and others it is not, its simply a way vs tracks if a dll has changed
Chris Dupuy
http://techblog.chrisdupuy.com
exuviae
Participant
1167 Points
221 Posts
Re: deployment issue
Nov 26, 2008 03:26 AM|LINK
i forgot to mention, if you have the language dll files in the references directory remove those two before readding it back. I mean all of them, there is a lot. Not to worry though they get added back automatically when you add the AjaxControlToolkit.dll
Chris Dupuy
http://techblog.chrisdupuy.com