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

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEventsNotificationsNotifications
Previous
 
Next
New Post
11/13/2006 7:44 AM
 

Thanks schubboy for your work,

Trying with VWD2005 and DNN435, thougt I could unzip your file and build but still can't get rid of errors like:

a) "Validation (ASP.Net): Attribute 'resourcekey' is not a valid attribute of element *" (knows it has to do with yet existing resources, but..)

b) file PopupEvent.js that is called in EditEvents.ascx is substituted by PopupCalendar.js that goes with DNN.435_source?

c) many of the declarations in EditEvents.ascx.vb like "Protected WithEvents imgY1Period As System.Web.UI.WebControls.Image" rise error "* is already declared * in this class"

Would it be possible to get the latest Events source ready to go on VWD or VS2005?

Any help would be appreciated. Thank you.

 

 
New Post
11/13/2006 9:18 AM
 
You are exactly right, the only DLL in my zip file, and the only one you will need, is DotNetNuke.DNNScheduler.dll

This is because when using the App_Code folder for the module, you need to use BuildManager.GetType instead of Type.GetType - and so that dll contains that change.  BuildManager works for the dlls too - it is a new class in .NET 2 that handles both App_Code assemblies and bin folder assemblies.



 
New Post
11/13/2006 10:19 AM
 
davidfa wrote

Thanks schubboy for your work,

Trying with VWD2005 and DNN435, thougt I could unzip your file and build but still can't get rid of errors like:

a) "Validation (ASP.Net): Attribute 'resourcekey' is not a valid attribute of element *" (knows it has to do with yet existing resources, but..)

b) file PopupEvent.js that is called in EditEvents.ascx is substituted by PopupCalendar.js that goes with DNN.435_source?

c) many of the declarations in EditEvents.ascx.vb like "Protected WithEvents imgY1Period As System.Web.UI.WebControls.Image" rise error "* is already declared * in this class"

Would it be possible to get the latest Events source ready to go on VWD or VS2005?

Any help would be appreciated. Thank you.

 



a.) The resource key stuff should just be warnings - you can ignore those - the code works correctly.
b.) I'm not sure what your question is - can you explain more?
c.) It sounds to me like the old code for the events module is getting used here - You should have removed all the dlls that have "Events" in it from your bin folder, replaced all the code in the DesktopModules/Events folder (i have included the whole thing, so you can just delete, and copy my folder) with the files in my zip folder, and added the code to the App_Code directory - the "already declared" errors you are getting come from the source code that is currently with the Events module - because those are the lines of code that I had to delete to get this running right.

Let have some more info about what you mean on b.) and double check your work on c.)  I recognize those errors as being from the non-modified source code. 



 
New Post
11/13/2006 1:32 PM
 

Thanks schubboy,

Had a mess with code from diferent versions...I tried it all from scratch and is working perfectly well. 

- set up dnn435_install

- added module Events_3_2.zip to site

- delete bin\*events*.dll

- copied schubboy's DNN_root.zip

- edit web.config for app_code subdirs

- open VWD and build succesful

I am still curious about that file controls/PopupEvent.js that is called by EditEvents.ascx. I can't found that file in my dnn435 dir, and despite the error in VWD it is running well... I thouhgt, in my previous faily trys, that .js should be substituted to point to the PopupCalendar.js that comes with the DNN435_source.zip..

 

 
New Post
11/13/2006 3:05 PM
 
Hey, I'm glad that all ended up working

I'm looking into that popupevent.js thing - I don't see it anywhere in any DNN install, or the original events source code.  I've only done a cursory look though, i'll look through the pages that are calling it to see what they're trying to do.


 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEventsNotificationsNotifications


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