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

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...skin proble in asp.net 2.0skin proble in asp.net 2.0
Previous
 
Next
New Post
5/9/2006 7:01 AM
 

Hi,

I have a skin problem

I heard that DNN 3.2.2 was compatible with asp.net 2.0

So yesterday I tried it.

The web site was working but my custom skin didn’t load properly

 

Do I need to change something to make my skin compatible with asp.net 2.0???

 

Thanks

Soft

 
New Post
5/9/2006 7:15 AM
 

Is there any reason you're specifically using this on aspnet2?

I spoke with Jon Henning as I am testing his new menu - and I wanted confirmation does DNN 3.2.2 run on aspnet2 and he said not to use it on aspnet2. I had installed it but came up with multiple ID errors.

So how about trying it on aspnet1 and seeing how you go with uploading skins.

Nina Meiers


Nina Meiers My Little Website
If it's on DNN, I fix, build, deploy, support,skin, host, design, consult, implement, integrate and done since 2003.
Who am I? Just a city chic, having a crack at organic berry farming.. and creating awesome websites.
 
New Post
5/9/2006 7:18 AM
 
The skinning engine has not basically changed from DNN 2 until DNN 4. This does not affect Skin objects (SKO), that are usually DNN version dependant, though DNN 3 SKO should run with DNN 4 as well. The underlying ASP.Net is not affected, exept a SKO used deprecated code - what I have not seen yet. Please specify the errors displayed and list all SKO used.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
5/9/2006 8:35 AM
 

Hi Nina

i would like to use asp.net 2.0 because i did a module for my web site but i did it in asp.net 2.0 because i though it was compatible

Soft

note: my skin under asp.net 1.1 work perfectly

 
New Post
5/9/2006 8:39 AM
 

I realize as I post this code that my problem is maybe not my skin but the mlmenu

 

Do I’m right?

 

Can somebody point me to the right direction?

Thanks

Soft

 

 

 

DotNetNuke.Services.Exceptions.PageLoadException: Unhandled error loading page. ---> System.Exception: D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\6532d40b\b058ae5f\App_Web_mlmenu.ascx.4b2074a7.9gvzx1s2.0.vb(35): error BC32206: Indirect reference is being made to assembly DotNetNuke version 3.2.2.36342, which contains 'Apollo.DNN.SkinObjects.MLMenu'. This Project references a prior version of DotNetNuke version 3.2.2.30184. To use 'Apollo.DNN.SkinObjects.MLMenu', you must replace the reference to DotNetNuke with version 3.2.2.36342 or higher. ---> System.Web.HttpCompileException: D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\6532d40b\b058ae5f\App_Web_mlmenu.ascx.4b2074a7.9gvzx1s2.0.vb(35): error BC32206: Indirect reference is being made to assembly DotNetNuke version 3.2.2.36342, which contains 'Apollo.DNN.SkinObjects.MLMenu'. This Project references a prior version of DotNetNuke version 3.2.2.30184. To use 'Apollo.DNN.SkinObjects.MLMenu', you must replace the reference to DotNetNuke with version 3.2.2.36342 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.Framework.CDefault.LoadSkin(String SkinPath) --- End of inner exception stack trace ---

 

 

 

 

 

 

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...skin proble in asp.net 2.0skin proble in asp.net 2.0


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