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.0Really long build timeReally long build time
Previous
 
Next
New Post
7/8/2008 2:27 PM
 

Lance Keay wrote

I am currently developing using 4.8.4 SOURCE.  My SOLUTION (22 projects) build time is 2-7 seconds.  And this is in a VMware virtual machine using windows server 2003.  The host machine is running XPpro with Intel Core 2 Duo T7500 @ 2.2GHz and 4GB RAM.

So 20 MINUTES (1200 Seconds) is extraordinary. 

I think the issue is that when you are usig the WSP method you are compiling inside the Core. With WAP you are compiling outside the core so the build time is much faster.

My point is that you can compile using WSP if you don't use the source.

I use WSP 7 days a week 5-8 hours a day. I have about 15 projects in an install version of DNN and I just hit build and it built in 30 seconds...



Michael Washington
http://ADefWebserver.com
www.ADefHelpDesk.com
A Free Open Source DotNetNuke Help Desk Module
 
New Post
7/19/2008 3:04 AM
 

This is my compilition summary:

------ Build started: Project: http://localhost/DotNetNuke/, Configuration: Debug .NET ------
Validating Web Site
Building directory '/DotNetNuke/admin/Authentication/'.
Building directory '/DotNetNuke/admin/Containers/'.
Building directory '/DotNetNuke/admin/ControlPanel/'.
Building directory '/DotNetNuke/admin/Files/'.
Building directory '/DotNetNuke/admin/Host/'.
Building directory '/DotNetNuke/admin/Lists/'.
Building directory '/DotNetNuke/admin/Localization/'.
Building directory '/DotNetNuke/admin/Log/'.
Building directory '/DotNetNuke/admin/Logging/'.
Building directory '/DotNetNuke/admin/ModuleDefinitions/'.
Building directory '/DotNetNuke/admin/Modules/'.
Building directory '/DotNetNuke/admin/Packages/'.
Building directory '/DotNetNuke/admin/Portal/'.
Building directory '/DotNetNuke/admin/Sales/'.
Building directory '/DotNetNuke/admin/Scheduling/'.
Building directory '/DotNetNuke/admin/Search/'.
Building directory '/DotNetNuke/admin/Security/'.
Building directory '/DotNetNuke/admin/Skins/'.
Building directory '/DotNetNuke/admin/Syndication/'.
Building directory '/DotNetNuke/admin/Tabs/'.
Building directory '/DotNetNuke/admin/Users/'.
Building directory '/DotNetNuke/admin/Vendors/'.
Building directory '/DotNetNuke/controls/SolpartMenu/'.
Building directory '/DotNetNuke/DesktopModules/Adsense/'.
Building directory '/DotNetNuke/DesktopModules/AuthenticationServices/DNN/'.
Building directory '/DotNetNuke/DesktopModules/Delisoft.DSLocalizator/'.
Building directory '/DotNetNuke/DesktopModules/Events/'.
Building directory '/DotNetNuke/DesktopModules/FAQs/'.
Building directory '/DotNetNuke/DesktopModules/Forum/js/'.
Building directory '/DotNetNuke/DesktopModules/HTML/'.
Building directory '/DotNetNuke/DesktopModules/IFrame/'.
Building directory '/DotNetNuke/DesktopModules/MarketShare/'.
Building directory '/DotNetNuke/DesktopModules/Repository/js/'.
Building directory '/DotNetNuke/DesktopModules/Survey/'.
Building directory '/DotNetNuke/DesktopModules/MyModule/'.
Building directory '/DotNetNuke/DesktopModules/XML/Parameters/'.
Building directory '/DotNetNuke/DesktopModules/XML/'.
Building directory '/DotNetNuke/Install/'.
Building directory '/DotNetNuke/js/'.
...

Is this consider "Normal"?

BTW, just refreshing the IE at a DNN page will result in performing a build by the IIS.

 
New Post
10/27/2008 6:31 AM
 

Michael Washington wrote

 Lance Keay wrote

I am currently developing using 4.8.4 SOURCE.  My SOLUTION (22 projects) build time is 2-7 seconds.  And this is in a VMware virtual machine using windows server 2003.  The host machine is running XPpro with Intel Core 2 Duo T7500 @ 2.2GHz and 4GB RAM.

So 20 MINUTES (1200 Seconds) is extraordinary. 

I think the issue is that when you are usig the WSP method you are compiling inside the Core. With WAP you are compiling outside the core so the build time is much faster.

My point is that you can compile using WSP if you don't use the source.

I use WSP 7 days a week 5-8 hours a day. I have about 15 projects in an install version of DNN and I just hit build and it built in 30 seconds...

I don't need to use the source, and I am already using WSP, but the problem stays. I've noticed that only when I change the code inside the App_Code\<MyModuleName> folder (where my module's code is) - the whole compilation occurs (changing the ascx files will not compile the whole code). Maybe I should copy it to a Class Library project...

BTW, This is my build log:

------ Build started: Project: http://localhost/DotNetNukeWebTest/, Configuration: Debug Any CPU ------
Validating Web Site
Building directory '/DotNetNukeWebTest/admin/Authentication/App_LocalResources/'.
Building directory '/DotNetNukeWebTest/admin/Authentication/'.
Building directory '/DotNetNukeWebTest/controls/'.
Building directory '/DotNetNukeWebTest/Admin/Users/App_LocalResources/'.
Building directory '/DotNetNukeWebTest/Admin/Users/'.
Building directory '/DotNetNukeWebTest/Admin/Lists/App_LocalResources/'.
Building directory '/DotNetNukeWebTest/Admin/Lists/'.
Building directory '/DotNetNukeWebTest/Admin/Security/App_LocalResources/'.
Building directory '/DotNetNukeWebTest/Admin/Security/'.
Building directory '/DotNetNukeWebTest/admin/Containers/'.
Building directory '/DotNetNukeWebTest/admin/ControlPanel/App_LocalResources/'.
Building directory '/DotNetNukeWebTest/admin/ControlPanel/'.
Building directory '/DotNetNukeWebTest/admin/Files/App_LocalResources/'.
Building directory '/DotNetNukeWebTest/admin/Files/'.
Building directory '/DotNetNukeWebTest/admin/Host/App_LocalResources/'.
Building directory '/DotNetNukeWebTest/admin/Host/'.
Building directory '/DotNetNukeWebTest/admin/Localization/App_LocalResources/'.
Building directory '/DotNetNukeWebTest/admin/Localization/'.
Building directory '/DotNetNukeWebTest/admin/Log/App_LocalResources/'.
Building directory '/DotNetNukeWebTest/admin/Log/'.
Building directory '/DotNetNukeWebTest/admin/Logging/App_LocalResources/'.
Building directory '/DotNetNukeWebTest/admin/Logging/'.
Building directory '/DotNetNukeWebTest/admin/ModuleDefinitions/App_LocalResources/'.
Building directory '/DotNetNukeWebTest/admin/ModuleDefinitions/'.
Building directory '/DotNetNukeWebTest/admin/Modules/App_LocalResources/'.
Building directory '/DotNetNukeWebTest/admin/Modules/'.
Building directory '/DotNetNukeWebTest/admin/Packages/App_LocalResources/'.
Building directory '/DotNetNukeWebTest/admin/Packages/'.
Building directory '/DotNetNukeWebTest/admin/Portal/App_LocalResources/'.
Building directory '/DotNetNukeWebTest/admin/Portal/'.
Building directory '/DotNetNukeWebTest/admin/Sales/'.
Building directory '/DotNetNukeWebTest/admin/Scheduling/App_LocalResources/'.
Building directory '/DotNetNukeWebTest/admin/Scheduling/'.
Building directory '/DotNetNukeWebTest/admin/Search/App_LocalResources/'.
Building directory '/DotNetNukeWebTest/admin/Search/'.
Building directory '/DotNetNukeWebTest/admin/Skins/App_LocalResources/'.
Building directory '/DotNetNukeWebTest/admin/Skins/'.
Building directory '/DotNetNukeWebTest/admin/Syndication/App_LocalResources/'.
Building directory '/DotNetNukeWebTest/admin/Syndication/'.
Building directory '/DotNetNukeWebTest/admin/Tabs/App_LocalResources/'.
Building directory '/DotNetNukeWebTest/admin/Tabs/'.
Building directory '/DotNetNukeWebTest/admin/Vendors/App_LocalResources/'.
Building directory '/DotNetNukeWebTest/admin/Vendors/'.
Building directory '/DotNetNukeWebTest/admin/Wizards/'.
Building directory '/DotNetNukeWebTest/controls/SolpartMenu/'.
Building directory '/DotNetNukeWebTest/DesktopModules/Adsense/App_LocalResources/'.
Building directory '/DotNetNukeWebTest/DesktopModules/Adsense/'.
Building directory '/DotNetNukeWebTest/DesktopModules/AuthenticationServices/DNN/App_LocalResources/'.
Building directory '/DotNetNukeWebTest/DesktopModules/AuthenticationServices/DNN/'.
Building directory '/DotNetNukeWebTest/DesktopModules/AuthenticationServices/LiveID/App_LocalResources/'.
Building directory '/DotNetNukeWebTest/DesktopModules/AuthenticationServices/LiveID/'.
Building directory '/DotNetNukeWebTest/DesktopModules/AuthenticationServices/OpenID/App_LocalResources/'.
Building directory '/DotNetNukeWebTest/DesktopModules/AuthenticationServices/OpenID/'.
Building directory '/DotNetNukeWebTest/DesktopModules/HTML/App_LocalResources/'.
Building directory '/DotNetNukeWebTest/DesktopModules/HTML/'.
Building directory '/DotNetNukeWebTest/DesktopModules/Links/App_LocalResources/'.
Building directory '/DotNetNukeWebTest/DesktopModules/Links/'.
Building directory '/DotNetNukeWebTest/DesktopModules/MarketShare/App_LocalResources/'.
Building directory '/DotNetNukeWebTest/DesktopModules/MarketShare/'.
Building directory '/DotNetNukeWebTest/DesktopModules/FirstModule/Tester/'.
Building directory '/DotNetNukeWebTest/DesktopModules/FirstModule/'.
Building directory '/DotNetNukeWebTest/DesktopModules/SecondModule/Test/Properties/'.
Building directory '/DotNetNukeWebTest/DesktopModules/SecondModule/Test/'.
Building directory '/DotNetNukeWebTest/DesktopModules/SecondModule/Test2/Properties/'.
Building directory '/DotNetNukeWebTest/DesktopModules/SecondModule/Test2/'.
Building directory '/DotNetNukeWebTest/Install/App_LocalResources/'.
Building directory '/DotNetNukeWebTest/Install/'.
Building directory '/DotNetNukeWebTest/js/'.
Building directory '/DotNetNukeWebTest/Portals/_default/Containers/DNN-Blue/'.
Building directory '/DotNetNukeWebTest/Portals/_default/Containers/DNN-Gray/'.
Building directory '/DotNetNukeWebTest/Portals/_default/Containers/_default/'.
Building directory '/DotNetNukeWebTest/Portals/_default/Skins/DNN-Blue/'.
Building directory '/DotNetNukeWebTest/Portals/_default/Skins/DNN-Gray/'.
Building directory '/DotNetNukeWebTest/Portals/_default/Skins/_default/'.
Building directory '/DotNetNukeWebTest/Portals/_default/'.
Building directory '/DotNetNukeWebTest/Providers/HtmlEditorProviders/Fck/Custom/'.
Building directory '/DotNetNukeWebTest/Providers/HtmlEditorProviders/Fck/FCKeditor/editor/dialog/common/'.
Building directory '/DotNetNukeWebTest/Providers/HtmlEditorProviders/Fck/FCKeditor/editor/dialog/fck_flash/'.
Building directory '/DotNetNukeWebTest/Providers/HtmlEditorProviders/Fck/FCKeditor/editor/dialog/fck_image/'.
Building directory '/DotNetNukeWebTest/Providers/HtmlEditorProviders/Fck/FCKeditor/editor/dialog/fck_link/'.
Building directory '/DotNetNukeWebTest/Providers/HtmlEditorProviders/Fck/FCKeditor/editor/dialog/fck_select/'.
Building directory '/DotNetNukeWebTest/Providers/HtmlEditorProviders/Fck/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/'.
Building directory '/DotNetNukeWebTest/Providers/HtmlEditorProviders/Fck/FCKeditor/editor/dialog/fck_universalkey/'.
Building directory '/DotNetNukeWebTest/Providers/HtmlEditorProviders/Fck/FCKeditor/editor/js/'.
Building directory '/DotNetNukeWebTest/Providers/HtmlEditorProviders/Fck/FCKeditor/editor/lang/'.
Building directory '/DotNetNukeWebTest/Providers/HtmlEditorProviders/Fck/FCKeditor/editor/plugins/autogrow/'.
Building directory '/DotNetNukeWebTest/Providers/HtmlEditorProviders/Fck/FCKeditor/editor/plugins/placeholder/lang/'.
Building directory '/DotNetNukeWebTest/Providers/HtmlEditorProviders/Fck/FCKeditor/editor/plugins/placeholder/'.
Building directory '/DotNetNukeWebTest/Providers/HtmlEditorProviders/Fck/FCKeditor/editor/plugins/simplecommands/'.
Building directory '/DotNetNukeWebTest/Providers/HtmlEditorProviders/Fck/FCKeditor/editor/plugins/tablecommands/'.
Building directory '/DotNetNukeWebTest/Providers/HtmlEditorProviders/Fck/FCKeditor/editor/_source/classes/'.
Building directory '/DotNetNukeWebTest/Providers/HtmlEditorProviders/Fck/FCKeditor/editor/_source/commandclasses/'.
Building directory '/DotNetNukeWebTest/Providers/HtmlEditorProviders/Fck/FCKeditor/editor/_source/internals/'.
Building directory '/DotNetNukeWebTest/Providers/HtmlEditorProviders/Fck/FCKeditor/editor/_source/'.
Building directory '/DotNetNukeWebTest/Providers/HtmlEditorProviders/Fck/FCKeditor/'.
Building directory '/DotNetNukeWebTest/Providers/HtmlEditorProviders/Fck/IE Custom/common/'.
Building directory '/DotNetNukeWebTest/Providers/HtmlEditorProviders/Fck/App_LocalResources/'.
Building directory '/DotNetNukeWebTest/Providers/HtmlEditorProviders/Fck/'.
Building directory '/DotNetNukeWebTest/Resources/ContentRotator/scripts/'.
Building directory '/DotNetNukeWebTest/Resources/FeedBrowser/scripts/'.
Building directory '/DotNetNukeWebTest/Resources/Shared/scripts/MSAJAX/'.
Building directory '/DotNetNukeWebTest/Resources/Shared/scripts/'.
Building directory '/DotNetNukeWebTest/Resources/SkinWidgets/scripts/'.
Building directory '/DotNetNukeWebTest/Resources/TabStrip/scripts/'.
Building directory '/DotNetNukeWebTest/'.

C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\Users\EditProfileDefinition.ascx.vb(60,0): warning BC42022: Property without an 'As' clause; type of Object assumed.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\Users\EditProfileDefinition.ascx.vb(64,0): warning BC42020: Variable declaration without an 'As' clause; type of Object assumed.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\Users\EditProfileDefinition.ascx.vb(186,0): warning BC42021: Function without an 'As' clause; return type of Object assumed.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\Users\EditProfileDefinition.ascx.vb(204,0): warning BC42021: Function without an 'As' clause; return type of Object assumed.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\Users\MemberServices.ascx.vb(200,0): warning BC42021: Function without an 'As' clause; return type of Object assumed.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\Users\MemberServices.ascx.vb(229,0): warning BC42021: Function without an 'As' clause; return type of Object assumed.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\Security\EditGroups.ascx.vb(145,0): warning BC42025: Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\Files\FileManager.ascx.vb(1166,0): warning BC40000: 'Public Function GetFolder(PortalID As Integer, FolderPath As String) As Services.FileSystem.FolderInfo' is obsolete: 'This method is obsolete.  It has been replaced by GetFolderInfo(ByVal PortalID As Integer, ByVal FolderID As Integer, ByVal ignoreCache As Boolean) '.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\Files\FileManager.ascx.vb(1171,0): warning BC40000: 'Public Function GetFolder(PortalID As Integer, FolderPath As String) As Services.FileSystem.FolderInfo' is obsolete: 'This method is obsolete.  It has been replaced by GetFolderInfo(ByVal PortalID As Integer, ByVal FolderID As Integer, ByVal ignoreCache As Boolean) '.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\Localization\LanguageEditor.ascx.vb(164,0): warning BC42024: Unused local variable: 'nodeIndex'.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\Localization\LanguagePack.ascx.vb(51,0): warning BC42036: Operands of type Object used in expressions for 'Select', 'Case' statements; runtime errors could occur.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\Localization\LanguagePack.ascx.vb(51,0): warning BC42036: Operands of type Object used in expressions for 'Select', 'Case' statements; runtime errors could occur.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\Localization\LanguagePack.ascx.vb(51,0): warning BC42036: Operands of type Object used in expressions for 'Select', 'Case' statements; runtime errors could occur.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\Localization\LanguagePack.ascx.vb(51,0): warning BC42036: Operands of type Object used in expressions for 'Select', 'Case' statements; runtime errors could occur.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\Localization\TimeZoneEditor.ascx.vb(124,0): warning BC42024: Unused local variable: 'parent'.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\Localization\TimeZoneEditor.ascx.vb(183,0): warning BC42024: Unused local variable: 'parent'.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\Localization\TimeZoneEditor.ascx.vb(246,0): warning BC42024: Unused local variable: 'dv'.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\ModuleDefinitions\EditModuleDefinition.ascx.vb(140,0): warning BC42025: Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\ModuleDefinitions\EditModuleDefinition.ascx.vb(870,0): warning BC42025: Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\ModuleDefinitions\ModuleDefValidator.ascx.vb(84,0): warning BC42024: Unused local variable: 'strMessage'.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\Packages\Install.ascx.vb(273,0): warning BC42021: Function without an 'As' clause; return type of Object assumed.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\Portal\Template.ascx.vb(128,0): warning BC40000: 'Public Function GetFolder(PortalID As Integer, FolderPath As String) As Services.FileSystem.FolderInfo' is obsolete: 'This method is obsolete.  It has been replaced by GetFolderInfo(ByVal PortalID As Integer, ByVal FolderID As Integer, ByVal ignoreCache As Boolean) '.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\Portal\Template.ascx.vb(180,0): warning BC40000: 'Public Function GetFoldersByPortal(PortalID As Integer) As System.Collections.ArrayList' is obsolete: 'This method is obsolete.  It has been replaced by GetFolders(ByVal PortalID As Integer) '.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\Portal\Template.ascx.vb(228,0): warning BC40000: 'Public Function GetFolderPermissionsByFolder(PortalID As Integer, Folder As String) As System.Collections.ArrayList' is obsolete: 'This method has been deprecated.  Please use GetFolderPermissionsCollectionByFolderPath(PortalId, Folder)'.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\Portal\SiteWizard.ascx.vb(133,0): warning BC42025: Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\Portal\SiteWizard.ascx.vb(167,0): warning BC42025: Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\Sales\PayPalSubscription.aspx.vb(135,0): warning BC40000: 'Public Function GetListEntryInfo(ListName As String, Value As String, ParentKey As String) As Common.Lists.ListEntryInfo' is obsolete: 'This method has been deprecated. PLease use GetListEntryInfo(ByVal ListName As String, ByVal Value As String)'.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\Scheduling\EditSchedule.ascx.vb(163,0): warning BC42024: Unused local variable: 'strMessage'.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\Scheduling\ViewSchedule.ascx.vb(90,0): warning BC42104: Variable 'str' is used before it has been assigned a value. A null reference exception could result at runtime.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\Scheduling\ViewScheduleStatus.ascx.vb(141,0): warning BC42025: Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\Vendors\Affiliates.ascx.vb(108,0): warning BC42105: Function 'DisplayDate' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\Vendors\Vendors.ascx.vb(169,0): warning BC42105: Function 'DisplayAddress' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\Vendors\Vendors.ascx.vb(189,0): warning BC42105: Function 'DisplayEmail' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\Vendors\Vendors.ascx.vb(212,0): warning BC42105: Function 'formatURL' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\admin\Vendors\Vendors.ascx.vb(244,0): warning BC42105: Function 'FilterURL' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\DesktopModules\Adsense\EditAdsense.ascx.vb(252,0): warning BC40000: 'Public Sub SynchronizeModule()' is obsolete: 'This method is deprecated.  Plaese use ModuleController.SynchronizeModule(ModuleId)'.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\DesktopModules\HTML\EditHtml.ascx.vb(153,0): warning BC40000: 'Public Sub SynchronizeModule()' is obsolete: 'This method is deprecated.  Plaese use ModuleController.SynchronizeModule(ModuleId)'.
C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\dotnetnukewebtest\72bc985b\85165e32\App_Web_t0nfziou.2.vb(52,0): warning BC40055: Casing of namespace name 'HTML' does not match casing of namespace name 'Html' in file 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\dotnetnukewebtest\72bc985b\85165e32\App_Web_t0nfziou.0.vb'.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\DesktopModules\MarketShare\Edit.ascx.vb(57,0): warning BC40000: 'Public Sub SynchronizeModule()' is obsolete: 'This method is deprecated.  Plaese use ModuleController.SynchronizeModule(ModuleId)'.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\Portals\_default\subhost.aspx(22,0): warning BC42104: Variable 'DomainName' is used before it has been assigned a value. A null reference exception could result at runtime.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\Providers\HtmlEditorProviders\Fck\FckHtmlEditorOptions.aspx(26,0): warning BC40004: WithEvents variable 'form' conflicts with property 'form' in the base class 'Page' and should be declared 'Shadows'.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\Providers\HtmlEditorProviders\Fck\fckimagegallery.aspx(40,0): warning BC40004: WithEvents variable 'form' conflicts with property 'form' in the base class 'Page' and should be declared 'Shadows'.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\Default.aspx(23,0): warning BC40004: WithEvents variable 'form' conflicts with property 'form' in the base class 'Page' and should be declared 'Shadows'.
C:\Users\Eran.HOME\Documents\Web Projects\DotNetNukeWebTest\ErrorPage.aspx(10,0): warning BC40004: WithEvents variable 'form' conflicts with property 'form' in the base class 'Page' and should be declared 'Shadows'.
Validation Complete
========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========
 

 
New Post
10/27/2008 10:58 AM
 

Mitch Sellers wrote

A good change would be to move to the WAP development model, rather than WSP.

 

what is WSP and WAP model of development???

 
New Post
10/27/2008 12:59 PM
Accepted Answer 

Rike:

Your conclusion is correct (the one about just changing code in the App_Code directory).  I don't remember all the details but I ran into that some time ago and saw a description of this "Issue", or rather, WSP "characteristic".  It is related to the way the compiler uses the App_code directory, whenever you make changes in the App_Code directory the compiler will rebuilt your whole module by design, this is not a bug.  You may want to Google it or search in www.asp.net.

Sorry I cannot give you more details.
EDIT:  Check out this article, it also has a reference to another article that explains the difference between WAP and WSP for the person who asked.

           Carlos

 

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Really long build timeReally long build time


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