- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Error while generating adb file
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-27-2012 05:27 AM
Hi All,
Can any one help me to resolve the below error while generating adb file.
We are using xml bom in our project and to access an extrernal database procedue we have created a .net class and imported as dot net bom.
Problem 1: No error listeners registered with project at location '/Motor_Quotat
on_IterII'.
There was 1 exception while initializing the imported assembly list.
Thanks,
--Vijay
Solved! Go to Solution.
Re: Error while generating adb file
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Not the Solution
- Email to a Friend
- Report Inappropriate Content
07-31-2012 06:39 AM
Well, it says there was an exception initializing the imported assembly list, so I would start by making sure the dll containing the class is available to the precompiler.
We use
%BLAZE_BIN%\netAdvisorAppCfg.bat /assemblyPath:%ASSEMBLY_NAME%
This command installs the dll (unless it is signed) in the applications\userAssemblies folder in your Blaze installation, and ensures that the dll is known to all your Blaze executables.
HTH,
Jostein
Re: Error while generating adb file
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Not the Solution
- Email to a Friend
- Report Inappropriate Content
08-08-2012 06:14 AM
Hi Jostein,
Thanks for your reply!!!!
I have signed the assembly and placed in GAC and able to generate the adb sucessfully.
Thanks
--Vijay

