CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 1998
    Posts
    3

    DataReport - can't deploy



    I've written an application in VB6 which uses data reports. The application works fine on any machine which has had VB6 installed on it but on others the data reports generate the error 'invalid data source'.


    This same source is successfully used to access the the database elsewhere in the application.


    Is this a bug in the package and deployment wizard? I've installed service pack 1 and it doesn't help.


    Thanks

    Andy

  2. #2
    Join Date
    Apr 1999
    Location
    Rotterdam, Netherlands
    Posts
    278

    Re: DataReport - can't deploy



    You say "on any machine which has had VB6 installed on it". You mean on machines where VB6 is still installed, or where VB6 was installed but later uninstalled, or do you mean 'just the runtime dll's'.

    I think (at least it sounds like it), that you miss a dll. This can be cause because that package and deployment wizard can only check the dependencies if a .dep is available. Maybe that's not available, so it cannot check which files are needed (but then you should have seen a warning while creating the package)

  3. #3
    Join Date
    Mar 2000
    Location
    Tamaulipas, México
    Posts
    2

    Re: DataReport - can't deploy

    I have the same problem !!
    In my machine DataReport works ok , but when instelled to otres machine, don't show the preview instead shows an error that says "It couldn't get the row groups from the data source"
    and I don't know what to do. Please Help

    Salu2

  4. #4
    Join Date
    Jun 2000
    Location
    earth
    Posts
    31

    Re: DataReport - can't deploy

    Did you use DataEnvironment with your DataReport?
    If so make sure that in the connection (in DataEnvironment) properties form the path of the database will be the same in the other machines.

    Also, make sure that the mdac_type.exe in ..VB\Wizards\Redist is up to date. This get packaged too using PDW if you don't know already.



    .VVVVV.
    @|o o|@
    .| _ |.
    .\___/.

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