Wednesday

biztalk schema reference is not a valid reference or does not exist in the current project

This error may occur when WCF service added to Biztalk by "Add service reference" but this service should be added by using the Add Generated Items wizard.


This wizard capable to import all xsd files into Biztalk project and create correct schemes.


No comments:

test smtp server with powershell

Send-MailMessage -SMTPServer smtp.domain.com -To [email protected] -From [email protected] -Subject "This is a test email" -Body ...