Skip to main content
edited tags
Link
starblue
  • 57.1k
  • 14
  • 101
  • 153
added 131 characters in body; edited tags
Source Link
kay.herzam
  • 3.1k
  • 3
  • 27
  • 38

I have got a Visual Studio Solution containing several projects and have set up the references between the projects as project references.

When a reference to an assembly is added, the references' properties contain a setting for

Specific Version = True|False

This property is missing for project references. How can it be set? I'd like my solution to load any available assembly (no matter what version) in the bin folder.

I've had a problem when a workflow instance (Workflow Foundation) was deserialized and the dependencies were updated meanwhile.

I have got a Visual Studio Solution containing several projects and have set up the references between the projects as project references.

When a reference to an assembly is added, the references' properties contain a setting for

Specific Version = True|False

This property is missing for project references. How can it be set? I'd like my solution to load any available assembly (no matter what version) in the bin folder.

I have got a Visual Studio Solution containing several projects and have set up the references between the projects as project references.

When a reference to an assembly is added, the references' properties contain a setting for

Specific Version = True|False

This property is missing for project references. How can it be set? I'd like my solution to load any available assembly (no matter what version) in the bin folder.

I've had a problem when a workflow instance (Workflow Foundation) was deserialized and the dependencies were updated meanwhile.

added 18 characters in body
Source Link
kay.herzam
  • 3.1k
  • 3
  • 27
  • 38

I have got a Visual Studio Solution containing several projects and have set up the references between the projects as project references.

When a reference to an assembly is added, the references' properties contain a setting for

Specific Version = True|False

This property is missing for project references. How can it be set? I'd like my solution to load the latestany available assembly (no matter what version) in the bin folder.

I have got a Visual Studio Solution containing several projects and have set up the references between the projects as project references.

When a reference to an assembly is added, the references' properties contain a setting for

Specific Version = True|False

This property is missing for project references. How can it be set? I'd like my solution to load the latest available assembly in the bin folder.

I have got a Visual Studio Solution containing several projects and have set up the references between the projects as project references.

When a reference to an assembly is added, the references' properties contain a setting for

Specific Version = True|False

This property is missing for project references. How can it be set? I'd like my solution to load any available assembly (no matter what version) in the bin folder.

Source Link
kay.herzam
  • 3.1k
  • 3
  • 27
  • 38
Loading