1

Closed

AssemblyInfo activity issue

description

Hello,

I have an issue when using your newest release 1.2.0.0 and 1.3.0.0

Error: Value cannot be null. Parameter name: input. Stack Trace: at System.Version..ctor(String version) at TfsBuildExtensions.Activities.Framework.AssemblyInfo.InternalExecute() in D:\Projects\teambuild2010contrib\CustomActivities\VS2010\MAIN\Source\Activities\Framework\AssemblyInfo\AssemblyInfo.cs:line 482 at TfsBuildExtensions.Activities.BaseCodeActivity.Execute(CodeActivityContext context) in D:\Projects\teambuild2010contrib\CustomActivities\VS2010\MAIN\Source\Common\BaseCodeActivity.cs:line 67.

I have used the same activity in release 1.1.0.0. So the big question now is, what on earth is happening?

Is there some new properties that needs to be set or???

I update my DLL in my TFS VS2010 solution, build the template in question... then change the Build controller to use e.g. 1.3.0.0 and I get the above exception.

Hope you can help me

No files are attached

Closed Jan 30 at 10:13 AM by GuillaumeRouchon

comments

wrote Jan 30 at 10:13 AM

Resolved with changeset 73860.

GuillaumeRouchon wrote Jan 30 at 7:53 AM

Hi,
Thanks for reporting this bug. The fix will be in the next release.
A workaround until the next release is to specify in your assemblyinfo files the AssemblyFileVersion attribute.

Guillaume