G Guest Feb 21, 2005 #1 is there a way that I can link to my common *.cs files in a ASP.net application for Visual Studio 2003?
is there a way that I can link to my common *.cs files in a ASP.net application for Visual Studio 2003?
A Adam Clauss Feb 21, 2005 #2 Create a class library (.dll) out of your files and then add a reference to that DLL in your web project.
Create a class library (.dll) out of your files and then add a reference to that DLL in your web project.
T Telmo Sampaio Feb 21, 2005 #3 Smilly, You can compile your .cs files as a DLL and add a reference to them OR simply add the .cs files to your ASP.NET project. Telmo Sampaio MCT
Smilly, You can compile your .cs files as a DLL and add a reference to them OR simply add the .cs files to your ASP.NET project. Telmo Sampaio MCT
G Guest Feb 21, 2005 #4 Thanx for all your help Telmo Sampaio said: Smilly, You can compile your .cs files as a DLL and add a reference to them OR simply add the .cs files to your ASP.NET project. Telmo Sampaio MCT Click to expand...
Thanx for all your help Telmo Sampaio said: Smilly, You can compile your .cs files as a DLL and add a reference to them OR simply add the .cs files to your ASP.NET project. Telmo Sampaio MCT Click to expand...