<Compilation> invalid child element

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?
 
J

Jon Skeet [C# MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top