BugNET

Open source issue tracking & project management
Welcome to BugNET Register | Login |

BugNET Forums

 
ForumForumDevelopmentDevelopmentGeneral develop...General develop...Solution Upgrade to 3.5 - Assembly DependenciesSolution Upgrade to 3.5 - Assembly Dependencies
Previous Previous
 
Next Next
New Post
 11/9/2009 10:51 AM
 

hi,

the solution compiles fine after your upgrade to 3.5 but if I try to run the application, I get an exception, saying that the assembly "System.Web.Extensions, Version=1.0.61025.0" cannot be found. I think you also have to update all the references in your web.config to assembly version 3.5.0.0

I tried this and got one step further. the application starts but the next exception occurs, when the app tries to load the AjaxControlToolkit because this also seems to have a dependency on v1.0.61025.0 of System.Web.Extensions. so I think, there are a few more things that have to be upgraded to 3.5

don't you have the same problem?

I'm running windows 7, 64bit, iis 7.5

best regards,
christian

New Post
 11/9/2009 11:00 AM
 

I now updated Ajax Control Toolkit to the latest version and this resolved the problem for me - the app is now working!

to sum it up, I had to make the following changes, to get the app running on my machine:

  • Replace all occurences of "1.0.61025" with "3.5.0.0" in the web.config (this affects the "System.Web.Abstractions" and "System.Web.Abstractions.Design" DLLs)
  • Update AjaxControlToolkit to latest version.

it would still be interesting if this only occurs on my system, or if you are having the same problem.

best regards!

New Post
 11/10/2009 9:07 AM
 
 Modified By gklesczewski  on 11/10/2009 10:08:09 AM

I encountered the same issue - web.config + AjaxControlToolkit.dll.

I think I also had to update BugNET_WAP.csproj for the project references.

Once that was taken care of, everything looks pretty good.

This was on a WinXP machine.

New Post
 11/10/2009 9:54 AM
 

I will fix this up. I didn't have these problems specifically but understand how it could happen.


Davin Dubeau
BugNET - Core Developer
twitter.com/bugnetproject

Previous Previous
 
Next Next
ForumForumDevelopmentDevelopmentGeneral develop...General develop...Solution Upgrade to 3.5 - Assembly DependenciesSolution Upgrade to 3.5 - Assembly Dependencies

Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.