|
Home > Archive > BizTalk Server Applications Integration > May 2006 > SchemaReferenceAttribute Error
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
SchemaReferenceAttribute Error
|
|
|
| Hi All,
I have a project named ABC.Schema
and I have a folder called ABC inside the project which contains all the
schemas .
Some of the Schemas are referenceed by others using Import Collection
When i try to build the project I am getting the following error.
No overload for method 'SchemaReferenceAttribute' takes '1' arguments.
Class or namespace ABC not found..
What could be the reason?
--
Many Thanks,
Sulaiman Abubacker
| |
| Lucas R. Vogel 2006-05-09, 1:13 am |
| Sulaiman,
When you create folders in a BizTalk project, those folders are incorporated
into the schema namespace and possibly even the schema's type name. Open the
BizTalk Type Browser (located in View->Other Windows) and double-check the
type names of your schemas, and also double-check your schema namespaces, and
make sure you have no ambiguities in any of your naming conventions.
Hope this helps!
Lucas
--
===========
Lucas R. Vogel
"sullu" wrote:
> Hi All,
>
> I have a project named ABC.Schema
> and I have a folder called ABC inside the project which contains all the
> schemas .
> Some of the Schemas are referenceed by others using Import Collection
> When i try to build the project I am getting the following error.
> No overload for method 'SchemaReferenceAttribute' takes '1' arguments.
> Class or namespace ABC not found..
>
> What could be the reason?
> --
> Many Thanks,
> Sulaiman Abubacker
>
|
|
|
|
|