Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding custom classes to the existing project
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
OS:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01316412
Message ID:
01316493
Views:
13
>>>
>>>Which directory should I add .cs files in order to be able to use them in the project? In App_Code ?
>>>
>>
>>If you are using a "Web Application"-style project, it doesn't really matter. Pick a place where it makes the most sense to you. A webapp project compiles your DLL's using normal filenames (eg. they're usually the project name assuming you didn't override this). If it's a website project, yeah, drop the class in App_Code.
>
>I'm not sure which type it is. Anyway, I dropped them in App_Code, I'm having this problem now

Did you happen to add a reference to the existing project already? If so, remove it. It's either an eternal/referenced DLL or it's part of the same project. You don't want to do both.
-Paul

RCS Solutions, Inc.
Blog
Twitter
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform