Hello,
I discovered that if you name your solution and it contains ‘.Wisej.’ in it’s name, then you get namespace errors.
For exemple naming it : MyComp.Wisej.WebApplication1 generates an error.
But naming it MyComp.WebApplication1 is OK.
Failed to parse method ‘InitializeComponent’. The parser reported the following error ‘Invalid symbol kind: Namespace’. Please look in the Task List for potential errors.
Error CS0234 The type or namespace name ‘Web’ does not exist in the namespace ‘MyComp.Wisej’ (are you missing an assembly reference?) MyComp.Wisej.WebApplication1 D:\VStudio\LULM-ONLY\VS2015\TESTING\Wisej\MyComp.Wisej.WebApplication1\MyComp.Wisej.WebApplication1\Window1.Designer.cs Line 36
Regards.
Hi Eric,
I also noticed that issue and I never understood whether it was a VS issue or a Wisej issue.
Please login first to submit.