Options

SmartAssembly errors out

sdmsdm Posts: 5
edited October 21, 2010 5:09AM in SmartAssembly 5
Hi,
I'm running SmartAssembly 5 with MSBuild on my 32bit test server with windows server 2008 on it, and it builds fine. Now when I use same code to run on my 64bit prod server with windows server 2008 R2, my Application errors out. This is the error I get
D:\Builds\1\xyz\xyz\xyz.csproj (103): SmartAssembly build failed: The system cannot find the file specified. (Exception from HRESULT: 0x80070002).

Clicking on the above error points me to this line in .csproj file

<Target Name="AfterCompile" Condition=" '$(RunSmartAssembly)' != '' ">
<SmartAssembly.MSBuild.Tasks.Build ProjectFile="..\Build\Release.saproj" OverwriteAssembly="True" />
</Target>

I'm sure no file is missing on the server and the ProjectFile has the right path. If we open up the .saproj manually on the server, it builds just fine.

Any help is appreciated.

Thanks

Comments

  • Options
    Could you send your .csproj and .saproj files to support @ red-gate . com with F0040439 in the subject line. We'll do what we can to ensure they're correct.

    The only other thing you can do is verify that all the files are in the correct locations and that you're building the project in release mode rather than debug mode.
Sign In or Register to comment.