Git Product home page Git Product logo

Comments (4)

dahall avatar dahall commented on June 6, 2024

Which dialog is not localized? I have just run with the same CultureInfo settings and get all the standard dialogs in German. Are you putting those settings in your Main method before calling Application.Run?

from taskscheduler.

alexdyb avatar alexdyb commented on June 6, 2024

The whole TaskEdit dialog is still on English. Yes, culture settings are the first after Sub Main(). If I set reference to original DLLs on same project - I get German. Just tried on latest release.

Here my ILMerge file:

"C:\Program Files (x86)\Microsoft\ILMerge\ILMerge.exe" /t:library /targetplatform:v4 /keyfile:TaskService.snk /xmldocs /log:ts.log /allowDup /ndebug /out:ts.dll Microsoft.Win32.TaskScheduler.dll Microsoft.Win32.TaskSchedulerEditor.dll TimeSpan2.dll GroupControls.dll ActiveDirectoryObjectPicker.dll AeroWizard.dll de\Microsoft.Win32.TaskScheduler.resources.dll de\Microsoft.Win32.TaskSchedulerEditor.resources.dll de\TimeSpan2.resources.dll

I have replaced /union with /allowDup, else i get:
ILMerge: Writing target assembly 'ts.dll'.
An exception occurred during merging:
Unable to cast object of type 'System.Compiler.Field' to type 'System.Compiler.Method'.

I merging net4 files.

from taskscheduler.

dahall avatar dahall commented on June 6, 2024

I think your question is more appropriate for an ILMerge forum. If you place those CultureInfo code lines before your call to Application.Run, it works consistently. I have done no design work to ensure compatibility with ILMerge.

from taskscheduler.

alexdyb avatar alexdyb commented on June 6, 2024

Ok, thanks, perhaps somebody else here will share his experince on merging...

from taskscheduler.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.