-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I want to create an .MSI package from a web deployment project in Visual Studio 2008.
Now we want to use continuous integration and we would need the .MSI package build in the nightly builds.
Till now we used standard Visual Studio Web Setup project, but this is not compatible with the MSBuild…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to build a web deployment project using TFS automated build process. When I build the project directly in Visual Studio 2008, it works fine. But from TFS, I get the following error:
"C:\Users\tfsservice\AppData\Local\Temp\TestProduct\TestSolution\BuildType\TFSBuild.proj" (EndToEndIteration…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
The latest link I can find is from last may and that's Beta 1. Did Microsoft give up on this? I realize they are just basically MSBuild templates, but curious nonetheless.
>>> More
-
as seen on Johnny Coder
- Search for 'Johnny Coder'
I wrote about implementing a custom profile provider inside of your ASP.NET MVC application yesterday. If you haven’t read the article, don’t sweat it. Most of the stuff I write is rubbish anyway.
Since you have joined me today, though, I might as well offer up a little tip: you can run into…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi
When Compiling my Web Deployment Project which references a Asp.Net project with a App_Browsers folder I get the following compilation error:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_compiler.exe -v /[PROJECTNAME].csproj -p "[FILEPATH]" -u -f -d .\TempBuildDir\
ASPNETCOMPILER : error…
>>> More