Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

i copied my vb project to another m

Status
Not open for further replies.

jass1220

Programmer
May 20, 2003
88
AE
i copied my vb project to another machine but am not able to run the data reports ... i get a msg saying:

class not registered ........ CLSID 642AC766-AAB4-11D0-8494-00A0C90DC8A9 file not found ..... ???

 
The second machine is missing a DLL that you're using in your project. Unless you actually need to work on the project on the second machine, then make the .exe and use an installer to run it on the second machine.


________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'People who live in windowed environments shouldn't cast pointers.'
 
ok .. do u have any idea about what DLL files i need for the Data reports ?? ..
 
The specific DLL for the DataReport is MSDBRPT.DLL, and you can check all the other requirements under Project|Components and Project|References

You can also use the Microsoft utility (it's normally found at Programs|Visual Studio|Visual Studio 6.0 Tools|Depends) which walks the whole dependency tree for any .exe (or other executable)


________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'People who live in windowed environments shouldn't cast pointers.'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top