error in crystal reports
-
i have these errors and i cant fix them. i use crystal reports in c# visual studio. 1) Error 4 The type or namespace name 'ReportClass' could not be found (are you missing a using directive or an assembly reference?) C:\Users\user\Documents\Visual Studio 2010\Projects\version1\WindowsFormsApplication1\WindowsFormsApplication1\CrystalReport1.cs 19 35 WindowsFormsApplication1 2) Error 1 The type or namespace name 'CrystalDecisions' could not be found (are you missing a using directive or an assembly reference?) C:\Users\user\Documents\Visual Studio 2010\Projects\version1\WindowsFormsApplication1\WindowsFormsApplication1\CrystalReport1.cs 14 11 WindowsFormsApplication1 3) Error 4 The type or namespace name 'ReportClass' could not be found (are you missing a using directive or an assembly reference?) C:\Users\user\Documents\Visual Studio 2010\Projects\version1\WindowsFormsApplication1\WindowsFormsApplication1\CrystalReport1.cs 19 35 WindowsFormsApplication1 4) Error 10 The type or namespace name 'ICachedReport' could not be found (are you missing a using directive or an assembly reference?) C:\Users\user\Documents\Visual Studio 2010\Projects\version1\WindowsFormsApplication1\WindowsFormsApplication1\CrystalReport1.cs 93 52 WindowsFormsApplication1 can you help me pls??
-
i have these errors and i cant fix them. i use crystal reports in c# visual studio. 1) Error 4 The type or namespace name 'ReportClass' could not be found (are you missing a using directive or an assembly reference?) C:\Users\user\Documents\Visual Studio 2010\Projects\version1\WindowsFormsApplication1\WindowsFormsApplication1\CrystalReport1.cs 19 35 WindowsFormsApplication1 2) Error 1 The type or namespace name 'CrystalDecisions' could not be found (are you missing a using directive or an assembly reference?) C:\Users\user\Documents\Visual Studio 2010\Projects\version1\WindowsFormsApplication1\WindowsFormsApplication1\CrystalReport1.cs 14 11 WindowsFormsApplication1 3) Error 4 The type or namespace name 'ReportClass' could not be found (are you missing a using directive or an assembly reference?) C:\Users\user\Documents\Visual Studio 2010\Projects\version1\WindowsFormsApplication1\WindowsFormsApplication1\CrystalReport1.cs 19 35 WindowsFormsApplication1 4) Error 10 The type or namespace name 'ICachedReport' could not be found (are you missing a using directive or an assembly reference?) C:\Users\user\Documents\Visual Studio 2010\Projects\version1\WindowsFormsApplication1\WindowsFormsApplication1\CrystalReport1.cs 93 52 WindowsFormsApplication1 can you help me pls??
Make sure you have the right crystal report components installed. If you use Visual Studio Express, you won't get these components in any case.
WP Apps - Color Search | Arctic | XKCD | Sound Meter | Speed Dial
-
i have these errors and i cant fix them. i use crystal reports in c# visual studio. 1) Error 4 The type or namespace name 'ReportClass' could not be found (are you missing a using directive or an assembly reference?) C:\Users\user\Documents\Visual Studio 2010\Projects\version1\WindowsFormsApplication1\WindowsFormsApplication1\CrystalReport1.cs 19 35 WindowsFormsApplication1 2) Error 1 The type or namespace name 'CrystalDecisions' could not be found (are you missing a using directive or an assembly reference?) C:\Users\user\Documents\Visual Studio 2010\Projects\version1\WindowsFormsApplication1\WindowsFormsApplication1\CrystalReport1.cs 14 11 WindowsFormsApplication1 3) Error 4 The type or namespace name 'ReportClass' could not be found (are you missing a using directive or an assembly reference?) C:\Users\user\Documents\Visual Studio 2010\Projects\version1\WindowsFormsApplication1\WindowsFormsApplication1\CrystalReport1.cs 19 35 WindowsFormsApplication1 4) Error 10 The type or namespace name 'ICachedReport' could not be found (are you missing a using directive or an assembly reference?) C:\Users\user\Documents\Visual Studio 2010\Projects\version1\WindowsFormsApplication1\WindowsFormsApplication1\CrystalReport1.cs 93 52 WindowsFormsApplication1 can you help me pls??
If you have the correct components you need to add them to your project (right click - add reference) and also use them (top of your class using ....;)
-
If you have the correct components you need to add them to your project (right click - add reference) and also use them (top of your class using ....;)
-
I find the problem ... i put the choice framework 4 in my properties of visual studio and it stop have a problem.. thanks
good for you! Nice to hear it works.