Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Composite C1 is delivered as a Website Project for Visual Studio 2010. I want to use a Web Application Project instead when I develop. So I created a Web Application Project and copied all the files from the Composite Website folder in the zipfile to my project. After I have done this I see that every class file I create in the App_Code folder dosent have intellisense nor the color notations in the classfile. How can I fix this problem?

* UPDATE, Problem Solved * All I had to do was to move my classes from my App_Code folder to another (random) folder in my solution.

share|improve this question
you should answer your own question with the solution and accept it – Pauli Østerø Mar 8 '12 at 22:32

1 Answer

up vote 1 down vote accepted

All I had to do was to move my classes from my App_Code folder to another (random) folder in my solution.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.