Hi,
I am handheld application developer. I have an application running on Win CE
4.2. It builds too fast on VS 2005. My application has around 40 win CE forms
and 40 classes. It has two projects in the solution.
I recently converted my VS 2005 project to VS 2008. I did not upgrade to
.NET CF 3.5 for first time.
After doing this, Everytime I try to build my project, it takes 99% CPU most
of the times and goes to not responding mode. It takes around 2 to 3 minutes
to build my project. It does not take even 10 sec to deploy on device once
its built. I dont have any ATL components in my application.
For another testing, I upgraded to .NET CF 3.5. I created new solution and
added two project pointing to 3.5. Addded all my files to new 3.5 project
files. Then also I am facing the same issue.
For another testing, I created one sample application, It was just one win
CE form in it, If i build and eploy that one, it does not do the same. It
takes 99% of CPU but for few seconds (say 5 to 7).
Please help me with this issue.
Thanks,
Jayesh Modha
Jayesh Modha - 15 Jan 2008 04:33 GMT
On Jan 11, 9:37 am, Jayesh Modha <Jayesh
Mo...@discussions.microsoft.com> wrote:
> Hi,
>
[quoted text clipped - 21 lines]
> Thanks,
> Jayesh Modha
Hi,
Now the time of build is increased to 5 to 7 min.
I could get another way of doing a build.
Now I am doing command prompt build using MSBuild utility.
It just takes 30 to 40 seconds for which IDE build takes 5 to 7 min.
If anybody gets this problem, try to use MSBuild, do a command prompt
build.
Thanks,
Jayesh Modha