Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

$4.95 Windows Hosting at Webhost4life.com
  Ads  
Engage Software - Training Partner for DotNetNuke
 


  Sponsors  

Meet Our Sponsors

eUKhost.com is commited to offer exceptional UK Windows Web Hosting solutions with quality 24x7 technical support.Our plans support ASP.Net, ASP, ASP.NET Ajax extensions, XML, MSSQL, MySQL, PHP,DNN, multiple domains and Shared SSL as standard.
SmarterTools
Verndale
The Official Microsoft ASP.NET Website
Portal Webhosting - Hosting For Developers
Red-Gate Software
 


DotNetNuke Forums
 
  Forum  General DotNetN...  Extend It! ( Pr...  Really long build time
Previous Previous
 
Next Next
New Post 7/3/2008 4:42 PM
Unresolved
User is offline Rike2990
4 posts
10th Ranked


Really long build time 

Hey,

It seems that whenever I change my module file's at the app_code folder, the building process takes about 20 min long, but changing the *.acsx and *.acsx.cs files does not cause the same problem and the building time at that case takes about 10 seconds.

How can I make the compiler to process only the changed app_code's files and not the entire solution?

 
New Post 7/8/2008 4:16 AM
User is offline Wes Tatters
410 posts
8th Ranked




Re: Really long build time 

What are you BUILDING ... you should not need to build / compile the DNN code at all.

Westa

 
New Post 7/8/2008 9:26 AM
User is offline Mitch Sellers
5712 posts
www.mitchelsellers.com
3rd Ranked




Re: Really long build time 

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


-Mitchel Sellers
MCITP, MCPD, MCTS
CEO/Director of Development - IowaComputerGurus Inc.
LinkedIn Profile

Visit mitchelsellers.com for my mostly DNN Blog and support forum.

Visit IowaComputerGurus.com for free DNN Modules, DNN Consulting Quotes, and DNN Technical Support Services

I reccomend 3Essentials for shared hosting and BaseCamp for project management
 
New Post 7/8/2008 11:21 AM
User is offline Michael Washington
2842 posts
ADefWebserver.com
5th Ranked










Re: Really long build time 

Two things:

  • You can simply save the page and then refresh the web browser. You do not haev to build each time.
  • If you must build frequently to detect build errors, use only the install version of DNN, not the Source version, and only install the module you are working on. The project will now build in under a minute.


Michael Washington
* ADefWebserver.com
* DNN Module Developer's Guide
* IWEB - DNN Web Services
* Silverlight and DotNetNuke
 
New Post 7/8/2008 11:44 AM
User is offline lanceomagnifico
29 posts
10th Ranked


Re: Really long build time 

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. 

Something is really wrong with your setup to take 20 minutes.  When watching  the build output as it's compiling, what modules are taking the longest?  Sit down with a stopwatch and a notepad and take some notes.

 

FYI, here is what my build output of the CORE looks like:

------ Build started: Project: CountryListBox, Configuration: Debug Any CPU ------
CountryListBox -> C:\Inetpub\wwwroot\DotNetNuke.4.08.04\Library\Controls\CountryListBox\bin\CountryListBox.dll
------ Build started: Project: DotNetNuke.Syndication, Configuration: Debug Any CPU ------
DotNetNuke.Syndication -> C:\Inetpub\wwwroot\DotNetNuke.4.08.04\Library\Components\Syndication\bin\DotNetNuke.Services.Syndication.dll
------ Build started: Project: DotNetNuke.WebUtility, Configuration: Debug Any CPU ------
DotNetNuke.WebUtility -> C:\Inetpub\wwwroot\DotNetNuke.4.08.04\Library\Controls\DotNetNuke.WebUtility\bin\DotNetNuke.WebUtility.dll
------ Build started: Project: DotNetNuke.Library, Configuration: Debug Any CPU ------
DotNetNuke.Library -> C:\Inetpub\wwwroot\DotNetNuke.4.08.04\Library\bin\DotNetNuke.dll
------ Build started: Project: Provider.Membership.DataProvider, Configuration: Debug Any CPU ------
Provider.Membership.DataProvider -> C:\Inetpub\wwwroot\DotNetNuke.4.08.04\Website\bin\DotNetNuke.Membership.Dataprovider.dll
------ Build started: Project: Provider.SqlDataProvider, Configuration: Debug Any CPU ------
Provider.SqlDataProvider -> C:\Inetpub\wwwroot\DotNetNuke.4.08.04\Website\bin\DotNetNuke.SqlDataProvider.dll
------ Build started: Project: DotNetNuke.HttpModules, Configuration: Debug Any CPU ------
DotNetNuke.HttpModules -> C:\Inetpub\wwwroot\DotNetNuke.4.08.04\Website\bin\DotNetNuke.HttpModules.dll
------ Build started: Project: Provider.Membership.DNNProvider, Configuration: Debug Any CPU ------
Provider.Membership.DNNProvider -> C:\Inetpub\wwwroot\DotNetNuke.4.08.04\Website\bin\DotNetNuke.Provider.DNNProvider.dll
------ Build started: Project: Provider.Membership.AspNetProvider, Configuration: Debug Any CPU ------
Provider.Membership.AspNetProvider -> C:\Inetpub\wwwroot\DotNetNuke.4.08.04\Website\bin\DotNetNuke.Provider.AspNetProvider.dll
------ Build started: Project: Provider.Search.DataStore, Configuration: Debug Any CPU ------
Provider.Search.DataStore -> C:\Inetpub\wwwroot\DotNetNuke.4.08.04\Website\bin\DotNetNuke.Search.DataStore.dll
------ Build started: Project: Provider.Search.Index, Configuration: Debug Any CPU ------
Provider.Search.Index -> C:\Inetpub\wwwroot\DotNetNuke.4.08.04\Website\bin\DotNetNuke.Search.Index.dll
------ Build started: Project: Provider.DNNScheduler, Configuration: Debug Any CPU ------
Provider.DNNScheduler -> C:\Inetpub\wwwroot\DotNetNuke.4.08.04\Website\bin\DotNetNuke.DNNScheduler.dll
------ Build started: Project: Provider.SolpartMenuNavigationProvider, Configuration: Debug Any CPU ------
Provider.SolpartMenuNavigationProvider -> C:\Inetpub\wwwroot\DotNetNuke.4.08.04\Website\bin\DotNetNuke.SolpartMenuNavigationProvider.dll
------ Build started: Project: Provider.DNNTreeNavigationProvider, Configuration: Debug Any CPU ------
Provider.DNNTreeNavigationProvider -> C:\Inetpub\wwwroot\DotNetNuke.4.08.04\Website\bin\DotNetNuke.DNNTreeNavigationProvider.dll
------ Build started: Project: Provider.DNNMenuNavigationProvider, Configuration: Debug Any CPU ------
Provider.DNNMenuNavigationProvider -> C:\Inetpub\wwwroot\DotNetNuke.4.08.04\Website\bin\DotNetNuke.DNNMenuNavigationProvider.dll
------ Build started: Project: Provider.DNNDropDownNavigationProvider, Configuration: Debug Any CPU ------
Provider.DNNDropDownNavigationProvider -> C:\Inetpub\wwwroot\DotNetNuke.4.08.04\Website\bin\DotNetNuke.DNNDropDownNavigationProvider.dll
------ Build started: Project: Provider.XMLLoggingProvider, Configuration: Debug Any CPU ------
Provider.XMLLoggingProvider -> C:\Inetpub\wwwroot\DotNetNuke.4.08.04\Website\bin\DotNetNuke.XMLLoggingProvider.dll
------ Build started: Project: Provider.DBLoggingProvider, Configuration: Debug Any CPU ------
Provider.DBLoggingProvider -> C:\Inetpub\wwwroot\DotNetNuke.4.08.04\Website\bin\DotNetNuke.Provider.DBLoggingProvider.dll
------ Build started: Project: Provider.Caching.FileBasedCachingProvider, Configuration: Debug Any CPU ------
Provider.Caching.FileBasedCachingProvider -> C:\Inetpub\wwwroot\DotNetNuke.4.08.04\Website\bin\DotNetNuke.Caching.FileBasedCachingProvider.dll
------ Build started: Project: Provider.Caching.BroadcastPollingCachingProvider, Configuration: Debug Any CPU ------
Provider.Caching.BroadcastPollingCachingProvider -> C:\Inetpub\wwwroot\DotNetNuke.4.08.04\Website\bin\DotNetNuke.Caching.BroadcastPollingCachingProvider.dll
------ Build started: Project: Provider.ASP2MenuNavigationProvider, Configuration: Debug Any CPU ------
Provider.ASP2MenuNavigationProvider -> C:\Inetpub\wwwroot\DotNetNuke.4.08.04\Website\bin\DotNetNuke.ASP2MenuNavigationProvider.dll
------ Skipped Build: Project: http://localhost/DotNetNuke_4.8.4/, Configuration: Debug .NET ------
Project not selected to build for this solution configuration
========== Build: 21 succeeded or up-to-date, 0 failed, 1 skipped ==========

 
Previous Previous
 
Next Next
  Forum  General DotNetN...  Extend It! ( Pr...  Really long build time
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, 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 DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


WDK Solutions
Quality modules for the DotNetNuke community. Check out our 'wild' modules!
wdkns.com
UK - DotNetNuke providers
UK providers of DNN module development and skin package design. Oxford Information Labs provides cost-effective solutions for businesses and organisations specialising in Skin design and bespoke module development.
www.oxil.co.uk
TronixSoft
Hosting for local businesses that want more from their websites.
www.TronixSoft.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP