Author Topic: Help! I cant update my FH2 to 2.5  (Read 340 times)

Offline Dudong

  • Newbie
  • *
  • Posts: 2
    • View Profile
Help! I cant update my FH2 to 2.5
« on: 04-05-2016, 04:05:05 »
Help! I cant update my FH2 to 2.5

When I click "check for updates"
this suddenly pops up
"error creating the web proxy specified in the 'system.net/defaultproxy"

Help pls m8

Offline Mayhemic.MAD

  • Developer
  • ******
  • Posts: 863
    • View Profile
Re: Help! I cant update my FH2 to 2.5
« Reply #1 on: 04-05-2016, 12:05:46 »
https://stackoverflow.com/questions/5168880/error-creating-the-web-proxy-specified-in-the-system-net-defaultproxy-configur
Seems like running an application off a network share can cause this error.
Otherwise take a look at the folders in "C:\Users\username\AppData\Local\Forgotten_Hope\" and create a "app.config" file besides the user.config, with this content:
Code: [Select]
<system.net>
  <defaultProxy enabled="false" useDefaultCredentials="false">
  </defaultProxy>
</system.net>
Der Motor des Panzers ist ebenso seine Waffe wie die Kanone.
Heinz Guderian

--- Donate for the biggest BattleField Mod Supporter!! ---

Offline Dudong

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Help! I cant update my FH2 to 2.5
« Reply #2 on: 04-05-2016, 14:05:54 »
https://stackoverflow.com/questions/5168880/error-creating-the-web-proxy-specified-in-the-system-net-defaultproxy-configur
Seems like running an application off a network share can cause this error.
Otherwise take a look at the folders in "C:\Users\username\AppData\Local\Forgotten_Hope\" and create a "app.config" file besides the user.config, with this content:
Code: [Select]
<system.net>
  <defaultProxy enabled="false" useDefaultCredentials="false">
  </defaultProxy>
</system.net>
How can I create a app config

Offline Slayer

  • Freeze Veteran
  • FH-Betatester
  • ***
  • Posts: 4.125
    • View Profile
Re: Help! I cant update my FH2 to 2.5
« Reply #3 on: 04-05-2016, 20:05:12 »
Make a textfile (Notepad), paste the text in it and rename it to app.config. So when you start it's "New Document.txt" and when you finish it's "app.config".