Answered by:
Microsoft.Hpc.Scheduler.Session Reference not Found

Question
-
I'm trying to compile a project that worked fine with SP1 SDK. I re-open the solution in VS and now I get errors about classes that are part of the Microsoft.Hpc.Scheduler.Session namespace. The reference is there and is added correctly, the using statement is on the code itself and it fails to compile - any ideas? I have reinstalled the SDK (SP2) already w/i any luck.
Error 3 The type or namespace name 'Session' does not exist in the namespace 'Microsoft.Hpc.Scheduler' (are you missing an assembly reference?) E:\SOA\Intro-SOA\after\MathAppSOA\ClientMathService\MainWindow.xaml.cs 22 31 ClientMathService
Error 4 The type or namespace name 'SessionStartInfo' could not be found (are you missing a using directive or an assembly reference?) E:\SOA\Intro-SOA\after\MathAppSOA\ClientMathService\MainWindow.xaml.cs 142 4 ClientMathService
Error 5 The type or namespace name 'SessionStartInfo' could not be found (are you missing a using directive or an assembly reference?) E:\SOA\Intro-SOA\after\MathAppSOA\ClientMathService\MainWindow.xaml.cs 142 32 ClientMathService
Error 6 The name 'SessionUnitType' does not exist in the current context E:\SOA\Intro-SOA\after\MathAppSOA\ClientMathService\MainWindow.xaml.cs 145 35 ClientMathService
Error 7 The name 'Session' does not exist in the current context E:\SOA\Intro-SOA\after\MathAppSOA\ClientMathService\MainWindow.xaml.cs 155 4 ClientMathService
Error 8 The name 'Session' does not exist in the current context E:\SOA\Intro-SOA\after\MathAppSOA\ClientMathService\MainWindow.xaml.cs 156 18 ClientMathService
Error 9 The type or namespace name 'BrokerClient' could not be found (are you missing a using directive or an assembly reference?) E:\SOA\Intro-SOA\after\MathAppSOA\ClientMathService\MainWindow.xaml.cs 160 21 ClientMathService
Error 10 The type or namespace name 'SessionStartInfo' could not be found (are you missing a using directive or an assembly reference?) E:\SOA\Intro-SOA\after\MathAppSOA\ClientMathService\MainWindow.xaml.cs 241 4 ClientMathService
Error 11 The type or namespace name 'SessionStartInfo' could not be found (are you missing a using directive or an assembly reference?) E:\SOA\Intro-SOA\after\MathAppSOA\ClientMathService\MainWindow.xaml.cs 241 32 ClientMathService
Error 12 The name 'SessionUnitType' does not exist in the current context E:\SOA\Intro-SOA\after\MathAppSOA\ClientMathService\MainWindow.xaml.cs 244 35 ClientMathService
Error 13 The name 'Session' does not exist in the current context E:\SOA\Intro-SOA\after\MathAppSOA\ClientMathService\MainWindow.xaml.cs 254 4 ClientMathService
Error 14 The name 'Session' does not exist in the current context E:\SOA\Intro-SOA\after\MathAppSOA\ClientMathService\MainWindow.xaml.cs 255 18 ClientMathService
Error 15 The type or namespace name 'BrokerClient' could not be found (are you missing a using directive or an assembly reference?) E:\SOA\Intro-SOA\after\MathAppSOA\ClientMathService\MainWindow.xaml.cs 259 21 ClientMathService
Error 16 The type or namespace name 'SessionStartInfo' could not be found (are you missing a using directive or an assembly reference?) E:\SOA\Intro-SOA\after\MathAppSOA\ClientMathService\MainWindow.xaml.cs 344 4 ClientMathService
Error 17 The type or namespace name 'SessionStartInfo' could not be found (are you missing a using directive or an assembly reference?) E:\SOA\Intro-SOA\after\MathAppSOA\ClientMathService\MainWindow.xaml.cs 344 32 ClientMathService
Error 18 The name 'SessionUnitType' does not exist in the current context E:\SOA\Intro-SOA\after\MathAppSOA\ClientMathService\MainWindow.xaml.cs 347 35 ClientMathService
Error 19 The name 'Session' does not exist in the current context E:\SOA\Intro-SOA\after\MathAppSOA\ClientMathService\MainWindow.xaml.cs 357 4 ClientMathService
Error 20 The name 'DurableSession' does not exist in the current context E:\SOA\Intro-SOA\after\MathAppSOA\ClientMathService\MainWindow.xaml.cs 358 18 ClientMathService
Error 21 The type or namespace name 'BrokerClient' could not be found (are you missing a using directive or an assembly reference?) E:\SOA\Intro-SOA\after\MathAppSOA\ClientMathService\MainWindow.xaml.cs 362 21 ClientMathService
Error 22 The type or namespace name 'SessionAttachInfo' could not be found (are you missing a using directive or an assembly reference?) E:\SOA\Intro-SOA\after\MathAppSOA\ClientMathService\MainWindow.xaml.cs 465 4 ClientMathService
Error 23 The type or namespace name 'SessionAttachInfo' could not be found (are you missing a using directive or an assembly reference?) E:\SOA\Intro-SOA\after\MathAppSOA\ClientMathService\MainWindow.xaml.cs 465 33 ClientMathService
Error 24 The name 'DurableSession' does not exist in the current context E:\SOA\Intro-SOA\after\MathAppSOA\ClientMathService\MainWindow.xaml.cs 466 18 ClientMathService
Error 25 The type or namespace name 'BrokerClient' could not be found (are you missing a using directive or an assembly reference?) E:\SOA\Intro-SOA\after\MathAppSOA\ClientMathService\MainWindow.xaml.cs 473 21 ClientMathService
Friday, May 20, 2011 9:00 AM
Answers
-
Figured it out:
- Marked as answer by scorpiotek Saturday, May 21, 2011 6:55 PM
Saturday, May 21, 2011 6:55 PM