jasen

Comments

  • Thanks. This may be a viable solution. Something else I'm kind of kicking around is writing to a DB and then just harvesting the results from Orion to display to the console. Problem is, with development there are so many different ways to do each task it gets hard sometimes to pick the most efficient one for your needs.
  • Voted for it. I understand forgetting to give a reason for unmanaging something, but it can get ridiculous and out of hand.
  • Hi Rob, That may be what I'm looking to do with this one. I've mocked up an application that does it(as a prototype anyway). Without getting too much into it, here's the meat and potatos of what is happening: private void button1_Click(object sender, EventArgs e) { using (var client = new WebClient()) { string result =…
  • Thought I would give an update here. What I did was rewrite the code as a C# webapplication and hosted it on a site. Now dropping it on one of the Orion pages as an iFrame. Kinda/sorta a workaround.