jpdillingham / ILMergeGUI

Unofficial fork of ILMergeGUI from CodePlex (https://ilmergegui.codeplex.com/)
73 stars 22 forks source link

ILMergeGUI #1

Closed jerem2st closed 5 years ago

jerem2st commented 6 years ago

Hello, how to build your project ILMergeGUI, i have an exeption System.Security.Permissions.FileIOPermission, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089

jpdillingham commented 6 years ago

I can't reproduce the problem on any of my machines. Try running Visual Studio as an administrator?

jerem2st commented 6 years ago

I already work as an administrator but the problem is at the line : this.TxtLogFile.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystem;

jpdillingham commented 6 years ago

Take a look at lines 199-204 here: https://referencesource.microsoft.com/#System.Windows.Forms/winforms/Managed/System/WinForms/TextBox.cs,c6c1d902e9e45cd4

I haven't encountered this issue nor can I reproduce it, but it does certainly seem like something in your environment is denying the requested access.

Do you encounter this exception on build, or at runtime?

Is there anything else you can tell me about your environment?

jerem2st commented 6 years ago

Yes when i build. I use VS2015 in administrator (Windows 10) I have no issue for the moment

Is it possible to have the .exe built to test it ?

jpdillingham commented 6 years ago

There's a release with a zip of the binaries here

jerem2st commented 6 years ago

thank you very much I will test this :)