Friday, January 09, 2009

Smart-Thinker DNN Forums

Forum Guidelines

Please ensure you follow the bug-raising guidelines (e.g. post the full error from your Event Viewer) if you are raising a support call. To request a feature in a module, please use Feature Requests (unless you want to discuss it here in more detail first). If you have an urgent feature that you would like to see in the product then you should consider a Sponsored Enhancement

First Time User? Make sure you have read the Module Config Guide in the documents folder of each module. Also check out this handy Module Deployment Guide (written by a Smart-Thinker customer!)

Configuration issues and no time to read the Forums/Documentation? See our DotNetNuke Premium Support Service. We need your opinion! Please read our proposed new CrowdSourcing development method and let us know if you would be interested and if it might work.

 
 
  Forums  DotNetNuke  Smart-Thinker U...  Code differences between PA and Source
Previous Previous
 
Next Next
New Post 11/24/2008 9:32 AM
Resolved
  Mrinal
9 posts
5th Level Poster


Code differences between PA and Source  (N/A)

We purchased the Enterprise version of UserGroups with the source code option. 

In doing some modifications, we noticed that the code seems to be different between the PA and the Source downloads now on the site.  They seem to have dates that are 1 day apart.

Is it possible to make the two compatible?

 
New Post 12/1/2008 6:20 PM
  Rodney Joyce
3071 posts
www.DNNDir.com
1st Level Poster




Re: Code differences between PA and Source  (N/A)

They should be the same - is this the latest version? Can you give me an example of a difference please?


Thanks
Rodney
See our modules in action on PokerDIY, a social network for home poker players

Smart-Thinker DotNetNuke Development Blog
 
New Post 12/1/2008 6:25 PM
  Mrinal
9 posts
5th Level Poster


Re: Code differences between PA and Source  (N/A)

The Enterprise version on my downloads page is dated 11/7, and the source version is dated 11/8.  My software guy tells me that there are differences in the .ascx files.  Should I get some details?

 
New Post 12/1/2008 6:42 PM
  Rodney Joyce
3071 posts
www.DNNDir.com
1st Level Poster




Re: Code differences between PA and Source  (N/A)

 Mrinal wrote

The Enterprise version on my downloads page is dated 11/7, and the source version is dated 11/8.  My software guy tells me that there are differences in the .ascx files.  Should I get some details?

Yes, I would apprciate that (the time at which they are uploaded on Smart-Thinker makes no difference - the source often goes up a little later then the PA). It may just be a one off - sorry for the trouble.


Thanks
Rodney
See our modules in action on PokerDIY, a social network for home poker players

Smart-Thinker DotNetNuke Development Blog
 
New Post 12/5/2008 6:38 AM
  David Gilfillan
6 posts
5th Level Poster


Re: Code differences between PA and Source  (N/A)

The version numbers are actually different too... I have emailed you directly about this... the PA is showing 04.03.7 whereas the source is 04.03.06

 
New Post 12/5/2008 6:57 AM
  David Gilfillan
6 posts
5th Level Poster


Re: Code differences between PA and Source  (N/A)

Also on updating the UserGroup Module to 04.03.07 it appears that UserGroupInvites & UserGroupRequests do not get updated and these aspects then break (at least within my installation)???

Smart-Thinker - UserGroup UserGroupInvites Users can view groups to which they are invited. 04.03.06
Smart-Thinker - UserGroup UserGroupRequests Users Can View Outstanding Group Requests (ie group memberships that have yet to be approved) 04.03.06
 
New Post 12/5/2008 7:21 AM
  David Gilfillan
6 posts
5th Level Poster


Re: Code differences between PA and Source  (N/A)

FYI, this causes 2 errors:


Error: Group Invitations is currently unavailable.


DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load type 'SmartThinker.DNN.Modules.UserGroup.UserGroupInvites'. ---> System.Web.HttpParseException: Could not load type 'SmartThinker.DNN.Modules.UserGroup.UserGroupInvites'. ---> System.Web.HttpParseException: Could not load type 'SmartThinker.DNN.Modules.UserGroup.UserGroupInvites'. ---> System.Web.HttpException: Could not load type 'SmartThinker.DNN.Modules.UserGroup.UserGroupInvites'. at System.Web.UI.TemplateParser.GetType(String typeName, Boolean ignoreCase, Boolean throwOnError) at System.Web.UI.TemplateParser.ProcessInheritsAttribute(String baseTypeName, String codeFileBaseTypeName, String src, Assembly assembly) at System.Web.UI.TemplateParser.PostProcessMainDirectiveAttributes(IDictionary parseData) --- 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) --- End of inner exception stack trace --- 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 ---

 

Error: Groups Pending is currently unavailable.


DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load type 'SmartThinker.DNN.Modules.UserGroup.UserGroupRequests'. ---> System.Web.HttpParseException: Could not load type 'SmartThinker.DNN.Modules.UserGroup.UserGroupRequests'. ---> System.Web.HttpParseException: Could not load type 'SmartThinker.DNN.Modules.UserGroup.UserGroupRequests'. ---> System.Web.HttpException: Could not load type 'SmartThinker.DNN.Modules.UserGroup.UserGroupRequests'. at System.Web.UI.TemplateParser.GetType(String typeName, Boolean ignoreCase, Boolean throwOnError) at System.Web.UI.TemplateParser.ProcessInheritsAttribute(String baseTypeName, String codeFileBaseTypeName, String src, Assembly assembly) at System.Web.UI.TemplateParser.PostProcessMainDirectiveAttributes(IDictionary parseData) --- 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) --- End of inner exception stack trace --- 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 ---



 
New Post 12/5/2008 3:11 PM
  Rodney Joyce
3071 posts
www.DNNDir.com
1st Level Poster




Re: Code differences between PA and Source  (N/A)

Ok, thanks for bringing this to my attention - I'll be release a Groups update next week (Tuesday maybe) - with some enhancements and will get these back into synch. Let me know if this is ok or if you need it synched earlier.

 

Please note that I miss a lot of emails sent directly to me, so I apologize if you don't get a reply.


Thanks
Rodney
See our modules in action on PokerDIY, a social network for home poker players

Smart-Thinker DotNetNuke Development Blog
 
New Post 12/9/2008 1:14 AM
  Rodney Joyce
3071 posts
www.DNNDir.com
1st Level Poster




Re: Code differences between PA and Source  (N/A)

Ok, I am dogfooding the new Groups version (Friendly URL's , Ifinity Sitemap integration and a few other enhancements) - I'll be releasing this in the next 2 days if nothing goes wrong and will make sure the PA and source are in synch.


Thanks
Rodney
See our modules in action on PokerDIY, a social network for home poker players

Smart-Thinker DotNetNuke Development Blog
 
New Post 12/18/2008 12:47 AM
  Rodney Joyce
3071 posts
www.DNNDir.com
1st Level Poster




Re: Code differences between PA and Source  (N/A)

Please note the latest version of the UserGroups module 4.3.8 has now been released and the Source and PA can be downloaded as normal. Release notes and announcements to follow shortly.


Thanks
Rodney
See our modules in action on PokerDIY, a social network for home poker players

Smart-Thinker DotNetNuke Development Blog
 
Previous Previous
 
Next Next
  Forums  DotNetNuke  Smart-Thinker U...  Code differences between PA and Source
Top Threads Minimize
In the past 1 week, we have 22 new thread(s) and 48 new post(s)
The most popular thread has been Re: Sponsored Enhancement Proposal Estimate - StoryFeed Commenting
The most active thread has been accept Friend Request?
Print  

Smart-Thinker is powered by DotNetNuke - please support us and DotNetNuke - DotNetNuke Powered!
© 2008 Smart-Thinker