I downloaded and installed the 3.5 framework version of ACT.
I get this error when trying to run my app/site:
Unable to update auto-refresh reference 'ajaxcontroltoolkit.dll'. Cannot find assembly 'C:\Documents and Settings\bcshanno\Local Settings\Application Data\Microsoft\VWDExpress\9.0\ProjectAssemblies\2qbxyvak01\AjaxControlToolkit.dll'. C:\KnowItAll\Bin\ajaxcontroltoolkit.dll.refresh C:\KnowItAll\
I don't have the ACT .dll there, in fact there is no "2qbxyvak01" directory! However, ajaxcontroltoolkit.dll IS located in: C:\Documents and Settings\bcshanno\Local Settings\Application Data\Microsoft\VWDExpress\9.0\ProjectAssemblies\absm1-9x01, although
I haven't the foggiest how it got there.
Why does VWD think I have or need a "2qbxyvak01" directory? More importantly, perhaps, do I need to create such a directory, and copy ajaxcontroltoolkit.dll into it?
Note: When I installed the ACT controls into my IDE, I "chose items" from: C:\VWD2008\AjaxControlToolkit35\SampleWebSite\Bin (the "\SampleWebSite\Bin\" of where I installed the .dll)
--so I don't know why VWD doesn't look THERE for the .dll. That's where it "officially" lives, I would think...
I don't have a "\Temporary ASP.NET Files" folder below C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft .NET Framework 3.5 - maybe Visual Web Developer doesn't create this. However, there is a DeleteTemp.exe file there...
I don't have a "\Temporary ASP.NET Files" folder below C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft .NET Framework 3.5
Yes. You can find it only in .NET Framework 2.0.
ClayShannon
Unable to update auto-refresh reference 'ajaxcontroltoolkit.dll'. Cannot find assembly 'C:\Documents and Settings\bcshanno\Local Settings\Application Data\Microsoft\VWDExpress\9.0\ProjectAssemblies\2qbxyvak01\AjaxControlToolkit.dll'. C:\KnowItAll\Bin\ajaxcontroltoolkit.dll.refresh C:\KnowItAll\
Please make sure that you have installed .NET Framework 3.5 successfully. We suggest that you should re-add the reference to the right version of AJAX Control Toolkit. AJAX Control Toolkit is divided into two versions for .NET Framework 2.0 and 3.5. If
you are using .NET Framework 2.0, please make sure that ASP.NET 2.0 AJAX Extension V1.0( which is built-in in .NET Framework3.5) has been installed. If are not debugging your application in VS , please make sure that your application runs on the right .NET
Framework. You can find the information by the IIS.
If all these doesn't work, we suggest that you should download a sample from
http://www.asp.net/learn/ajax-videos/ to test whether the samples works fine or not.
If your problem is still there, please feel free to let me know with any of the new findings.
Best regards,
Jonathan
Please mark the replies as answers if they help or unmark if not.
If you have any feedback about my replies, please contact msdnmg@microsoft.com.
Microsoft One Code Framework
ClayShannon
Member
683 Points
1164 Posts
"Unable to update auto-refresh reference" err msg
Jan 02, 2008 04:56 PM|LINK
I downloaded and installed the 3.5 framework version of ACT.
I get this error when trying to run my app/site:
Unable to update auto-refresh reference 'ajaxcontroltoolkit.dll'. Cannot find assembly 'C:\Documents and Settings\bcshanno\Local Settings\Application Data\Microsoft\VWDExpress\9.0\ProjectAssemblies\2qbxyvak01\AjaxControlToolkit.dll'. C:\KnowItAll\Bin\ajaxcontroltoolkit.dll.refresh C:\KnowItAll\
I don't have the ACT .dll there, in fact there is no "2qbxyvak01" directory! However, ajaxcontroltoolkit.dll IS located in: C:\Documents and Settings\bcshanno\Local Settings\Application Data\Microsoft\VWDExpress\9.0\ProjectAssemblies\absm1-9x01, although I haven't the foggiest how it got there.
Why does VWD think I have or need a "2qbxyvak01" directory? More importantly, perhaps, do I need to create such a directory, and copy ajaxcontroltoolkit.dll into it?
Note: When I installed the ACT controls into my IDE, I "chose items" from: C:\VWD2008\AjaxControlToolkit35\SampleWebSite\Bin (the "\SampleWebSite\Bin\" of where I installed the .dll)
--so I don't know why VWD doesn't look THERE for the .dll. That's where it "officially" lives, I would think...
www.lulu.com/blackbirdcraven
www.bclayshannon.photoshop.com
bebandit
Participant
1329 Points
319 Posts
Re: "Unable to update auto-refresh reference" err msg
Jan 02, 2008 05:40 PM|LINK
Looks like its mixed up. I always try the old "delete the temp folder trick". Do this by going to the:
C:\WINDOWS\Microsoft.NET\Framework\Your .Net version Here\Temporary ASP.NET Files and delete the files in this folder. You may have to exit VS.
This clears things up when VS is confused.
Bebandit
ClayShannon
Member
683 Points
1164 Posts
Re: "Unable to update auto-refresh reference" err msg
Jan 02, 2008 06:36 PM|LINK
I don't have a "\Temporary ASP.NET Files" folder below C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft .NET Framework 3.5 - maybe Visual Web Developer doesn't create this. However, there is a DeleteTemp.exe file there...
www.lulu.com/blackbirdcraven
www.bclayshannon.photoshop.com
Jonathan She...
All-Star
31269 Points
3445 Posts
Re: "Unable to update auto-refresh reference" err msg
Jan 06, 2008 11:27 AM|LINK
Hi ClayShannon,
Yes. You can find it only in .NET Framework 2.0.
Please make sure that you have installed .NET Framework 3.5 successfully. We suggest that you should re-add the reference to the right version of AJAX Control Toolkit. AJAX Control Toolkit is divided into two versions for .NET Framework 2.0 and 3.5. If you are using .NET Framework 2.0, please make sure that ASP.NET 2.0 AJAX Extension V1.0( which is built-in in .NET Framework3.5) has been installed. If are not debugging your application in VS , please make sure that your application runs on the right .NET Framework. You can find the information by the IIS.
If all these doesn't work, we suggest that you should download a sample from http://www.asp.net/learn/ajax-videos/ to test whether the samples works fine or not.
If your problem is still there, please feel free to let me know with any of the new findings.
Best regards,
Jonathan
If you have any feedback about my replies, please contact msdnmg@microsoft.com.
Microsoft One Code Framework