CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: SSParking

  1. #1
    Join Date
    Jul 2001
    Location
    PA
    Posts
    13

    SSParking

    I'm attempting to make a VB project that was fine under VB6 SP2 with NT 4.0 SP6 under Win2K SP2 and VB6 SP5 but I get an error for SSParking and VB6 goes away. I thought it was a Sheridan thing but they dont have something called SSParking. I searched the drive for SSParking as well to no avail. Anyone know what this is?


  2. #2
    Join Date
    Dec 1999
    Location
    Dublin, Ireland
    Posts
    1,173

    Re: SSParking

    Try opening the .vbp file with a text editor. This should list all the controls and references that the project uses. Checking them one at a time should lead you to your suspect reference.

    HTH,
    Duncan

    -------------------------------------------------
    Ex. Datis: Duncan Jones
    Merrion Computing Ltd
    http://www.merrioncomputing.com
    Check out the new downloads - ImageMap.ocx is the VB control that emulates an HTML image map, EventVB.OCX for adding new events to your VB form and adding System Tray support simply, MCL Hotkey for implemenmting system-wide hotkeys in your application...all with source code included.
    '--8<-----------------------------------------
    NEW -The printer usage monitoring application
    '--8<------------------------------------------

  3. #3
    Join Date
    Jul 2001
    Location
    PA
    Posts
    13

    Re: SSParking

    I looked in the VBPs and there is no reference to SSParking.


  4. #4
    Join Date
    Dec 1999
    Location
    Dublin, Ireland
    Posts
    1,173

    Re: SSParking

    If you create a wholly new project on your Win2000 machine amd make it does the problem occur?
    If yes check the VB add-ins ( do you use source code for example).
    If no, add the components from your suspect project one at a time and make the exe...if one particular one causes the problem use a tool like "QuikView" to see what dependencies that dll/ocx has - perhaps it is looking for an SSParking dll that it cannot find.
    If all that gets you no where you may have to seek assistance from MSDN.

    HTH,
    Duncan

    -------------------------------------------------
    Ex. Datis: Duncan Jones
    Merrion Computing Ltd
    http://www.merrioncomputing.com
    Check out the new downloads - ImageMap.ocx is the VB control that emulates an HTML image map, EventVB.OCX for adding new events to your VB form and adding System Tray support simply, MCL Hotkey for implemenmting system-wide hotkeys in your application...all with source code included.
    '--8<-----------------------------------------
    NEW -The printer usage monitoring application
    '--8<------------------------------------------

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured