c# .net framework 4.5

  1. Conduct Exam

    Question How to Add Watermark in Wordfile ?

    I want to add watermark Using C#. And I expect this solution. first the watermark should be added as a watermark object rather than a shape in the header. And Watermark add to all pages of word file. The second watermark should be editable and when I edit the watermark Manually in Wordfile, the...
  2. GabrielAspirans

    Exception has been thrown by the target of an invocation.

    System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'ProjectName, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Operation is not supported...
  3. M

    sign a request using SHA1 and private.key

    Hello, I have private key like: string privateKey = @"-----BEGIN PRIVATE KEY----- MIICd............................... hqhPg== -----END PRIVATE KEY-----"; And request like: string request = "<?xml version=\"1.0\" encoding=\"windows-1251\"?><request>...............</request>";. I need to write...
Back
Top Bottom