Hi,
I'm trying to use ByDesign's QuickSQLGrid and can't get past installing the BDPDT.
I'm using DNN3 and when I install the BDPDT.DNN3 module everything installs fine.
But from that point on it's downhill. The actual error I'm receiving is at the end of this note.
Things I have tried that have NOT worked:
1) Tried removing\disabling the following from the Index Server
-C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files
-C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\CONFIG
2) Tried modifying web.config Trust from Medium to Full (this just seems to cause other problems)
3) Checked IIS everything for DotNetNuke is enabled: Scripts & Executables, Write, etc.
4) Ran MS .Net Config and set the Trust to Full for all of the BDPDT Dlls isn DotNetNuke\Bin
5) Installed the BDPDT project and recompiled.
If anybody has some suggestions Please let me know.
Thanks.
Kim
Here's the error I'm receiving:
------------------------------------
Server Error in '/DotNetNuke' 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: ?
Source Error: [No relevant source lines]
Source File: machine.config Line: 198
Assembly Load Trace: The following information can be helpful to determine why the assembly 'DNSLookup' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = DNSLookup
(Partial)
LOG: Appbase = file:///C:/DotNetNuke
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: DNSLookup
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/dotnetnuke/1d8ef227/82181fa7/DNSLookup.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/dotnetnuke/1d8ef227/82181fa7/DNSLookup/DNSLookup.DLL.
LOG: Attempting download of new URL file:///C:/DotNetNuke/bin/DNSLookup.DLL.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: DNSLookup, Version=1.0.921.38285, Culture=neutral, PublicKeyToken=null
------------------------------------
Also when I do a view source on the page the following appears at the end:
-----------------------------------------------
<!--
[FileLoadException]: ?
at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Boolean isStringized, Evidence assemblySecurity, Boolean throwOnFileNotFound, Assembly locationHint, StackCrawlMark& stackMark)
at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Boolean stringized, Evidence assemblySecurity, StackCrawlMark& stackMark)
at System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark)
at System.Reflection.Assembly.Load(String assemblyString)
at System.Web.UI.CompilationConfiguration.LoadAssemblies(Hashtable original)
[ConfigurationException]: ? (c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config line 198)
at System.Web.UI.CompilationConfiguration.LoadAssemblies(Hashtable original)
at System.Web.UI.TemplateParser.AppendConfigAssemblies()
at System.Web.UI.TemplateParser.PrepareParse()
at System.Web.UI.TemplateParser.Parse()
at System.Web.UI.TemplateParser.GetParserCacheItemThroughCompilation()
at System.Web.UI.TemplateParser.GetParserCacheItemInternal(Boolean fCreateIfNotFound)
at System.Web.UI.TemplateParser.GetParserCacheItemWithNewConfigPath()
at System.Web.UI.TemplateParser.GetParserCacheItem()
at System.Web.UI.ApplicationFileParser.GetCompiledApplicationType(String inputFile, HttpContext context, ApplicationFileParser& parser)
at System.Web.HttpApplicationFactory.CompileApplication(HttpContext context)
at System.Web.HttpApplicationFactory.Init(HttpContext context)
at System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context)
at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
-->
------------------------------------------------------