Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. WPF
  4. SL application does not works-nothing change

SL application does not works-nothing change

Scheduled Pinned Locked Moved WPF
helpwpfhtmlcssdotnet
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    picasso2
    wrote on last edited by
    #1

    I have a SL application that I have been working. Make little changes and save a back up so I can roll it back if a problem so I have a few backups.
    Today I open the project and the page generated an error. Although I can compiled successfully, the error is when I view page in designer. “ ArgumentException was thown on parameter”: The myMethod method does not have an argument that matches the querParameter collection”.
    Then I tried to load a previous project and shows the same thing, as of matter of fact, all of them have the same problem now. What a…!!!
    Problem points to
    <riaControls:Parameter ParameterName="argType" Value="{Binding ElementName=argTypeTextBox, Path=Text}" />

    The code is below. Any help is greatly appreciated

    <navigation:Page x:Class="EclipseMTX.Views.Protons"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    mc:Ignorable="d"
    xmlns:navigation="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Navigation"
    d:DesignWidth="1200" d:DesignHeight="724"
    Title="Protons Page" BorderBrush="#FF834F4F" xmlns:sdk="http://schemas.microsoft.com/winfx/2006/xaml/presentation/sdk" xmlns:riaControls="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.DomainServices" xmlns:my="clr-namespace:EclipseMTX.Web">
    <Grid x:Name="LayoutRoot" Background="#FF0E0E0E" Width="1196" Height="728">
    <sdk:DataGrid AutoGenerateColumns="True" AutoGeneratingColumn="DGPro_AutoGeneratingColumn" Height="263" HorizontalAlignment="Left" Margin="135,86,0,0" Name="dataGrid1" VerticalAlignment="Top" Width="1049" Background="#F3333333" Foreground="WhiteSmoke" RowBackground="#F3333335" VerticalScrollBarVisibility="Disabled" />
    <sdk:Label Height="45" HorizontalAlignment="Left" Margin="439,28,0,0" Name="label1" VerticalAlignment="Top" Width="324"

    A 1 Reply Last reply
    0
    • P picasso2

      I have a SL application that I have been working. Make little changes and save a back up so I can roll it back if a problem so I have a few backups.
      Today I open the project and the page generated an error. Although I can compiled successfully, the error is when I view page in designer. “ ArgumentException was thown on parameter”: The myMethod method does not have an argument that matches the querParameter collection”.
      Then I tried to load a previous project and shows the same thing, as of matter of fact, all of them have the same problem now. What a…!!!
      Problem points to
      <riaControls:Parameter ParameterName="argType" Value="{Binding ElementName=argTypeTextBox, Path=Text}" />

      The code is below. Any help is greatly appreciated

      <navigation:Page x:Class="EclipseMTX.Views.Protons"
      xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
      xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
      xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
      xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
      mc:Ignorable="d"
      xmlns:navigation="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Navigation"
      d:DesignWidth="1200" d:DesignHeight="724"
      Title="Protons Page" BorderBrush="#FF834F4F" xmlns:sdk="http://schemas.microsoft.com/winfx/2006/xaml/presentation/sdk" xmlns:riaControls="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.DomainServices" xmlns:my="clr-namespace:EclipseMTX.Web">
      <Grid x:Name="LayoutRoot" Background="#FF0E0E0E" Width="1196" Height="728">
      <sdk:DataGrid AutoGenerateColumns="True" AutoGeneratingColumn="DGPro_AutoGeneratingColumn" Height="263" HorizontalAlignment="Left" Margin="135,86,0,0" Name="dataGrid1" VerticalAlignment="Top" Width="1049" Background="#F3333333" Foreground="WhiteSmoke" RowBackground="#F3333335" VerticalScrollBarVisibility="Disabled" />
      <sdk:Label Height="45" HorizontalAlignment="Left" Margin="439,28,0,0" Name="label1" VerticalAlignment="Top" Width="324"

      A Offline
      A Offline
      Abhinav S
      wrote on last edited by
      #2

      Make sure you have all the third party components installed on the machine.

      WP Apps - Color Search | Arctic | XKCD | Sound Meter | Speed Dial

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups