This question is locked. New answers and comments are not allowed.
Hi guys
As always - thanks for doing such a great job with your comprehensive suites.
And thank you, Nikoleta, for the extended trial. This really gives me a chance to get further with the project before emptying my wallet ;)
Here's my problem and environment:
When deploying a Silverlight 5 solution using a RadUpload with a FileHandler.ashx on the server side I'm unable to run it, getting an "Could not load file or assembly Telerik.Windows.RadUploadHandler" error.
Further see Assembly Load Trace below and attached complete exception.
The DLL is there, in the Web Project's BIN, and I've made sure the server IIS matches my dev comp IIS.
Couldn't find any answer to this online, which makes me suspect it's my new Windows Server 2012 environment that's spooky.
Project
----------------------------
Dev Environment
----------------------------
Server Environment
----------------------------
AMD Athlon 2.61 GHz, 6 GB RAM
Windows Server 2012 Standard x64
.Net Framework 4.5 SP1
SQL Server 2012
Error details
Assembly Load Trace
As always - thanks for doing such a great job with your comprehensive suites.
And thank you, Nikoleta, for the extended trial. This really gives me a chance to get further with the project before emptying my wallet ;)
Here's my problem and environment:
When deploying a Silverlight 5 solution using a RadUpload with a FileHandler.ashx on the server side I'm unable to run it, getting an "Could not load file or assembly Telerik.Windows.RadUploadHandler" error.
Further see Assembly Load Trace below and attached complete exception.
The DLL is there, in the Web Project's BIN, and I've made sure the server IIS matches my dev comp IIS.
Couldn't find any answer to this online, which makes me suspect it's my new Windows Server 2012 environment that's spooky.
Project
----------------------------
- Silverlight 5 app hosted in
- ASP.NET 4.5 MVC 3 site with
- WCF RIA services
Dev Environment
----------------------------
- Intel i5 3.60 GHz, 8 GB RAM
- Windows 7 Pro x64
- IIS 7.5.7600.16385
- Visual Studio 2010 Pro
- .Net Framework 4.5 SP1
- Silverlight 5
- WCF RIA
Server Environment
----------------------------
AMD Athlon 2.61 GHz, 6 GB RAM
Windows Server 2012 Standard x64
- IIS 8.0.9200.16384
- IIS Recommended Configuration
- IIS ASP.NET 4.5
.Net Framework 4.5 SP1
SQL Server 2012
Error details
Assembly Load Trace
=== Pre-bind state information === LOG: User = THENEWHOST\iisphys LOG: DisplayName = Telerik.Windows.RadUploadHandler (Partial) WRN: Partial binding information was supplied for an assembly: WRN: Assembly Name: Telerik.Windows.RadUploadHandler | Domain ID: 2 WRN: A partial bind occurs when only part of the assembly display name is provided. WRN: This might result in the binder loading an incorrect assembly. WRN: It is recommended to provide a fully specified textual identity for the assembly, WRN: that consists of the simple name, version, culture, and public key token. WRN: See whitepaper http://go.microsoft.com/fwlink/?LinkId=109270 for more information and common solutions to this issue. LOG: Appbase = file:///D:/IntraNodesApp/ LOG: Initial PrivatePath = D:\IntraNodesApp\bin Calling assembly : (Unknown). === LOG: This bind starts in default load context. LOG: Using application configuration file: D:\IntraNodesApp\web.config LOG: Using host configuration file: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet.config LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework64\v4.0.30319\config\machine.config. LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind). LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/Temporary ASP.NET Files/root/11a0c66e/a659133f/Telerik.Windows.RadUploadHandler.DLL. LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/Temporary ASP.NET Files/root/11a0c66e/a659133f/Telerik.Windows.RadUploadHandler/Telerik.Windows.RadUploadHandler.DLL. LOG: Attempting download of new URL file:///D:/IntraNodesApp/bin/Telerik.Windows.RadUploadHandler.DLL. LOG: Using application configuration file: D:\IntraNodesApp\web.config LOG: Using host configuration file: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet.config LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework64\v4.0.30319\config\machine.config. LOG: Post-policy reference: Telerik.Windows.RadUploadHandler, Version=2013.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7 ERR: Failed to complete setup of assembly (hr = 0x80070057). Probing terminated.