M
Med
Hi,
I use Visual C# Express 2005 and Visual Web Developer Express 2005.
In my Visual C# Express 2005 Solution, I have following two class library
projects:
_ DataAccess (Namespace name: DataAccess)
_ SystemLibrary (Namespace name: SystemLibrary)
which they both build in their own "bin\Release\" folders.
In my Visual Web Developer Express 2005 Solution, I have two web projects of
WebApp1 and WebApp2 which are both have referenced to DataAccess.dll and
SystemLibrary.dll, in Class library "bin\Release\" folders.
Problem:
I can debug and step-into SystemLibrary class from VWD Express, but cannot
debug/step-into DataAccess!
Both class library properties are identical with public static methods.
Even forcing class library projects to build into /bin/debug folders and
pointing web app references to them, not helping. Bare in mind that
DataAccess has a reference to SystemLibrary.
Why can I not step-into the DataAccess code?
Thanks for your time.
Kind Regards
Med
I use Visual C# Express 2005 and Visual Web Developer Express 2005.
In my Visual C# Express 2005 Solution, I have following two class library
projects:
_ DataAccess (Namespace name: DataAccess)
_ SystemLibrary (Namespace name: SystemLibrary)
which they both build in their own "bin\Release\" folders.
In my Visual Web Developer Express 2005 Solution, I have two web projects of
WebApp1 and WebApp2 which are both have referenced to DataAccess.dll and
SystemLibrary.dll, in Class library "bin\Release\" folders.
Problem:
I can debug and step-into SystemLibrary class from VWD Express, but cannot
debug/step-into DataAccess!
Both class library properties are identical with public static methods.
Even forcing class library projects to build into /bin/debug folders and
pointing web app references to them, not helping. Bare in mind that
DataAccess has a reference to SystemLibrary.
Why can I not step-into the DataAccess code?
Thanks for your time.
Kind Regards
Med