-
-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
DllExport crashing with proxy authentication error #133
Comments
Thanks for the report!
:) Please use
Can you try to pass manually your credential before I start inspecting issue. I mean, does this work for you: |
Hello :) Thanks for the quick reply! This is the output when using the -debug option:
There indeed seem to be some proxy configuration missing. I tried passing it with -proxy but I could not get it to work (likely due to myself using the wrong proxy settings as I am not exactly sure what the right ones are for our office). I just realized, that you also provide an offline version of DllExport. This one works fine for me with the only small issue that I also have to copy all other NuGet packages to "packages.offline" as Visual Studio does not seem to look at "packages" when a "packages.offline" folder is present. |
Since `WebClient.UseDefaultCredentials = true` will not affect for initialized proxy. Issue: 3F/DllExport#133
GetNuTool now contains related fixes. Please test CI build: https://ci.appveyor.com/project/3Fs/dllexport/builds/30047860/artifacts More probably I will also prepare 1.6.6 release before 1.7. Please report me about problems if still. |
I have tested your updated batch file and it now works perfectly for me on all machines. Thanks! :) |
Good! Thanks for the feedback.
On 13.01.2020 12:18, kcl93 wrote:
I have tested your updated batch file and it now works perfectly for me on all machines. Thanks! :)
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub<#133?email_source=notifications&email_token=AAYYT7ONKDD44VSAIHPOM7DQ5QWWPA5CNFSM4J4L5PE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIYACGQ#issuecomment-573571354>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAYYT7NUCJDWE5BJWFPUZKLQ5QWWPANCNFSM4J4L5PEQ>.
|
* CHANGED: Changed `%~dp0` to `%cd%` processing for the following in batch version by default: `wpath` property `-unpack` key For some cases you need to update the use of the batch version in your code. Do not hesitate to contact if you have the questions: https://github.com/3F/GetNuTool * CHANGED: Trims whitespaces in optional proxycfg property. Helps to avoid MSB1006 problem for 3rd tools which was based on gnt batch version. That is, ~ /p:proxycfg=" !proxy! " will be safely considered as optional value While /p:proxycfg="" will indicate about incorrect or missing data. * FIXED: Fixed post actions when executing gnt core in batch version. * FIXED: "The remote server returned an error: (407) Proxy Authentication Required." Related issue: 3F/DllExport#133 * NOTE: Official releases via GitHub Releases: https://github.com/3F/GetNuTool/releases/latest * NOTE: About possible commands and keys: https://github.com/3F/GetNuTool#commands
* NOTE: Please don't forget to test latest 1.7 BETA releases (not for production) with .NET Core support! https://github.com/3F/DllExport * FIXED: Fixed possible duplication of `PlatformTarget` during setup. * FIXED: Fixed error when switching between .sln in UI. Wizard. * FIXED: DllExport crashing with proxy authentication error. Issue #133. * FIXED: Fixed actions for `-mgr-up` key. Including `-action Upgrade` ( Update + mgr-up + force keys ) * FIXED: Fixes possible MSB1006 for proxycfg property. "MSB1006: Property is not valid. Switch: proxycfg" * CHANGED: Updated MvsSln 2.5 https://github.com/3F/MvsSln/releases/tag/2.5 * CHANGED: Updated Mono Cecil 0.11.1 https://github.com/jbevain/cecil/releases/tag/0.11.1 * CHANGED: Updated GetNuTool 1.8 https://github.com/3F/GetNuTool/releases/tag/1.8 * CHANGED: Updated Conari 1.4 https://github.com/3F/Conari/releases/tag/1.4
* NEW: Allowed .NET Standard 1.1 and above targeting. * FIXED: Fixed "Sdk.WindowsDesktop" problem for .NET Core / SDK-based projects. Details in PR #123. * FIXED: Fixed beta3 incorrect layout (Thanks @Genteure, PR #131). Related problem with `Inf/-Inf token patching` option: #128 (comment) * FIXED: DllExport crashing with proxy authentication error. Issue #133. * FIXED: Fixed actions for `-mgr-up` key. Including `-action Upgrade` ( Update + mgr-up + force keys ) * FIXED: Fixes possible MSB1006 for proxycfg property. "MSB1006: Property is not valid. Switch: proxycfg" * CHANGED: UI. VS project icons under Visual Studio 2017 Image Library EULA.RTF license. * CHANGED: init.ps1 adds optional copying of package data for our manager. Part of the "new installation behavior through official NuGet." (beta2) Please note: This is not nuget support! It just replaces known info-form that was in 1.6.x. * CHANGED: Local scope when invoking .\DllExport manager in project files. * CHANGED: Updated GetNuTool 1.8 https://github.com/3F/GetNuTool/releases/tag/1.8 * NOTE: Please don't use beta releases in production! * NOTE: Please report about something here: https://github.com/3F/DllExport/issues
* NEW: Implemented `-vsw-as "args..."` Reassigns default commands to vswhere if used. For example: ``` hMSBuild -only-path -vsw-as "-products Microsoft.VisualStudio.Product.BuildTools" ``` Related Issues: #12, #14, #8, * CHANGED: VS2017+. Using the most modern instance by default. You can also specify `-vsw-priority` and `-force` keys to use only what is needed. Related Issues: #14, #8. * CHANGED: Updated wswhere to 2.8.4 by default. * CHANGED: Updated GetNuTool 1.8 https://github.com/3F/GetNuTool/releases/tag/1.8 Most important fix for hMSBuild: "The remote server returned an error: (407) Proxy Authentication Required." Related issue: 3F/DllExport#133 * NOTE: An compiled.full version now will be distributed together with official hMSBuild releases. https://twitter.com/GitHub3F/status/1218224792970715136 (zip packages) https://github.com/3F/hMSBuild/releases
How to reproduce:
Hello,
I get an error message "The remote server returned an error: (407) Proxy Authentication Required." when trying to execute DllExport on some selected computers at work. It happens Always when trying to Access the DllExport.bat both during Building in VS 2017 or while simply starting it in the Explorer.
The source of issue itself sounds very much like this here (I can't track it down myself): https://stackoverflow.com/questions/2581609/the-remote-server-returned-an-error-407-proxy-authentication-required
-version
: v1.6.5.4044-build-info
: ?Used configuration:
Standard
Optional Project files / Samples:
Nothing
log (after removing '@echo off' from the Batch file):
Output.txt
The text was updated successfully, but these errors were encountered: