Microsoft
Software
Hardware
Network
Question : Error on AutoGenerated Code for Crystal Report (TechnicianCall.vb)
I am getting the following errors when project is loaded and run:
Property "New Generator" cannot be declared "overrides" becuase it does not override a property in a base class.
Property "FullResourceName" cannot be declared "overrides" becuase it does not override a property in a base class.
The Coding on my TechnicianCalls.vb automatically generated
Public Overrides Property ResourceName() As String
Get
Return "TechnicianCalls.rpt"
End Get
Set
'Do nothing
End Set
End Property
Public Overrides Property NewGenerator() As Boolean
Get
Return true
End Get
Set
'Do nothing
End Set
End Property
Public Overrides Property FullResourceName() As String
Get
Return "ABCLogIn.TechnicianCalls.
rpt"
End Get
Set
'Do nothing
End Set
End Property
What is causing these errors? When I comment out the errors or remove the "overrides" word and debug, the applicaton runs and my Crsytal Report pulls up. When I try to make a change on the TechnicianCall.rpt and re-build the errors return agian with the overrides word.
Surely someone has a solution to this problem. This problem has to be fixed or these errors will keep coming up after the project is published.
Answer : Error on AutoGenerated Code for Crystal Report (TechnicianCall.vb)
Does this apply? Seemed to solve the same problem someone else had. Hope so.
http://vbcity.com/forums/p
/159871/68
4865.aspx
Random Solutions
Drag and drop confirmation in xp
Procurve 2910AL network setup question
How to download and install/register ActiveX
using regular expression to ensure only digits no matter the length are entered in a field
After updating still in update mode
Imprort from Access db to SS 2005 failing: "cannot start your application"
Adjust a bound combobox.
How do I create a script that can move files to an existing directory based on filename?
HTML - Frames - how to make the heading frame to show the full pictures in iit?
MS Access write to XML