Hi
I am a total newbie to c#.
I am in the process of moving a project from 2003 to 2005.
I just want to know where I have to put the custom dlls that this application uses.
In 2003 it should be
\Program Files\Microsoft Visual Studio .NET 2003\CompactFrameworkSDK\v1.0.5000\Windows CE\
where should I stick my dlls in 2005
thanks in advance
GuusDavidson

Total newbie question regarding dll locations
Toinepoep
Hi
Just add refrence(s) to the DLL(s) and right click on the Dll in Refrences and select property and set True to the Copy Local property it will copy the DLL(s) to the right place for you.