Deployed app giving an error - works ok on local machine

  •  04-01-2007, 6:13 AM

    Deployed app giving an error - works ok on local machine

     
    I downloaded the trial app, installed it on my pc and coded it into my app.  It all works just fine.  I deployed it to a web server to test and get the following error, see below.  I recopied the bin files and the whole CuteSoft_Client directory in case I had missed something.  Any ideas, I was wondering if the trial app will only work on a localhost  and I need to license it to get it to work on the webserver.
    Anyone can help, much appreciated.

    Server Error in '/' Application.

    Parser Error

    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

    Parser Error Message: File or assembly name CuteEditor, or one of its dependencies, was not found.

    Source Error:

    Line 1:  <%@ Register Assembly="CuteEditor" Namespace="CuteEditor" TagPrefix="CE" %>
                Line 2:  <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="CMS.CMS_Default" %>
                Line 3:  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    Source File: D:\Websites\Webgarage.Domains\www.asifnot.com\CMS\Content\default.aspx    Line: 1

    Assembly Load Trace: The following information can be helpful to determine why the assembly 'CuteEditor' could not be loaded.

    === Pre-bind state information ===
                LOG: DisplayName = CuteEditor
                (Partial)
                LOG: Appbase = file:///D:/Websites/Webgarage.Domains/www.asifnot.com
                LOG: Initial PrivatePath = bin
                Calling assembly : (Unknown).
                ===
                LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
                LOG: Post-policy reference: CuteEditor
                LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/a093ae93/3217616/CuteEditor.DLL.
                LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/a093ae93/3217616/CuteEditor/CuteEditor.DLL.
                LOG: Attempting download of new URL file:///D:/Websites/Webgarage.Domains/www.asifnot.com/bin/CuteEditor.DLL.
                LOG: Attempting download of new URL file:///D:/Websites/Webgarage.Domains/www.asifnot.com/bin/CuteEditor/CuteEditor.DLL.
                LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/a093ae93/3217616/CuteEditor.EXE.
                LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/a093ae93/3217616/CuteEditor/CuteEditor.EXE.
                LOG: Attempting download of new URL file:///D:/Websites/Webgarage.Domains/www.asifnot.com/bin/CuteEditor.EXE.
                LOG: Attempting download of new URL file:///D:/Websites/Webgarage.Domains/www.asifnot.com/bin/CuteEditor/CuteEditor.EXE.
                

View Complete Thread