On my windows server 2008r2 I switched to classic dispay theme (like windows 95)When starting my app using wpftoolkit.extended.dll version 1.8.0.0 I getCould not load file or assembly 'WPFToolkit.Extended.classic, Version=1.8.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4' or one of its dependencies. The system cannot find the file specified.Details:System.IO.FileNotFoundException occurred Message=Could not load file or assembly 'WPFToolkit.Extended.classic, Version=1.8.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4' or one of its dependencies. The system cannot find the file specified. Source=mscorlib FileName=WPFToolkit.Extended.classic, Version=1.8.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4 FusionLog==== Pre-bind state information ===LOG: User = LULZEX\AdministratorLOG: DisplayName = WPFToolkit.Extended.classic, Version=1.8.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4 (Fully-specified)LOG: Appbase = file:///D:/SS/tfs/Studio/trunk/Studio/bin/Debug/LOG: Initial PrivatePath = NULLCalling assembly : PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35.===LOG: This bind starts in default load context.LOG: Using application configuration file: D:\SS\tfs\Studio\trunk\Studio\bin\Debug\Studio.vshost.exe.ConfigLOG: Using host configuration file: LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.LOG: Post-policy reference: WPFToolkit.Extended.classic, Version=1.8.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4LOG: Attempting download of new URL file:///D:/SS/tfs/Studio/trunk/Studio/bin/Debug/WPFToolkit.Extended.classic.DLL.LOG: Attempting download of new URL file:///D:/SS/tfs/Studio/trunk/Studio/bin/Debug/WPFToolkit.Extended.classic/WPFToolkit.Extended.classic.DLL.LOG: Attempting download of new URL file:///D:/SS/tfs/Studio/trunk/Studio/bin/Debug/WPFToolkit.Extended.classic.EXE.LOG: Attempting download of new URL file:///D:/SS/tfs/Studio/trunk/Studio/bin/Debug/WPFToolkit.Extended.classic/WPFToolkit.Extended.classic.EXE. StackTrace: at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) InnerException:
Comments: ** Comment from web user: emartin **
Comments: ** Comment from web user: emartin **
Since your application rely on the toolkit's dll (dynamically loaded library), the application .exe need the file to be present in the same directory (or in the global assembly cache) in order to load it dynamically at runtime.