Я добавил AjaxToolkit: AutoCompleteExtender в свое приложение ASP.Net 3.5. Веб-сервис находится в том же веб-приложении. Теперь я получаю эту ошибку, когда нажимаю F5 / Debug в VS2008, и пошаговое откат изменений пока не выявил причины.
Я не могу избавиться от ошибки. Пока приложение запускается, и я не замечаю никаких проблем после его запуска.
BindingFailure was detected
Message: The assembly with display name 'VJSharpCodeProvider' failed to load in
the 'LoadFrom' binding context of the AppDomain with ID 4. The cause of the
failure was:
System.IO.FileNotFoundException: Could not load file or assembly
'VJSharpCodeProvider, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system
cannot find the file specified.
File name: 'VJSharpCodeProvider, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a'
=== Pre-bind state information ===
LOG: DisplayName = VJSharpCodeProvider, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a
(Fully-specified)
Calling assembly : (Unknown).
===
LOG: This bind starts in default load context.
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\
v2.0.50727\config\machine.config.
LOG: Post-policy reference: VJSharpCodeProvider, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a/VJSharpCodeProvider.DLL.
etc