Language: VB.NET
Habanero Application Start
1: Try 2: 3: Habanero.Base.GlobalRegistry.ApplicationName = "IGD" 4: Habanero.Base.GlobalRegistry.ApplicationVersion = "v1.0" 5: HabaneroApplication = New Habanero.UI.Win.HabaneroAppWin(Habanero.Base.GlobalRegistry.ApplicationName, Habanero.Base.GlobalRegistry.ApplicationVersion) 6: HabaneroApplication.ClassDefsXml = IGD.BO.BOBroker.GetClassDefsXml() 7: 8: If Not HabaneroApplication.Startup() Then 9: Throw New Exception("Unable to start Habanero Application") 10: End If 11: 12: Habanero.BO.BORegistry.DataAccessor = New Habanero.DB.DataAccessorDB() 13: 14: Catch ex As Exception 15: Throw 16: End Try
Tags:
Description:
This is my code in the Application_Start event in my Global.asax file:
Report Abuse
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search

