.cs file not visible

  • Thread starter Thread starter Zeba
  • Start date Start date
Z

Zeba

I'm not able to 'Add New Item' to my Website in Visual Studio. WHat
may be the reason for this ?

Also, I'm trying to call a public function in a class in my App_Code
\Web folder from my MyCart\BuyItem folder. but it is not visible
( i.e. Visual Studio - intellisense does not show any suggestions )
why is this ? My namespace and class name are all correct. Another cs
file in the same Web directory is visible also.

Thanks !
 
Hi Zeba,

Did you put the file there manually? Can you "Add Existing Item" and point to the file?
 
Hi!

I had overlooked to add public identifier before class ..:) that's y
the function wasn't visible..

But I still am not able to add new item. Each time I have to add a
file manually and then do an Add Existing Item. Is it an installation
problem ?

Thanks !
 
Back
Top