Skip to Content
0
Former Member
Sep 10, 2010 at 07:15 PM

CRVS2010 Beta - Clean Install will not let me design application

67 Views

I have installed Visual Studio 2010 & Crystal Reports Beta 2 on a new Windows 7 Professional 64bit system. I attempted to create the first application (A Crystal Reports Application with a Black Report). I received the following errors:

The designer cannot process the code at line 20: Me.CrystalReport11 = New CrystalReport1 The code within the method 'InitializeComponent' is generated by the designer and should not be manually modified. Please remove any changes and try opening the designer again.

Warning 1 The designer cannot process the code at line 20:

Me.CrystalReport11 = New CrystalReport1

The code within the method 'InitializeComponent' is generated by the designer and should not be manually modified. Please remove any changes and try opening the designer again. C:\Users\john\AppData\Local\Temporary Projects\CHDWRpt\Form1.Designer.vb 21 0

Warning 2 The custom tool 'CrystalDecisions.VSDesigner.CodeGen.ReportCodeGenerator' failed. The type initializer for 'CrystalDecisions.Shared.SharedUtils' threw an exception. C:\Users\john\AppData\Local\Temporary Projects\CHDWRpt\CrystalReport1.rpt CHDWRpt

Error 3 Type 'CrystalReport1' is not defined. C:\Users\john\AppData\Local\Temporary Projects\CHDWRpt\Form1.Designer.vb 21 34 CHDWRpt

Error 4 Type 'CrystalReport1' is not defined. C:\Users\john\AppData\Local\Temporary Projects\CHDWRpt\Form1.Designer.vb 46 42 CHDWRpt

Edited by: Ludek Uher on Sep 10, 2010 12:50 PM