Guest User

Untitled

a guest
Apr 22nd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. MainWindow.xaml.cs(12,4): error CS0103: The name 'InitializeComponent' does not exist in the current context
  2. ViewEngineMonitorView.xaml.cs(12,4): error CS0103: The name 'InitializeComponent' does not exist in the current context
  3. ViewHostingEngineView.xaml.cs(12,4): error CS0103: The name 'InitializeComponent' does not exist in the current context
  4. ViewMainView.xaml.cs(13,4): error CS0103: The name 'InitializeComponent' does not exist in the current context
  5. ViewMainView.xaml.cs(17,52): error CS0103: The name 'gView' does not exist in the current context
  6. ViewPerformanceCounterView.xaml.cs(22,4): error CS0103: The name 'InitializeComponent' does not exist in the current context
  7. ViewPerformanceCounterView.xaml.cs(117,22): error CS0103: The name 'cnvsCounterGrid' does not exist in the current context
  8. ViewPerformanceCounterView.xaml.cs(118,20): error CS0103: The name 'cnvsCounterGrid' does not exist in the current context
  9. ViewPerformanceCounterView.xaml.cs(127,4): error CS0103: The name 'cnvsCounterGrid' does not exist in the current context
  10. ViewPerformanceCounterView.xaml.cs(138,5): error CS0103: The name 'txtScale' does not exist in the current context
  11. ViewPerformanceCounterView.xaml.cs(179,5): error CS0103: The name 'txtLast' does not exist in the current context
  12. ViewPerformanceCounterView.xaml.cs(180,5): error CS0103: The name 'txtMin' does not exist in the current context
  13. ViewPerformanceCounterView.xaml.cs(181,5): error CS0103: The name 'txtMax' does not exist in the current context
  14. ViewPerformanceCounterView.xaml.cs(189,5): error CS0103: The name 'txtAverage' does not exist in the current context
  15. ViewPerformanceCounterView.xaml.cs(250,4): error CS0103: The name 'cnvsCounterGrid' does not exist in the current context
  16. ViewPerformanceCounterView.xaml.cs(251,4): error CS0103: The name 'cnvsCounterGrid' does not exist in the current context
  17. ViewPerformanceCounterView.xaml.cs(253,27): error CS0103: The name 'cnvsCounterGrid' does not exist in the current context
  18. ViewPerformanceCounterView.xaml.cs(255,27): error CS0103: The name 'cnvsCounterGrid' does not exist in the current context
  19. ViewPerformanceCounterView.xaml.cs(264,4): error CS0103: The name 'cnvsCounterGrid' does not exist in the current context
  20. ViewPerformanceCounterView.xaml.cs(269,4): error CS0103: The name 'cnvsCounterGrid' does not exist in the current context
  21. ViewPerformanceCounterView.xaml.cs(274,4): error CS0103: The name 'cnvsCounterGrid' does not exist in the current context
  22. ViewPerformanceCounterView.xaml.cs(279,4): error CS0103: The name 'cnvsCounterGrid' does not exist in the current context
  23. ViewPerformanceCounterView.xaml.cs(293,5): error CS0103: The name 'cnvsCounterGrid' does not exist in the current context
  24. ViewPerformanceCounterView.xaml.cs(303,5): error CS0103: The name 'cnvsCounterGrid' does not exist in the current context
  25. ViewPerformanceCounterView.xaml.cs(318,5): error CS0103: The name 'cnvsCounterGrid' does not exist in the current context
  26. ViewPerformanceCounterView.xaml.cs(325,5): error CS0103: The name 'cnvsCounterGrid' does not exist in the current context
  27. ViewPerformanceCounterView.xaml.cs(342,4): error CS0103: The name 'cnvsCounterGrid' does not exist in the current context
  28. ViewServerMonitorView.xaml.cs(12,4): error CS0103: The name 'InitializeComponent' does not exist in the current context
  29. ViewServerTreeView.xaml.cs(12,4): error CS0103: The name 'InitializeComponent' does not exist in the current context
  30. ViewServiceDetailView.xaml.cs(12,4): error CS0103: The name 'InitializeComponent' does not exist in the current context
  31. ViewServiceMonitorView.xaml.cs(12,4): error CS0103: The name 'InitializeComponent' does not exist in the current context
  32.  
  33. <Import Project="$(MSBuildBinPath)Microsoft.WinFX.targets" />
  34.  
  35. msbuild.exe yoursolution.sln
  36.  
  37. devenv.exe /build yoursolution.sln
  38.  
  39. <ItemGroup>
  40. <Page Include="MainWindow.xaml" />
  41. <Compile Include="MainWindow.xaml.cs" />
  42. ... Other items...
  43.  
  44. <Import Project="$(MSBuildBinPath)Microsoft.WinFX.targets" />
Add Comment
Please, Sign In to add comment