|
Home > Archive > BizTalk Server General > February 2005 > debugging in Biztalk
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 |
debugging in Biztalk
|
|
| harumscarum 2005-02-22, 5:50 pm |
| I have inherited a BizTalk project and am getting pretty generic errors when
compiling (I have tested and validated the map with success.):
C:\*\*\ABCMap.btm(4,71): error CS1031: Type expected
C:\*\*\ABCMap.btm(4,82): error CS1003: Syntax error, ']' expected
C:\*\*\ABCMap.btm(5,68): error CS1031: Type expected
My questoin is what does the (4,71) represent? I am just not sure on how to
find these errors because my map is 5-6 pages and somewhat complex.
Regards
| |
| Sunghwa Jin [MSFT] 2005-02-22, 5:50 pm |
| It's line and column. Please try open it using text editor and check the
line and column. For example, press CTRL-G in Notepad and type the line
number there and see if you can figure out what's the actual problem.
Thanks,
Sunghwa
--------------------[vbcol=seagreen]
when[vbcol=seagreen]
to[vbcol=seagreen]
| |
| Michel Prévost 2005-02-22, 5:50 pm |
| They correspond to (line_number,column_number) in your ABCMap.btm file.
You would have to open it with a regular text editor to see the actual code
inside it, not with the BizTalk mapper editor.
"harumscarum" <hello@ABC.COM> wrote in message
news:24FAE193-86DA-4E29-AD02-0B4D96D1CEE7@microsoft.com...
> I have inherited a BizTalk project and am getting pretty generic errors
when
> compiling (I have tested and validated the map with success.):
>
> C:\*\*\ABCMap.btm(4,71): error CS1031: Type expected
> C:\*\*\ABCMap.btm(4,82): error CS1003: Syntax error, ']' expected
> C:\*\*\ABCMap.btm(5,68): error CS1031: Type expected
>
> My questoin is what does the (4,71) represent? I am just not sure on how
to
> find these errors because my map is 5-6 pages and somewhat complex.
>
> Regards
>
| |
| harumscarum 2005-02-22, 5:50 pm |
| Thanks for the responses. That got me moving along again.
"Michel Prévost" wrote:
> They correspond to (line_number,column_number) in your ABCMap.btm file.
>
> You would have to open it with a regular text editor to see the actual code
> inside it, not with the BizTalk mapper editor.
>
> "harumscarum" <hello@ABC.COM> wrote in message
> news:24FAE193-86DA-4E29-AD02-0B4D96D1CEE7@microsoft.com...
> when
> to
>
>
>
|
|
|
|
|