User Profile

Collapse

Profile Sidebar

Collapse
athar13
athar13
Last Activity: Apr 21 '15, 07:58 AM
Joined: Apr 21 '15
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • The best way to troubleshoot this is by putting it in a try catch block. In case of any errors, log them. If there are no errors, check you connection string, where is it pointing to?

    Try going around it. Manually add dummy data and try to retrieve it. If it works then try running the query in msg variable directly in query analyser or something to see if the query is actually working.

    If all is well then it should work...
    See more | Go to post

    Leave a comment:


  • Store the parameters of the rectangle (box) such as how many arrows are connected to the box, what are their ids, where are each arrows pointing to. This way when you move the rectangle also check if there are any connected arrows to the box. If they are change their coordinates accordingly to the box coordinates. Change only the coords that are connected to the box and not of the other end.
    See more | Go to post

    Leave a comment:


  • Look into
    Code:
    ProcessStartInfo
    and
    Code:
    Process
    . They are used to execute processes from within Windows or Console Applications.
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...