Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Error: Edit Vendors is currently unavailable.Error: Edit Vendors is currently unavailable.
Previous
 
Next
New Post
10/27/2006 6:24 AM
 
Help - I am trying to work out how to update and compile my own modules and modify core but keep on getting this sort of version issue with primarily the countrylistbox dll - what am I doing wrong??? C:\WINDOWS\Microsoft.NET\Framework\V2.0.50727\Temporary ASP.NET Files\root\b67e3036\3c2bc0b6\App_Web_address.ascx.cc671b29.ufxvgmgw.0.vb(972): error BC32206: Indirect reference is being made to assembly CountryListBox version 1.0.2182.29148, which contains 'DotNetNuke.UI.UserControls.Address.cboCountry'. This Project references a prior version of CountryListBox version 1.0.2182.27778. To use 'DotNetNuke.UI.UserControls.Address.cboCountry', you must replace the reference to CountryListBox with version 1.0.2182.29148 or higher. ---> System.Exception: C:\WINDOWS\Microsoft.NET\Framework\V2.0.50727\Temporary ASP.NET Files\root\b67e3036\3c2bc0b6\App_Web_address.ascx.cc671b29.ufxvgmgw.0.vb(972): error BC32206: Indirect reference is being made to assembly CountryListBox version 1.0.2182.29148, which contains 'DotNetNuke.UI.UserControls.Address.cboCountry'. This Project references a prior version of CountryListBox version 1.0.2182.27778. To use 'DotNetNuke.UI.UserControls.Address.cboCountry', you must replace the reference to CountryListBox with version 1.0.2182.29148 or higher. ---> System.Web.HttpCompileException: C:\WINDOWS\Microsoft.NET\Framework\V2.0.50727\Temporary ASP.NET Files\root\b67e3036\3c2bc0b6\App_Web_address.ascx.cc671b29.ufxvgmgw.0.vb(972): error BC32206: Indirect reference is being made to assembly CountryListBox version 1.0.2182.29148, which contains 'DotNetNuke.UI.UserControls.Address.cboCountry'. This Project references a prior version of CountryListBox version 1.0.2182.27778. To use 'DotNetNuke.UI.UserControls.Address.cboCountry', you must replace the reference to CountryListBox with version 1.0.2182.29148 or higher. at System.Web.Compilation.BuildManager.PostProcessFoundBuildResult(BuildResult result, Boolean keyFromVPP, VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetBuildResultFromCacheInternal(String cacheKey, Boolean keyFromVPP, VirtualPath virtualPath, Int64 hashCode) at System.Web.Compilation.BuildManager.GetVPathBuildResultFromCacheInternal(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.BaseTemplateParser.GetReferencedType(VirtualPath virtualPath, Boolean allowNoCompile) at System.Web.UI.BaseTemplateParser.GetUserControlType(VirtualPath virtualPath) at System.Web.UI.MainTagNameToTypeMapper.ProcessUserControlRegistration(UserControlRegisterEntry ucRegisterEntry) at System.Web.UI.BaseTemplateParser.ProcessDirective(String directiveName, IDictionary directive) at System.Web.UI.TemplateControlParser.ProcessDirective(String directiveName, IDictionary directive) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) --- End of inner exception stack trace --- at System.Web.UI.TemplateParser.ProcessException(Exception ex) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath) at System.Web.UI.TemplateParser.ParseInternal() at System.Web.UI.TemplateParser.Parse() at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType() at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider) at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace ---

Dave DNN 4.3.5 IIS - 6 ?? SQL Server 2005
 
New Post
10/29/2006 9:09 AM
 

This is saying you are trying to run a module built referencing a newer version than the dnn install you are running on.  I've seen this when I develop on my local machine using DNN4.3.5 and then try to install the module on a server running anything lower than that DNN4.3.3, for example.  You need to make sure the reference used in development is the same or lower than the server install.  If you've recently updated your environment, you may want to remove the dnn references in your project and readd them.  That will usually do the trick.

Also, check the build dates on your development and production environments for the dotnetnuke.dll and countrylistbox.dll  You may find a discrepancy.

 

 
New Post
10/29/2006 3:55 PM
 
I had installed 4.3.5 on my development machine and my production machine had 4.3.4 installed by the host provider and I then went through the tedious task of  FTP-ing the 4.3.5 upgrade

How do I upgrade the references - by this you mean to the dll references I assume -
I must admit I am finding the Visual Studio 2005 issues a bit of a headache and currently to modify core I am having to switch between two project - one for core, source code etc - set up using vladan's blank module

Unfortunately this will not actually run and throws me an unauthorised to view this page error which I  must admit I find a little perplexing as I have looked at IIS and .net settings a number of times without any success


Because it wont run I have to switch to a normal install to run the code and test etc - after copying the dll file over of course

Further more the small changes seem to have an disproporionate influence on the dll size
you can see the code changes at
http://www.dotnetnuke.com/Community/ForumsDotNetNuke/tabid/795/forumid/108/threadid/79256/scope/posts/Default.aspx 
( I do realise this could be done a little more elegantly and without reproducing so much code but I think these other issues are more pressing! Its good enough to use to get other work done!!)

File size for dotnetnuke.dll goes from 776KB to 856KB  - 80KB over 10% !!!! - for just under 50 lines of code

and before you ask:

 I am pretty sure it isnt compiling with debug info in as every time I try to run it asks if I want to enable debugging - though I must admit I did find some pdb files in the directory so maybe I am fooling myself!! - but surely the release .config isn't loaded with debug directives. And anyway If I try to debus through the affected procedures it won't left me.

Thanks for the response

Dave






Dave DNN 4.3.5 IIS - 6 ?? SQL Server 2005
 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Error: Edit Vendors is currently unavailable.Error: Edit Vendors is currently unavailable.


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out