Silverlight import references -


If I have a Silverlight Project and Silverlight Class Library.

I imported Rajatlite folklore in class library .dll Silerlight project imports this class library and Silverlighttoolkit.dll also does. Will this increase my XAP file? How can I handle something like this? Should I Use Toolkit DLL Through Class Library?

No, once XAP will only pull in the library.


Comments

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

Best practice for URL redirection in ASP.NET web application -