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

HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesstep into dotnetnuke functionstep into dotnetnuke function
Previous
 
Next
New Post
12/17/2013 5:29 PM
 
when im debugging my module in visual studio; how do i step into dotnetnuke function, for example
Localization.GetString ?
i need this cos in dotnetnuke scheduler localization.getstring dosnt return translated word, even though i created http context by following some tutorial.
 
New Post
12/17/2013 7:09 PM
 
you need to have a copy of the source version open (and compiled in debug mode), and have debug set to true in the web.config. The wiki has a page on module development setup - http://www.dnnsoftware.com/wiki/page/...

Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
New Post
12/17/2013 8:37 PM
 

I'm not sure you understood my question. I can step into fuctions of my module. I need to step into function that is part of dotnetnuke.dll, so that I can see why it's not returning expected value.

 I installed dotnetnuke .pdb files, i also have dotnetnuke source files, but im not sure how do i tell debugger it can step into function, and where does it look for source files. I think i need dotnetnuke.dll that was built using "debug" flag?

 
New Post
12/17/2013 8:49 PM
 
Never mind, I answered my own question.
I downloaded dotnetnuke source, compiled it in debug mode (dotnetnuke.library) copied dotnetnuke.dll and dotnetnuke.pdb into site /bin folder and now i can step into dotnetnuke functions.
 
New Post
12/17/2013 10:03 PM
 
And with the help of stepping into source code of dnn functions I found out why localization.getsttring wasnt working in scheduled job. I had to do this:

objPortalInfo = CType(arrPortals(i), Entities.Portals.PortalInfo)

'this makes translations into local language work in http context free enviroment!!!
Dim objPortalSettings As New PortalSettings(objPortalInfo.PortalID)
HttpContext.Current.Items("PortalSettings") = objPortalSettings
System.Threading.Thread.CurrentThread.CurrentCulture = New System.Globalization.CultureInfo(objPortalSettings.CultureCode)
System.Threading.Thread.CurrentThread.CurrentUICulture = New System.Globalization.CultureInfo(objPortalSettings.CultureCode)
 
Previous
 
Next
HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesstep into dotnetnuke functionstep into dotnetnuke function


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