alternetsoft / AlternetUI

MIT License
24 stars 2 forks source link

Error with install.bat #57

Closed neoxeo closed 10 months ago

neoxeo commented 10 months ago

@generalloki

Thanks a lot to solve very quickly issue #56

New Errors with 7c88d4cfe18e2bf3aa655bf252169600e27f683a version :

image

generalloki commented 10 months ago

@neoxeo , Thanks! I have updated master with the fix.

neoxeo commented 9 months ago

@generalloki

New error with install.bat on branch AlternetUI-MasterWithWebBrowser with 0bce38540953f43fc834780d99e64ce4f32c748c version image

generalloki commented 9 months ago

@neoxeo , I executed Install.bat just now and it works fine on my pc. Could you please rerun it on the latest version of master or MasterWithWebBrowser (doesn't matter)?

neoxeo commented 9 months ago

@generalloki

I have found the problem. I have add this parameter in AlternetUI.csproj <GeneratePackageOnBuild>True</GeneratePackageOnBuild> to generate a nuget package of AlternetUI when it build solution, to use this nuget package as local.

If I switch it to False, problem is not present. I don't understand why.

generalloki commented 9 months ago

@neoxeo , I build nugets like is described in STEP 6 of readme.md, so I have no idea what is wrong with your approach.