An Unhandled Exception has occurred!!!
Attachment 93209Hello I am having a entry level problem and very new to this platform. When I create a new project in VB 2010 Pro for VB and Silverlight application, I encounter the error message 'An...
View Articlehow i can pass data from class to page
hi please i need to know how i can pass data from class to page i have MainPage and Page1 and Class1 MainPage Content Page1 and i do some operation in Class1 after finished i want to do something in...
View Articlehow display excel real time online on website
how to display excel realtime when changing cell in excel on pc n integrated from pc to webpage on vb.net or silverlight
View Article[RESOLVED] After Upagrading Silverlight from .NET 4 to 4.5 WCF Stopped working
Good Day I have a project which was in .NET 4 , i used VS2010 on it. I later opened the Project in VS2012 and Build everything that build well in VS2010 , but it gives me some error relating to...
View ArticleImages don't display on web (Silverlight 5)
Hi, This is a nubie question, I have a silverlight 5 (VB) application that runs fine and displays all 3 png images when I run it from my PC. When the app is put onto the web it doesn't show the png...
View Articlehow to connect silverlight with sqlite without IsolatedStorageFile
IsolatedStorageFile isf = IsolatedStorageFile.GetUserStoreForApplication(); isf.DeleteFile("mydb.db"); using (SqliteConnection conn = new SqliteConnection()) { conn.ConnectionString =...
View ArticleSilverlight not writing file in server
Hi Guys, I have written a test app in Silverlight. This app is running in Windows Server 2008 R2 and it should read and write files. It it reading files in server but not writing. To do the latter part...
View ArticleConsuming a web service problem
This code which works in VS2005 as a ASP.net Web Client and vb.net app does not work in 2010 Silverlight app. VS2010 Silverlight says that CourseOutline is undefined. Furthermore I seem to have new...
View ArticleMainPage.xaml.cs and creating another class.cs
I have an assignment to display area and circumference of a circle. Write a circle class that calculates and instantiates circle object of user entered radius. I have created the UI (mainpage) with...
View ArticleCalling WebService on form Closing event
I want to update a database record if the user closes the Silverlight application. In this case it is Out Of Browser. I created an event which does fire when the application is closing and the Async...
View Article