ArticleDirectory
- Solution for failed file loading or assembly system. Web. Extensions
About failed file loading or Program Set system. Web. Extensions Solution
failed to Load file or assembly system. web. extensions solution "system. web. extensions, version = 1.0.61025.0, culture = neutral, publickeytoken = 31bf3856ad364e35 "or one of its dependencies. The system cannot find the specified file. the obvious error is that the Assembly is missing. solution: 1. If your program runs on a server that you can control, install Asp.net Ajax. This is system. web. extensions and other DLL are deployed as GAC. 2. If your program runs on a VM (You do not have permission to install the Program. web. extensions. DLL and system. web. extensions. design. DLL (usually in C:/program files/Microsoft ASP. net/asp. NET 2.0 Ajax extensions/v1.0.61025 directory) Copy two DLL files to the bin directory of your web application. This is application-level deployment. check the web. Code |