Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VISUAL STUDIO 2005

Status
Not open for further replies.

INFOHELP

Programmer
Joined
Apr 14, 2006
Messages
3
Location
US
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?
 
I think you want forum796 (VB.Net). This is VB5&6.

[small]No! No! You're not thinking ... you're only being logical.
- Neils Bohr[/small]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top