Cannot find the System.Workflow assembly in .NET. How do i get this?

I installed the full SharePoint Server (MOSS) 2007 in my dev module + the latest version of Visual Studio (SP1) + the latest full Windows SDK. According to the Windows Workflow Foundation page http://msdn.microsoft.com/en-us/netframework/dd980558.aspx , that’s all I need to do to be able to work with the .NET Workflow APIs.

Nevertheless, all the projects that I build from the standard Workflow templates are related to the System.Workflow assembly and VS complain that this assembly is not available. I searched around on my hard drive and I cannot find the file for this assembly, wherever it is obvious on my drive.

I find some files that look like they can be this assembly, but they are buried in crazy places under specific applications, such as runtime support for this application. They do not seem to be what I should point to VS.

Can someone tell me how to fix this problem? Do I need to install something else that I have not yet been able to find? Are these assemblies already on my system and I just need to know how to point VS to them? I'm at a dead end.

BTW: I was about to try uninstalling and reinstalling VS, but when trying to uninstall the installer with some very cryptic error message.

TIA for any help, and Happy Holidays to everyone !!!

+3
5

.NET 3.5 SP1 SDK, , . , ( ), , v3.5. v3.0. VC , , , , .dll .

, .NET SDK, VS - , DLL . SDK.

!

+4

4.0 :

  • System.Workflow.Runtime
  • System.Workflow.ComponentModel
+4

System.Workflow .NET 3.x: WF ( 3.x):

  • System.Workflow.Runtime
  • System.Workflow.ComponentModel
  • System.Workflow.Activities
  • System.WorkflowServices(3.5)

GAC " ", ".NET".

, System.Workflow ( ) DLL, SharePoint, , , ... SharePoint SharePoint SDK. SharePoint , a > > Visual # > Workflow?

+2

, . , .net (, , .net 3.5 4.0). : .NET Framework 3.5 4.0. .

+2

, C:/Windows/Assembly/GAC_MSIL DLL .. , U donot Find it,

Project- > Application- > Target Framework- > .Net Framework 4.0

Up.

+1

Source: https://habr.com/ru/post/1726491/


All Articles