an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Installation > getting Unrecognized attribute 'targetFrame...
Last Post 10/15/2017 12:12:58 PM By natelik. 3 replies.
8/18/2013 12:48:05 PM
shampoo72
Posts: 6
Joined: 1/14/2013
getting Unrecognized attribute 'targetFramework' while compiling
Hi,
 
I'm trying to compile OpenSourceEdition.sln with MSBuild (v3.5) in win 2008 r2 enterprise server with IIS 7.5, .net 3.5 sp1 and .net 4.0. I changed the DefaultAppPool setting to v4.0. And I'm still getting the error. Is this app not using some other app pool? Kind of at my wits end here.
8/18/2013 12:57:23 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: getting Unrecognized attribute 'targetFramework' while compiling
You will need Visual Studio to complie it.
DotShoppingCart Staff
8/18/2013 1:32:45 PM
shampoo72
Posts: 6
Joined: 1/14/2013
Re: getting Unrecognized attribute 'targetFramework' while compiling
Its a build server and I'd like to run things in an autoamated fashion. But I think I know where you're coming from, since this solution tries to build the website after all dlls are compiled. And that's where msbuild is failing, not during compilation per se. But I was thinking that if I could create the site myself, bearing in mind that there won't be frequent need to change the site settings, then just getting the dlls onto the server after a build, would suffice. And so far  the only way I've been able to turn off site building is through Visual Studio (in another xp pro box where I don't have IIS). Would be nice if this could be done through msbuild by passing a switch or something. But I don't think this feature is there yet.
10/15/2017 12:12:58 PM
natelik
Posts: 3
Joined: 9/13/2017
Re: getting Unrecognized attribute 'targetFramework' while compiling
This is very helpful, thanks