West Wind WebSurge
source code with some "problem"
Gravatar is a globally recognized avatar based on your email address. source code with some "problem"
  gmc
  All
  Feb 6, 2021 @ 01:31pm

Hi , I have downloaded source code of WebSourge and I get some error ,how can I solve without I do a damage?

Regards

P.S. in english error message could be like this : "The UnlockKeyForm.resx file could not be processed because it is on the Internet or Restricted Sites or has the Web tag. Unmark the Web if you intend to process these files"

Gravatar is a globally recognized avatar based on your email address. re: source code with some "problem"
  Rick Strahl
  gmc
  Feb 6, 2021 @ 02:56pm

I suspect you're running from a network share? Can you find websurge.exe.config and add the following:

<configuration>
  <runtime>
      <loadFromRemoteSources enabled="true"/>
  </runtime>
</configuration>

Alternately install on a local drive.

+++ Rick ---

Gravatar is a globally recognized avatar based on your email address. re: source code with some "problem"
  gmc
  Rick Strahl
  Feb 7, 2021 @ 02:11am

I have downloaded zip file of source code from github and unzipped on local disk,in this way I have not already installed on a local drive(I would like this)? I looked for the websourge.exe.config file but I didn't find it, I found app.config Thanks for your patience

Gravatar is a globally recognized avatar based on your email address. re: source code with some "problem"
  Rick Strahl
  gmc
  Feb 7, 2021 @ 01:13pm

Don't know... it's a security issue on your machine and how Visual Studio runs that's preventing this from working. Try cloning or forking from GitHub and see if that produces different zone markings on the files retrieved.

You can 'unblock' those files using the file's property settings.

+++ Rick ---

© 1996-2024