Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to compile old pipeline project which gave below error,

Error 1 The type or namespace name 'BizTalk' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) D:\Biztalk\Backup\SampleMaps\CustomPipeline\PipelineEncoder\EDI_X12EnvelopeEncoder.cs 18 21 PipelineEncoder
Posted
Comments
Shrilata Ellaboina 19-Feb-15 0:08am    
My version is .Net Framwork 4.5 so I update and it worked for me .

1 solution

Answer: the project is implemented in older version. Where it’s targeting to that specific framework version.
So change the framework version to latest.


Steps 1.
Go to project properties -->  application –--> Change Target Framwork to your working VisualStudia framework version.
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900