I'm trying to incorporate RoundhousE into our build process. I've got the MSBuild task working on my local machine, and it's great - everything works as it should. However, when I try to do a build on TFS, I get a BadImageFormatException when the server tries to load the roundhouse.tasks.dll assembly. I've double checked this in the Fusion logs, and it is that assembly it can't load. Both my machine and the server are x64.
I'm probably getting something really simple wrong, but I'm struggling working out what it is. Any suggestions appreciated.
On Thursday, September 20, 2012 1:16:44 PM UTC+1, Dan Jackson wrote:
> I'm trying to incorporate RoundhousE into our build process. I've got the > MSBuild task working on my local machine, and it's great - everything works > as it should. However, when I try to do a build on TFS, I get a > BadImageFormatException when the server tries to load the > roundhouse.tasks.dll assembly. I've double checked this in the Fusion logs, > and it is that assembly it can't load. Both my machine and the server are > x64.
> I'm probably getting something really simple wrong, but I'm struggling > working out what it is. Any suggestions appreciated.
Awesome! There is a pull request I'm evaluating that may remove the need
for you to do this.
On Sep 20, 2012 9:37 AM, "Dan Jackson" <danjackso...@googlemail.com> wrote:
> Okay, this one was my bad: setting "MSBuild Platform" to X86 in the
> build configuration fixed it.
> Thanks,
> Dan
> On Thursday, September 20, 2012 1:16:44 PM UTC+1, Dan Jackson wrote:
>> I'm trying to incorporate RoundhousE into our build process. I've got the
>> MSBuild task working on my local machine, and it's great - everything works
>> as it should. However, when I try to do a build on TFS, I get a
>> BadImageFormatException when the server tries to load the
>> roundhouse.tasks.dll assembly. I've double checked this in the Fusion logs,
>> and it is that assembly it can't load. Both my machine and the server are
>> x64.
>> I'm probably getting something really simple wrong, but I'm struggling
>> working out what it is. Any suggestions appreciated.
>> Thank you,
>> Dan
> --
> You received this message because you are subscribed to the Google Groups
> "chucknorris" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/chucknorrisframework/-/LO8hiVTfdq0J.
> To post to this group, send email to chucknorrisframework@googlegroups.com
> .
> To unsubscribe from this group, send email to
> chucknorrisframework+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/chucknorrisframework?hl=en.
Does this mean that there's potentially a 64-bit option on the cards? I'm trying to invoke RoundhousE from code, and it's falling over because my process is 64-bit. Switching to 32-bit isn't an option, so I'm left with shelling out to a 32-bit process to run RoundhousE - unless there's an upcoming change I can take advantage of...
On Thursday, 20 September 2012 15:55:16 UTC+1, ferven...@gmail.com wrote: > Awesome! There is a pull request I'm evaluating that may remove the need > for you to do this. > On Sep 20, 2012 9:37 AM, "Dan Jackson" <danjac...@googlemail.com<javascript:>> > wrote:
>> Okay, this one was my bad: setting "MSBuild Platform" to X86 in the >> build configuration fixed it.
>> Thanks, >> Dan
>> On Thursday, September 20, 2012 1:16:44 PM UTC+1, Dan Jackson wrote:
>>> I'm trying to incorporate RoundhousE into our build process. I've got >>> the MSBuild task working on my local machine, and it's great - everything >>> works as it should. However, when I try to do a build on TFS, I get a >>> BadImageFormatException when the server tries to load the >>> roundhouse.tasks.dll assembly. I've double checked this in the Fusion logs, >>> and it is that assembly it can't load. Both my machine and the server are >>> x64.
>>> I'm probably getting something really simple wrong, but I'm struggling >>> working out what it is. Any suggestions appreciated.
On Mon, Oct 1, 2012 at 7:14 AM, Dan Puzey <danpu...@googlemail.com> wrote:
> Does this mean that there's potentially a 64-bit option on the cards? I'm
> trying to invoke RoundhousE from code, and it's falling over because my
> process is 64-bit. Switching to 32-bit isn't an option, so I'm left with
> shelling out to a 32-bit process to run RoundhousE - unless there's an
> upcoming change I can take advantage of...
> Any heads-up you can give would be most welcome!
> Cheers,
> Dan.
> On Thursday, 20 September 2012 15:55:16 UTC+1, ferven...@gmail.com wrote:
>> Awesome! There is a pull request I'm evaluating that may remove the need
>> for you to do this.
>> On Sep 20, 2012 9:37 AM, "Dan Jackson" <danjac...@googlemail.com> wrote:
>>> Okay, this one was my bad: setting "MSBuild Platform" to X86 in the
>>> build configuration fixed it.
>>> Thanks,
>>> Dan
>>> On Thursday, September 20, 2012 1:16:44 PM UTC+1, Dan Jackson wrote:
>>>> I'm trying to incorporate RoundhousE into our build process. I've got
>>>> the MSBuild task working on my local machine, and it's great - everything
>>>> works as it should. However, when I try to do a build on TFS, I get a
>>>> BadImageFormatException when the server tries to load the
>>>> roundhouse.tasks.dll assembly. I've double checked this in the Fusion logs,
>>>> and it is that assembly it can't load. Both my machine and the server are
>>>> x64.
>>>> I'm probably getting something really simple wrong, but I'm struggling
>>>> working out what it is. Any suggestions appreciated.
> To post to this group, send email to chucknorrisframework@googlegroups.com
> .
> To unsubscribe from this group, send email to
> chucknorrisframework+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/chucknorrisframework?hl=en.