Book a Demo

Author Topic: Trouble importing VB.Net project  (Read 2381 times)

downeytim

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Trouble importing VB.Net project
« on: March 25, 2004, 12:23:25 pm »
I am trying to reverse engineer the new Application Block for Exception Management into EA.  I cannot get the tool to import all of the .vb files with classes in them.  It imports some but not all.  Some have multiple classes in a file so I split them into one file one class.  I still can't get them import.


I found the code it is having problems with, it is a variable declaration.

Private Shared m_resourceManager As New ResourceManager(GetType(ExceptionManager).Namespace + ".ExceptionManagerText", [Assembly].GetAssembly(GetType(ExceptionManager)))

any suggestions.
« Last Edit: March 25, 2004, 12:38:35 pm by downeytim »