Microsoft
Software
Hardware
Network
Question : Errors on Web Application running Crystal Reports
I am getting the following errors:
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 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
Answer : Errors on Web Application running Crystal Reports
This tutorial may be useful
http://www.businessobjects
.com/globa
l/pdf/dev_
zone/
VS200
5_Walkthro
ughs.pdf
mlmcc
Random Solutions
XenServer 5.5 The Storage repository is not available.
How to get an USB speaker to work with Eee PC 900 Xandros Linux
Difference between SSID and BSSID
Remote Web Workplace different website address
Email keeps going into Junk Mail Folder in Outlook 2003 on Exchange 2003
HP PSC 2110 won't print - just blank page
Autocorrelation: Durbin-Watson tests
Excel VBA Find First Find last
EtherChannel on Cisco 2960 switch intermittent dropped packet
Need to translate my first string in ASP.NET