Hi,
I created a class library and a win formin it. In the win form I create an instance ofa class c_path. That class has a function thatreturns the path to the xmlfile.The xml file is in the bin of the class library.
sFileXML = CurDir() + \XML\traduction.xml
Now I create a new application and inherit the form created in the class library. But I have the following error in the design window
Could not find a part of the path 'C:\Users\user\Desktop\test10\WindowsApplication1\XML\traduction.xml'.
Well the application runs fine, but at design time I have the above mentioned error.