Comments
1 comment
-
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.
Add comment
Please sign in to leave a comment.
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
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