CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Ferg

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    2,634

    Transactionscope rollback / .bat file

    Hey,

    I am wondering if it is possible to use transactionscope in C# to roll back a batch file if it fails along the way.

    Basically I have a .bat file that creates a database, etc, if it fails...
  2. Replies
    1
    Views
    573

    Custom Attribute Help

    I have a project with severa custom attributes in it (mainly using for testing).

    I know that I can access them using system.reflection.

    What I an wondering is if there is way to search my whole...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured