473,406 Members | 2,843 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Compile takes way too long

My application is taking way too long to build. It use to never take so
long. I change only line and I think it recompiles all the classes in the
assembly because it hangs forever. Here is the compiler line from the output
window during complication:

Target CoreCompile:
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Csc.exe /noconfig
/nowarn:1701,1702 /platform:x86 /errorreport:prompt /warn:4
/define:DEBUG;TRACE /main:AutoDeveloper.Program /reference:"C:\Program
Files\Binarymission Technologies Ltd\BinaryComboBox .NET Version 2.1 (for
..NET 2.0)\Binarymission.BinaryComboBox.dll" /reference:"C:\Program
Files\Binarymission Technologies Ltd\BinaryHeaderControl .NET 2.0 for .NET
2.0\Binarymission.BinaryMenuItem.dll" /reference:"C:\Program
Files\Binarymission Technologies Ltd\BinaryPanelBar .NET Ver.
2.0\Binarymission.BinaryPanelBar.dll" /reference:"D:\My Documents\Visual
Studio 2008\Projects\Project Endeavour Phase
One\DynamicGuiModule\bin\Debug\DynamicGuiModule.dl l" /reference:"D:\My
Documents\Visual Studio 2008\Projects\Project Endeavour Phase
One\Extensions\bin\Debug\Extensions.dll" /reference:"D:\My Documents\Visual
Studio 2008\Projects\Project Endeavour Phase
One\FormBuilder\bin\Debug\FormBuilder.exe" /reference:"D:\My Documents\Visual
Studio 2008\Projects\Project Endeavour Phase One\Global\bin\Debug\Global.dll"
/reference:"D:\My Documents\Visual Studio 2008\Projects\Project Endeavour
Phase One\NTKSDataLayer\bin\Debug\NTKSDataLayer.dll" /reference:"D:\My
Documents\Visual Studio 2008\Projects\Project Endeavour Phase
One\P2SUI\bin\Debug\P2SUI.dll"
/reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0. 50727\System.Configuration.dll
/reference:"C:\Program Files\Reference
Assemblies\Microsoft\Framework\v3.5\System.Core.dl l" /reference:"C:\Program
Files\Reference
Assemblies\Microsoft\Framework\v3.5\System.Data.Da taSetExtensions.dll"
/reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0. 50727\System.Data.dll
/reference:"C:\Program Files\Reference
Assemblies\Microsoft\Framework\v3.5\System.Data.Li nq.dll"
/reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0. 50727\System.Deployment.dll
/reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0. 50727\System.dll
/reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0. 50727\System.Drawing.dll
/reference:"C:\Program Files\Reference
Assemblies\Microsoft\Framework\v3.5\System.Web.Ext ensions.dll"
/reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0. 50727\System.Windows.Forms.dll
/reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0. 50727\System.Xml.dll
/reference:"C:\Program Files\Reference
Assemblies\Microsoft\Framework\v3.5\System.Xml.Lin q.dll" /reference:"D:\My
Documents\Visual Studio 2008\Projects\Project Endeavour Phase
One\UIHelper\bin\Debug\UIHelper.dll" /debug+ /debug:full /filealign:512
/nowin32manifest /optimize- /out:obj\Debug\AutoDeveloper.exe
/resource:obj\Debug\AutoDeveloper.ConfigureColumns. resources
/resource:obj\Debug\AutoDeveloper.ConfigureComponen t.resources
/resource:obj\Debug\AutoDeveloper.ConfigureEvents.r esources
/resource:obj\Debug\AutoDeveloper.ControlToolBox.re sources
/resource:obj\Debug\AutoDeveloper.CrudOperations.re sources
/resource:obj\Debug\AutoDeveloper.DataBinder.resour ces
/resource:obj\Debug\AutoDeveloper.DataSource.resour ces
/resource:obj\Debug\AutoDeveloper.DefaultComponentS ettings.resources
/resource:obj\Debug\AutoDeveloper.Dumper.resources
/resource:obj\Debug\AutoDeveloper.Properties.Resour ces.resources
/resource:obj\Debug\AutoDeveloper.TabFormBuilder.re sources
/resource:obj\Debug\AutoDeveloper.Forms.AppConfigSe ttings.resources
/resource:obj\Debug\AutoDeveloper.CustomTabs.resour ces
/resource:obj\Debug\AutoDeveloper.MessageBox.resour ces
/resource:obj\Debug\AutoDeveloper.NewMethod.resourc es
/resource:obj\Debug\AutoDeveloper.Progress.resource s
/resource:obj\Debug\AutoDeveloper.PropertyEditor.re sources
/resource:obj\Debug\AutoDeveloper.TabName.resources
/resource:obj\Debug\AutoDeveloper.Forms.test.resour ces
/resource:obj\Debug\AutoDeveloper.User_Control.Appl icationConfiguration.resources
/resource:XML\CodeFileHeader.cs,AutoDeveloper.XML.C odeFileHeader.cs
/resource:XML\AutoDeveloper.xml,AutoDeveloper.XML.A utoDeveloper.xml
/resource:XML\AutoDevDefaults.xml,AutoDeveloper.XML .AutoDevDefaults.xml
/target:winexe Exception\AutoDevDesignException.cs
Exception\AutoDevRuntimeException.cs Controller\CodeGenerator.cs
Forms\AppConfigSettings.cs Forms\AppConfigSettings.Designer.cs
Forms\ConfigureColumns.cs Forms\ConfigureColumns.Designer.cs
Forms\ConfigureComponent.cs Forms\ConfigureComponent.Designer.cs
Forms\ConfigureEvents.cs Forms\ConfigureEvents.Designer.cs
Forms\ControlToolBox.cs Forms\ControlToolBox.Designer.cs
Forms\CrudOperations.cs Forms\CrudOperations.Designer.cs Forms\CustomTabs.cs
Forms\CustomTabs.Designer.cs Forms\DataBinder.cs Forms\DataBinder.Designer.cs
Forms\DataSource.cs Forms\DataSource.Designer.cs
Forms\DefaultComponentSettings.cs Forms\DefaultComponentSettings.Designer.cs
Forms\Dumper.cs Forms\Dumper.Designer.cs Forms\test.cs Forms\test.Designer.cs
Properties\AssemblyInfo.cs Controller\Loader.cs Forms\MessageBox.cs
Forms\MessageBox.Designer.cs Forms\NewMethod.cs Forms\NewMethod.Designer.cs
Program.cs Forms\Progress.cs Forms\Progress.Designer.cs
Forms\PropertyEditor.cs Forms\PropertyEditor.Designer.cs
Forms\TabFormBuilder.cs Forms\TabFormBuilder.Designer.cs Forms\TabName.cs
Forms\TabName.Designer.cs Properties\Resources.Designer.cs "User
Control\ApplicationConfiguration.cs" "User
Control\ApplicationConfiguration.Designer.cs"
XML\XSD\AutoDeveloper\AutoDeveloper_14.cs
--
Alexander L. Wykel
AW Software Works

--
Alexander L. Wykel
AW Software Works

Jun 27 '08 #1
3 3522
Hello awykel,

It seems you are developing .net 2.0 Winform Application in VS 2008. You
noticed VS takes a long time to build your project. correct? If I
misunderstood anything here, please don't hesitate to correct me.

As far as I know, VS IDE always builds all the class in the assembly. This
shouldn't be the reason why csc.exe takes a long time to compile the
project, if it used to never take so long.
At first, I'd like to suggest checking if you installed any other 3rd party
add-ins on your VS 2008. You can disable them by "Tools|Add-in Manager".
Some add-in may results a performance issue on VS IDE.
After that, you may create a simple project to check if the issue also
occurs on new project. This could help on identity if this is a VS IDE
related issue or Project Specific issue.
At last, did you add any assemble in the project these days? Because VS IDE
complied the project with all referenced assemble, some assemble may cause
the VS IDE take a long to compile.

Hope this helps. Please try the above method and let me know if these help.
We are glad to assist you.

Have a great day,
Best regards,
Wen Yuan
Microsoft Online Community Support
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

Jun 27 '08 #2
Ordered a new hard drive with 10000RPM and 8mb cache I think that would help
from what I read on the INet.
--
Alexander L. Wykel
AW Software Works

""Wen Yuan Wang [MSFT]"" wrote:
Hello awykel,

It seems you are developing .net 2.0 Winform Application in VS 2008. You
noticed VS takes a long time to build your project. correct? If I
misunderstood anything here, please don't hesitate to correct me.

As far as I know, VS IDE always builds all the class in the assembly. This
shouldn't be the reason why csc.exe takes a long time to compile the
project, if it used to never take so long.
At first, I'd like to suggest checking if you installed any other 3rd party
add-ins on your VS 2008. You can disable them by "Tools|Add-in Manager".
Some add-in may results a performance issue on VS IDE.
After that, you may create a simple project to check if the issue also
occurs on new project. This could help on identity if this is a VS IDE
related issue or Project Specific issue.
At last, did you add any assemble in the project these days? Because VS IDE
complied the project with all referenced assemble, some assemble may cause
the VS IDE take a long to compile.

Hope this helps. Please try the above method and let me know if these help.
We are glad to assist you.

Have a great day,
Best regards,
Wen Yuan
Microsoft Online Community Support
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

Jun 27 '08 #3
Hello Alexander,

Thanks for your reply. I agree, a powerful machine could be helpful.
Anyway, if you need any assistance, please also feel free to let us know,
again. We are glad to assist you.

Have a great day,
Best regards,
Wen Yuan
Microsoft Online Community Support
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

Jun 27 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: ptouch | last post by:
Hi, I am using Python 2.3.4 with Windows 2000. It is a Pentium Xeon 2GHz with 1GB of RAM. As the title says, importing most modules takes about 2 to 3 seconds. Also, starting the interpreter...
4
by: Karaoke Prince | last post by:
Hi There, I have an update statement to update a field of a table (~15,000,000 records). It took me around 3 hours to finish 2 weeks ago. After that no one touched the server and no...
2
by: serge calderara | last post by:
Dear all, I have a simple class in my application whcih create dynamically textbox control to be place on a form When I execute the code : log(time) my control = new myclass() log (time)
0
by: JJ | last post by:
Hi, I'm having a little problem. I use the following code to open a .pdf file from one app. : System.Diagnostics.ProcessStartInfo psi = new System.Diagnostics.ProcessStartInfo(); string path...
1
by: mike | last post by:
Hi, Starting a debug session used to take about 2-3 seconds. I took the project home and worked on my laptop at home, burned it onto CD then brought it back to work. Now it takes 15-20 seconds...
4
by: Brian | last post by:
Hello, I have a vb.net web app that I am doing reads and adds to a database. Everything works fine and happens instantly. I recently added an update and it takes a long time to finish. I was...
1
by: William Sullivan | last post by:
I've got a website that may, on occasion, display a large list of items in a bulletedlist control. On the client side, it takes about 4 seconds to get a response that weighs in at over 1mb. It...
0
by: John Saunders | last post by:
During development of our Web Application Project with VS.NET 2005, I find that right after a build, accessing the site takes a very long time. Looking in Task Manager, I see many csc.exe processes...
2
by: Jason Huang | last post by:
Hi, I am wondering why it takes a long time to open an .aspx file at the first time in a browser. Are there some methods to improve that speed? Given that we are using the IIS5+VS2005 C#....
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.