Hello -
We have converted one of our Web Applications to the latest version of Visual Studio.Net and all made upgrade of third party tools - ActiveReports and Infragistics. In testing out the application, it seems fine. However, I would like to add a new form to my application and the Web Form Designer Generated Code (#Region) does not appear. In researching this further, I also noticed that it doesn't belong to a namespace. The code begins as such.....
Partial Class frmtest
Inherits System.Web.UI.Page
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
End Sub
End Class
Why has this happened in the new version?
We have converted one of our Web Applications to the latest version of Visual Studio.Net and all made upgrade of third party tools - ActiveReports and Infragistics. In testing out the application, it seems fine. However, I would like to add a new form to my application and the Web Form Designer Generated Code (#Region) does not appear. In researching this further, I also noticed that it doesn't belong to a namespace. The code begins as such.....
Partial Class frmtest
Inherits System.Web.UI.Page
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
End Sub
End Class
Why has this happened in the new version?