Results 1 to 16 of 16

Thread: CR11 and VB 6.0

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2001
    Location
    Mass USA
    Posts
    1,674

    CR11 and VB 6.0

    Hey I got an app that a previous developer wrote and I am trying to package it for distrobution. The app runs fine on my machine which ofcourse it was developed on and has CR 11 installed.

    The problem is when I am going through the steps of the Package and Deployment wizard it says that I need 3 .dll's and can not locate them. I have searched my PC and the CR installation disks for them and only found one of them.

    The files are:

    2ddpost.dll - found this one in the 1.0/bin folder
    u2fsepv.dll - found a file named the same with .4324214bunch of numbers after the .dll
    u2fxml.dll - found a file named the same with .4324214bunch of numbers after the .dll

    I have pretty much searched the whole web lookin for an answer and can't come up with one... anyone ever run across this or have any ideas on what I can do?

  2. #2
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: CR11 and VB 6.0

    Have you checked out businessobjects.com for any info on this? There used to be a help file that described all the dependancy files needed back before version 9. It was called Runtime.hlp. Do you have it with CR11?
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2001
    Location
    Mass USA
    Posts
    1,674

    Re: CR11 and VB 6.0

    Yeah I have been all over thier site... I <3 the print command. :P

  4. #4
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: CR11 and VB 6.0

    Do you have the runtime.hlp help file?
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  5. #5

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2001
    Location
    Mass USA
    Posts
    1,674

    Re: CR11 and VB 6.0

    Can't find it on my HD... searching the disks now... found the dll's on the internet but that ofcourse is sketchy...

  6. #6

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2001
    Location
    Mass USA
    Posts
    1,674

    Re: CR11 and VB 6.0

    Can't find runtime.hlp anywhere either.... almost ready to start installing CR on all the PC's that I need to install this app on. :P

  7. #7
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: CR11 and VB 6.0

    Oh, with 11 isnt there merge modules that you need to deploy?
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  8. #8

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2001
    Location
    Mass USA
    Posts
    1,674

    Re: CR11 and VB 6.0

    Quote Originally Posted by RobDog888
    Oh, with 11 isnt there merge modules that you need to deploy?

    I honestly have no clue... I never really used CR before and wasn't planning on it until my boss wanted this other guys' app deployable.

  9. #9
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: CR11 and VB 6.0

    Yes, I believe that the Runtime.hlp file is for versions before 9 and 9 and after use the Merge Modules. They are for deploying the dependancy files for CR.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  10. #10
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: CR11 and VB 6.0

    I think you may need to use this file.

    http://support.businessobjects.com/c...odules.zip.asp

  11. #11
    Addicted Member
    Join Date
    Nov 2005
    Posts
    153

    Re: CR11 and VB 6.0

    kleinma gave you the Soluation

    you need the merge Modules and use Visual Studio Installer to make your setup it will be easy ..

    Cheer
    This is The Prophet MOHAMMAD!
    =======================
    My SuperMen:
    RhinoBull, gigemboy, jmcilhinney, |2eM!x, Edneeis and Hack

  12. #12

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2001
    Location
    Mass USA
    Posts
    1,674

    Re: CR11 and VB 6.0

    I downloaded this zip file... tho inside there are no instructions as to what to do with it. Is there somewhere specific that I should be extracting it to? Sorry if I am being a pain in the a$$ but Business Objects support is really lame....

  13. #13

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2001
    Location
    Mass USA
    Posts
    1,674

    Re: CR11 and VB 6.0

    Still need help....

  14. #14

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2001
    Location
    Mass USA
    Posts
    1,674

    Re: CR11 and VB 6.0

    Imma just intall CR11 everywhere :P

  15. #15
    Addicted Member
    Join Date
    Nov 2005
    Posts
    153

    Re: CR11 and VB 6.0

    documentation on using merge modules for Crystal Reports XI deployments

    http://support.businessobjects.com/c...oyment.pdf.asp

    and also u should visit this:
    http://www.businessobjects.com/produ...omaspzone_main
    This is The Prophet MOHAMMAD!
    =======================
    My SuperMen:
    RhinoBull, gigemboy, jmcilhinney, |2eM!x, Edneeis and Hack

  16. #16
    New Member
    Join Date
    Oct 2005
    Location
    Marion, IN
    Posts
    14

    Re: CR11 and VB 6.0

    I am having the same problem deploying CR10 and VB6.0. I have a post out there with no replies. If you find out the answer let me know!
    Randy1227

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