Adding to Reference Assemblies in Script
Hi,
I am trying to embed an HTML Editor (FckEditor for .NET which is wysiwyg html editor) into the dialog Form of a report.
When I add the dll for fckeditor to the Refernced Assemblies in the Script, I get an error saying cannot find library, the system cannot find the file specified.
Now as per the User Manual, I can create a function or method in my main application, and then add the application dll as the reference assembly in order to call those functions or methods, but I still face the same problem.
For e.g , I build my application (lets call my app Myapp, I import the FckEditor namespace in my main app, and after building Myapp I get Myapp.dll in the bin folder)
Next, I add Myapp.dll in the referenced assemblies, but I still get the same error.
What am I doing wrong? Please help. Thanks in advance.
Regards,
I am trying to embed an HTML Editor (FckEditor for .NET which is wysiwyg html editor) into the dialog Form of a report.
When I add the dll for fckeditor to the Refernced Assemblies in the Script, I get an error saying cannot find library, the system cannot find the file specified.
Now as per the User Manual, I can create a function or method in my main application, and then add the application dll as the reference assembly in order to call those functions or methods, but I still face the same problem.
For e.g , I build my application (lets call my app Myapp, I import the FckEditor namespace in my main app, and after building Myapp I get Myapp.dll in the bin folder)
Next, I add Myapp.dll in the referenced assemblies, but I still get the same error.
What am I doing wrong? Please help. Thanks in advance.
Regards,
Comments
You have to put third-party assembly to the same folder where your .exe file, or install it to GAC.