Author Topic: SlickEdit 2007 error?  (Read 5140 times)

ojm37

  • Community Member
  • Posts: 21
  • Hero Points: 0
SlickEdit 2007 error?
« on: March 21, 2007, 06:26:33 PM »
I'm running SlickEdit 2007 on Windows XP Pro SP2.
When I try to add code to a classic ASP (not dot-net) file, every time I enter a space (where there is no help available, such as right after function) I get a dialog box that has a title of "vsapi.dll".  Typical contents might be:
vbscript_expand_space: H2
vbscript_expand_space: H2
maybe_insert_end_clause: here, line=end function p_line=2846
vbscript_expand_space: H2
vbscript_expand_space: H2
vbscript_expand_space: H2
vbscript_expand_space: H2
vbscript_expand_space: H2
vbscript_expand_space: H2
maybe_insert_end_clause: here, line=end function p_line=3078
vbscript_expand_space: H2
vbscript_expand_space: H2


Anyone know what's going on?

Ryan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 986
  • Hero Points: 77
Re: SlickEdit 2007 error?
« Reply #1 on: March 21, 2007, 06:36:46 PM »
Hmm...no, it's not errors...looks like there was some debug statements not removed.  Attached is a hotfix which you can load via Help > Product Updates > Load Hot Fix.

- Ryan

ojm37

  • Community Member
  • Posts: 21
  • Hero Points: 0
Re: SlickEdit 2007 error?
« Reply #2 on: March 21, 2007, 06:43:31 PM »
Excellent. Fixed the problem.