|
Rank: Advanced Member Groups: Member
Joined: 12/30/2013 Posts: 68
|
In trying to speed up my application, I am testing using the multi build instead of the 1 file. My application is c#, asp.net.
I have removed the old dll and replaced it with the multi build, when trying to build run my app I get the following error.
Error 2 Could not load file or assembly 'file:///C:\SourceCode - OE\Solar\SOLAR.Web.UI\Dependencies\EO.WebBrowser.dll' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515) C:\SourceCode - OE\Solar\SOLAR.Web.UI\SGEN SOLAR.Web.UI
|
|
Rank: Advanced Member Groups: Member
Joined: 12/30/2013 Posts: 68
|
Thank you for Ignoring my support question
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
Sorry about the delay. We were a little backed up. When you replace the DLL, you need to recompile your application. These two DLLs are different so they actually have different version numbers, as such you can not just replace the file. As a basic rule, you need to recompile your application whenever you change a DLL. There is no exception here.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 12/30/2013 Posts: 68
|
The error I sent you was when I was recompiling my application
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
Please try to right click the zip file, then click "Unblock", then unzip the DLLs. Use the "unblocked" DLLs and see if the problem still occurs.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 12/30/2013 Posts: 68
|
I do not have "unblock" as an option. on my rightclick menu
|
|
Rank: Newbie Groups: Member
Joined: 7/2/2013 Posts: 7
|
Rick Morayniss wrote:I do not have "unblock" as an option. on my rightclick menu Right click file > Click Properties menu item > You should have Unblock button on Properties dialog: http://blogs.msdn.com/cfs-filesystemfile.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-60-92-metablogapi/1425.FilePropertiesUnblock.png
|
|