You are here:   Forum
Register   |  Login

Forums

Silverlight 5 breaks LightSwitch
Last Post 27 Jan 2012 03:56 PM by admin. 1 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
brucevtUser is Offline
New Member
New Member
Send Private Message
Posts:2
Avatar

--
27 Jan 2012 03:52 PM
    Running VS 2010 Professional, SP1, Windows 7 Ultimate 64 bit...

    A few days ago, I upgraded to Silverlight 5 using the Windows upate. Today I tried to create a LightSwitch project. It failed, I would get errors when creating the project, first that it was unable to find a version of the Silverlight Developer Runtime, then unable to find an installation of Silverlight SDK Version 4. I tried installing cooresponding Silverlight 5 versions of these packages, but could not get LightSwitch to work. I finally gave up, removed all Silverlight 5 installations and installed Silverlight 4 stuff. That works.

    Any suggestions?
    Michael WashingtonUser is Offline
    Send Private Message
    Posts:836
    Avatar

    --
    27 Jan 2012 03:56 PM
    Install Silverlight 5 from the link on http://Silverlight.net I tried it from other places and it broke my LightSwitch.
    -----------
    Michael Washington
    http://LightSwitchHelpWebsite.com
    You are not authorized to post a reply.


    Latest Microsoft Visual Studio LightSwitch Forum Threads That Have Answers

    How can i Filter data so that users can only see certain information from the same database? Basically we are planning to use my product to send to different companies.. however we only want the Admins & Reps from those companies to only see their own companies fields and data. Is this possible? help is much needed :) thanks
    Read more...

    I have an in web browser LightSwitch app and in one of the fields I have a date. I ran an update in the database to change some of the dates for some of the customers by ID number in the database; Update dbo.PatientStatusSet SET DateRecorded = '05/11/2012' where id in('983','1423','1621','3157','3563','4190','4455','4641','4642','4643','4644','4645','4646','4647','4648','4649','4650','4651') Now when I go back to pull up the customer database side, it shows the right date... but when I look at a particular customer app side, it shows the wrong date. Why is this happening? I've refreshed the browser and I even reset the browser (I'm using IE) but it still shows the wrong date. Thanks in advance!Russ, MCSE
    Read more...

    Ho to filter data
    5/17/2012 4:06 AM
    Hi Everybody I have one entity called Product. And another entity called AssignLocation. The relationship between Product and AssignLocation is One to Many. (A Product can have many AssignLocation, An AssignLocation must have a Location). Please see the image below. My requirement is I want to filter products based on Location at the time of creation of Order.When I select a Location from Order the related Products for that location should filter in OrderDetails. Please see the image below for more detail Relationships An Order must have a Location. An Order can have many OrderDetails An OrderDetails must have a Product. Any help will be highly appreciated. ThanksRashmi Ranjan Panigrahi
    Read more...

    Hi, I develop on windows xp service pack 3 with visual studio 2010 and lightswitch 11. I have this code:      Dim file As IO.FileInfo = Nothing             ' OpenFileDialog() must be opened on the UI thread             Dispatchers.Main.Invoke(Sub()                                         Dim dlg As New System.Windows.Controls.OpenFileDialog                                         dlg.Filter = "File XLS, XML|*.xls; *.xml"                                         If dlg.ShowDialog = True Then                              
    Read more...

    Query Sort Order
    5/16/2012 1:11 PM
    I have a query that returns three values for use in an AutoCompleteBox. The values are: PressureLow PressureMed Pressure_Hi In my query I have it set to sort Ascending. But the AutoCompleteBox displays it in the order Pressure_Hi PressureLow PressureMed I specifically put the underscore in so that it would sort correctly according to the ASCII Sort Order. It looks as though Lightswitch does not follow this order. Does anyone know what the sort order is for Lightswitch queries?
    Read more...

    12345678

    Microsoft Visual Studio is a registered trademark of Microsoft Corporation / LightSwitch is a registered trademark of Microsoft Corporation