Julia,
Framework components (as I understand it and your question) are those
components that are distributed with the .NET framework. For example,
everything in System.dll, mscorlib.dll, are framework components.
Application components are the components that the rest of us would ship
that are not part of the standard .NET framework distribution.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
Julia said:
Hi,
What is excatly the difference between framework components and
application
components?