InstantASP Community Forums
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        


Error after installation when going... Expand / Collapse
Author
Message
Posted 12/04/2007 08:53:22
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 24/05/2007 09:17:56
Posts: 4, Visits: 6
does anyone know what this means?

Its complaining about line 13,

thanks in advance

Server Error in '/instantforum34' Application.

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

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

Source Error:

Line 11: 				<add assembly="Microsoft.Crm.ManagedInterop, Version=3.0.5300.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>Line 12: 				<add assembly="Microsoft.Crm.MetadataHelper, Version=3.0.5300.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>Line 13: 				<add assembly="Microsoft.Crm.MetadataService, Version=3.0.5300.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>Line 14: 				<add assembly="Microsoft.Crm.NativeInteropProxy, Version=3.0.5300.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>Line 15: 				<add assembly="Microsoft.Crm.ObjectModel, Version=3.0.5300.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>

Source File: c:\inetpub\wwwroot\web.config    Line: 13

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

=== Pre-bind state information ===LOG: DisplayName = Microsoft.Crm.MetadataService, Version=3.0.5300.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (Fully-specified)LOG: Appbase = file:///c:/inetpub/wwwroot/instantforum34LOG: Initial PrivatePath = binCalling assembly : (Unknown).===LOG: Publisher policy file is not found.LOG: No redirect found in host configuration file (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.LOG: Post-policy reference: Microsoft.Crm.MetadataService, Version=3.0.5300.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/instantforum34/c6130bd4/93bbe187/Microsoft.Crm.MetadataService.DLL.LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/instantforum34/c6130bd4/93bbe187/Microsoft.Crm.MetadataService/Microsoft.Crm.MetadataService.DLL.LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/instantforum34/bin/Microsoft.Crm.MetadataService.DLL.LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/instantforum34/bin/Microsoft.Crm.MetadataService/Microsoft.Crm.MetadataService.DLL.LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/instantforum34/c6130bd4/93bbe187/Microsoft.Crm.MetadataService.EXE.LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/instantforum34/c6130bd4/93bbe187/Microsoft.Crm.MetadataService/Microsoft.Crm.MetadataService.EXE.LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/instantforum34/bin/Microsoft.Crm.MetadataService.EXE.LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/instantforum34/bin/Microsoft.Crm.MetadataService/Microsoft.Crm.MetadataService.EXE.


Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300

Post #12578
Posted 12/04/2007 09:36:14


Support Supremo

Support SupremoSupport SupremoSupport SupremoSupport SupremoSupport SupremoSupport SupremoSupport SupremoSupport Supremo

Group: Customers
Last Login: 09/09/2008 21:04:36
Posts: 568, Visits: 2,505
Never hearded about this error.  Could you please post your web.config file to this post so that I can see if there is any difference.
Post #12579
Posted 12/04/2007 10:15:05
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 24/05/2007 09:17:56
Posts: 4, Visits: 6
Hi Carlos, here is a copy of the web config file that has currently been installed, please note that this is still the default and has not been modified, id also like to point out that this server has MS CRM 3.0 installed which uses both IIS and SQL server

<?xml version="1.0" encoding="UTF-8" ?>

<configuration>

<!-- When moving the InstantForum.NET application you must update the application settings below

to reflect any changes. All application paths and URL's must have a trailing slash. For example all

InstantForum_URL app setting should read "http://www.mydomain.com/instantforum/" and not

"http://www.mydomain.com/instantforum" the same applies to all path settings. -->

<appSettings>

<!-- Name of your forums -->

<add key="InstantForum_AppName" value="InstantForum.NET v3.4"/>

<!-- Connection string for your database -->

<add key="InstantForum_DSN" value="server=localhost;Trusted_Connection=true;database=InstantForum34;"/>

<!-- Example connection string :

server=yourserver.com;uid=myusername;pwd=mypassword;database=instantforum; -->

<!-- Fully qualified URL to the forum front-end -->

<add key="InstantForum_URL" value="http://localhost/instantforum34/"/>

<!-- Fully qualified URL to the forum administration -->

<add key="InstantForum_AdminURL" value="http://localhost/instantforum34/admin/"/>

<!-- Full physical path to the application directory on your server -->

<add key="InstantForum_AppPath" value="c:\inetpub\wwwroot\instantforum34\"/>

<!-- Fully qualified URL to the forums attachment directory

The attachments directory is only used to stored users avatars and photos

Post attachments are stored within a binary database field and not on the file system -->

<add key="InstantForum_AttachmentURL" value="http://localhost/instantforum34/attachments/"/>

<!-- Full physical path to the attachments directory on your server -->

<add key="InstantForum_AttachmentPath" value="c:\inetpub\wwwroot\instantforum34\attachments\"/>

<!-- Fully qualified URL to the forums skin directory -->

<add key="InstantForum_SkinURL" value="http://localhost/instantforum34/skins/"/>

<!-- Full physical path to the forum skins directory on your server -->

<add key="InstantForum_SkinPath" value="c:\inetpub\wwwroot\instantforum34\skins\"/>

<!-- Enter the directory name of the default forum skin for anonymous users

The directory names can be found within the directory specified in InstantForum_SkinPath above -->

<add key="InstantForum_DefaultSkin" value="Classic"/>

<!-- SMTP server used to send application emails - leave blank to use localhost -->

<add key="InstantForum_SMTPServer" value="localhost"/>

<!-- Email address for application email notifications -->

<add key="InstantForum_EmailAddress" value="postmaster@youremail.com"/>

<!-- Number of characters within forum titles before truncation occurs -->

<add key="InstantForum_MaxSubjectLen" value="60"/>

<!-- Boolean value allowing you to disable all application generated emails -->

<add key="InstantForum_EnableApplicationEmails" value="True"/>

<!-- Comma delimited list of image MIME types allowed to be uploaded for avatars and profile photos -->

<add key="InstantForum_AllowImageMIMETypes" value="image/gif,image/pjpeg,image/bmp,image/png"/>

<!-- Comma delimited list of file MIME types allowed to be uploaded as attachments to posts -->

<add key="InstantForum_AllowFileMIMETypes" value="text/plain,application/x-zip-compressed,text/xml,application/msword,image/gif,image/pjpeg,image/bmp,image/png,text/html"/>

<!-- Boolean value indicating if the WYSIWYG editor should be globally disabled -->

<add key="InstantForum_DisableWYSIWYG" value="False"/>

<!-- Float value indicating your database servers GMT timezone offset

For possible values for this setting please consult the readme.txt section 3 -->

<add key="InstantForum_DefaultTimeZoneOffSet" value="0"/>

<!-- Boolean value indicating if the RSS feed link should be displayed -->

<add key="InstantForum_EnableRSS" value="True"/>

</appSettings>

<system.web>

<!-- Comment the line below if your running .NET framework 1.0 to disable request validation -->

<pages validateRequest="false" />

<!-- Enable in-process session state for application -->

<sessionState mode="InProc" timeout="20"/>

<!-- Set debugmode to false when running application in live environment -->

<compilation debug="true"/>

<!-- enable custom error page if not viewing locally -->

<customErrors mode="RemoteOnly" defaultRedirect="error.aspx"/>

<!-- When uploading a file to the web server, we have a limit of 4MB by default with asp.net. -->

<!-- The value is set in the key, maxRequestLength below in kilobytes. -->

<!-- Increase this value to allow larger file uploads -->

<!-- This value should be increased to allow larger uploads when adding attachments to posts. -->

<!-- The default setting for this key is 30MB. -->

<httpRuntime maxRequestLength="30096"/>

</system.web>

</configuration>

Post #12580
Posted 13/04/2007 05:08:28
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 24/05/2007 09:17:56
Posts: 4, Visits: 6
Hi

I ended up installing the applicaiton on a diferent server and it works fine

Not sure why but in my case when I installed the app on a server running MS CRM 3.0 it generated the above errors

thanks to those who tried to help

Michael

Post #12585
« Prev Topic | Next Topic »

Reading This Topic Expand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Ryan Healey, Mark Christianson, Bare, James Trott

Permissions Expand / Collapse

All times are GMT, Time now is 11:36pm

Powered by InstantForum.NET v4.1.4 © 2008
Execution: 0.047. 10 queries. Compression Disabled.
Home | Products | Purchase | Support | Company | Contact Us
Privacy Statement | © 1999-2007 InstantASP Limited. All Rights Reserved.