Please be very explicit as to all the steps you have taken to resolve this issue your self.
Clearing down the temp directories
Posting the question on this forum
After reporting on MSConnect, please post a link to your report on this thread.
Click "Mark as Answer" on the post that helped you.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
I believe I found where the problem lies! according to the my research, other programmers say that if you have too many properties and serializeable classes with those properties in you class library project, then you encounter with that slow typing problem.
my class library has about 20 client side webservice interface. so each of them has between 5-15 serializable classes which I generate using xsd.exe. Beside that there are like over 50 common manually made object classes with several properties. Do you think
that is really the problem? what would be the solution? should I create 20 class libraries for each client side webservice interface. that will make 20dlls for my website. using too many dlls as reference? is that advantage or disadvantage? please let me know.
I am just replying my old post. This was nothing to do with my projects directly but VS has such a bad background compiling for Visual Basic only, not for C#. once your projects get larger, you start having that slowness :( i hope they will come with a better
way of working on new VS 11
TATWORTH
All-Star
72415 Points
14017 Posts
MVP
Re: sub projects(class library) coding too slow
May 12, 2010 11:37 AM|LINK
I think you need to report your problem to Microsoft at https://connect.microsoft.com/VisualStudio/feedback/CreateFeedbackForm.aspx?FeedbackFormConfigurationID=3785&FeedbackType=1
Please be very explicit as to all the steps you have taken to resolve this issue your self.
After reporting on MSConnect, please post a link to your report on this thread.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
emil_bg
Member
26 Points
50 Posts
Re: sub projects(class library) coding too slow
Sep 15, 2010 04:00 PM|LINK
I believe I found where the problem lies! according to the my research, other programmers say that if you have too many properties and serializeable classes with those properties in you class library project, then you encounter with that slow typing problem. my class library has about 20 client side webservice interface. so each of them has between 5-15 serializable classes which I generate using xsd.exe. Beside that there are like over 50 common manually made object classes with several properties. Do you think that is really the problem? what would be the solution? should I create 20 class libraries for each client side webservice interface. that will make 20dlls for my website. using too many dlls as reference? is that advantage or disadvantage? please let me know.
thanks
</div> </div>emil_bg
Member
26 Points
50 Posts
Re: sub projects(class library) coding too slow
Apr 03, 2012 09:27 AM|LINK
I am just replying my old post. This was nothing to do with my projects directly but VS has such a bad background compiling for Visual Basic only, not for C#. once your projects get larger, you start having that slowness :( i hope they will come with a better way of working on new VS 11
slow coding sub project VS 20008 slow coding classs library