Search results for query: *

  1. M

    configure a soap extension in App.config

    configure a soap extension in machine.config Hi, I am trying to configure a soap extension on machine.config and the following error has appeared: <soapExtensionTypes> <add type="SoapLog" priority="2" group="0"/> </soapExtensionTypes> The 'type' attribute must be set to a valid...
  2. M

    configure a soap extension in App.config

    Hi, I have built a custom soap extension (inherited from SoapExtension) and the class is fine, but there is a problem: How can I configure it in my app.config in order to enable it in every web service request? Thanks again, Marcelo
  3. M

    how to invoke ProcessMessage method in order to create a log file with SoapMessage

    Hello, I have implemented a class that inherits SoapExtension and overrides ProcessMessage method. The class is fine, but there is a problem: where is the place to instantiate the class and call ProcessMessage method in order to log SoapMessage´s content? P.S: How can I use this class...
  4. M

    a log file in a console application

    Hi, I am building a log file and I would like to know if there is a way to write which code line the error has occured. Example: "Possible error on line {0}", LINE Regards, Marcelo
  5. M

    benchmark tool for vb.net

    :) Thanks... It will be analysed :)
  6. M

    benchmark tool for vb.net

    Is there any benchmark tool for vb.net? (display profiling, code analysis, etcetera)
Back
Top