Cannot widen from target type to primitive type Error

  • Thread starter Thread starter Vishal Somaiya
  • Start date Start date
V

Vishal Somaiya

Can some one please explain what this means?

'Cannot widen from target type to primitive type.'

Regards

Vish
 
Vishal said:
Can some one please explain what this means?

'Cannot widen from target type to primitive type.'

It would help if you'd give the context in which you're seeing the
error. If it's produced by code (which is likely) then a short but
complete example would help. See
http://www.pobox.com/~skeet/csharp/complete.html for more details about
what I mean by that.

Jon
 
Hi Jon,

Thanks for the speedy response.

Basiclly I have wrote some code which checks a number of inputs (to be used
in a Biztalk 2004 Map). Within Biztalk I got the following error. But I have
solved the issue. Their was a field that had been left null and this is why
it was throwing the error.

Thanks again.

Vish
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top