Hi,
I've developed a site based on the BeerHouse 2.0 aspx cms, and everything works fine developing a debug build version using iis, but I now want to deploy a release version - when I come try to compile the project using the VS 2010 Web Deployment tool, I unfortunately get the following error message
-
Code:
Could not load type 'FredCK.FCKeditorV2.FileBrowserConnector'. /localhost_82/FCKeditor/editor/filemanager/browser/default/connectors/aspx/connector.aspx
I should state that I have included a reference in my bin folder to the FredCK.FCKeditorV2.dll.
and as previously noted, the project runs fine using iis without having merged code into a single assembly.
The book states the following -
Quote:
Note that the tool can be used whether the aspnet_compiler.exe pre-compiled the markup code or not. But this tool never merges in any external libraries referenced by the web site's source files and pages, such as the MB.TheBeerHouse.CustomEvents.dll and the FredCK.FCKEditorV2.dll assemblies. It only merges assemblies generated by aspnet_compiler.exe.
|
Is this where my problem lies?
Any help is appreciated.
Thanks