<Compilation> invalid child element

  • Thread starter Thread starter John Bailo
  • Start date Start date
J

John Bailo

I converted an ASP.net project from VS03 to VS05. There is one
warning, for web.config:


Warning 1 The element 'compilation' has invalid child element
'compilers'. List of possible elements expected: 'assemblies,
buildProviders, codeSubDirectories, expressionBuilders'.


What should I do?
 
John Bailo said:
I converted an ASP.net project from VS03 to VS05. There is one
warning, for web.config:


Warning 1 The element 'compilation' has invalid child element
'compilers'. List of possible elements expected: 'assemblies,
buildProviders, codeSubDirectories, expressionBuilders'.


What should I do?

Use Google for a start - I didn't have the faintest idea, but a very
quick use of Google found this, amongst many other pages:
http://www.thescripts.com/forum/thread459420.html
 
Back
Top