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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

My Crystal report is showing 2 .vb files

Status
Not open for further replies.

sk8er1

Programmer
Jan 2, 2005
229
US
I have a crystal report that is stored in Source safe.
Somehow the .VB file has the regular vb file and a vb1 file.
Now I am getting errors when I compile...

What might be going on.....HELP

class 'rptGetTrucks' and class 'rptGetTrucks', declared in 'C:\SOURCE\Develop\HarmWIN\rptGetTrucks1.vb', conflict in namespace 'HarmWin'.
C:\SOURCE\Develop\HarmWIN\rptGetTrucks.vb(111): class 'CachedrptGetTrucks' and class 'CachedrptGetTrucks', declared in 'C:\SOURCE\Develop\HarmWIN\rptGetTrucks1.vb', conflict in namespace 'HarmWin'.
C:\SOURCE\Develop\HarmWIN\rptGetTrucks1.vb(115): 'rptGetTrucks' is ambiguous in the namespace 'HarmWin'.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top