Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
D

Don Trainer

@Don Trainer
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • MOD Operator
    D Don Trainer

    Yuppers such as a quick and dirty way to check to see if the current minute is a multiple of 5 without all the fancy if minute/5 = int(minute/5) and so forth. Use it for all sorts of cool stuff. Glad to be of help...

    Visual Basic testing beta-testing help question lounge

  • MOD Operator
    D Don Trainer

    MOD Returns the remainder left over after the first number is divided by the second number 12/5 is 2 with a remainder of 2 Therefore 12 MOD 5 is 2 10/3 is 3 with a remainder of 1 Therefore 10 MOD 3 is 1 and so forth. Don

    Visual Basic testing beta-testing help question lounge

  • Workflow Tracking When Workflow is hosted as a Web Service
    D Don Trainer

    Hey out there, I have a Sequential workflow I have written and published as a web service. I need to implement tracking for the workflow. However, every example I have found shows hosting the workflow inside another ASPNet application. I have tried multiple iterations and variations on this theme and nothing seems to work correctly. I don't get any faults running the WF, however, Microsofts "WorkflowMonitor" sample app crashes with a "GetWorkflow" error every time I fire up the workflow. I then have to MANUALLY clean up the tracking database before it will run properly again. Does anyone out ther have a SIMPLE VB.Net based example of doing this? Thanks, Don Trainer

    Visual Basic csharp asp-net database hosting
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups