I'm getting this error when I run the app on the server but not on my development machine. What "type" is it expecting?
Server Error in '/REPORTS' Application.
--------------------------------------------------------------------------------
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30182: Type expected.
Source Error:
Line 5: Partial Class reports_managers_report
Line 6: Inherits System.Web.UI.Page
Line 7: Private c As New Common
Line 8: Private cs As String = c.GetConnectionString()
Server Error in '/REPORTS' Application.
--------------------------------------------------------------------------------
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30182: Type expected.
Source Error:
Line 5: Partial Class reports_managers_report
Line 6: Inherits System.Web.UI.Page
Line 7: Private c As New Common
Line 8: Private cs As String = c.GetConnectionString()