Article

Business process compiling error tips

While I was working with a business process I had this problem:

I finished the business process, saved it without any problems, and it seems be working fine. The problem started when I try to “compile all items”, the system throws this error:

Error: "The type or namespace name 'Stream' could not be found."

 

I looked in the source code, and the problem was that the source code generator was not adding the required import to enable the use of “Stream” class (System.IO).

When Clicking “Show Potential Fixes” showed:

 

 

Solution:

To fix this you would need to add System.IO to usings of the process. You can do this like it is shown in the screenshot below.

Like 0

Like

Share

0 comments
Show all comments