Skip to content

Dead project? #11

@joneschrisan

Description

@joneschrisan

Is this project dead, cause it can not run in VS today. Nothing seems to be refferenced and 117 errors

Severity Code Description Project File Line Suppression State
Error CS0246 The type or namespace name 'WebView2' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Windows\Handlers\HybridWebViewHandler.cs 183 Active
Error CS0246 The type or namespace name 'Application' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android), WebViewHostExample (net6.0-windows10.0.22621.0) C:...\MAUIWebViewExample\WebViewHostExample\App.xaml.cs 3 Active
Error CS0246 The type or namespace name 'Shell' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\AppShell.xaml.cs 3 Active
Error CS0234 The type or namespace name 'Maui' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Controls\HybridWebView.cs 1 Active
Error CS0246 The type or namespace name 'WebViewSource' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Controls\HybridWebView.cs 13 Active
Error CS0246 The type or namespace name 'WebViewSource' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Controls\HybridWebView.cs 19 Active
Error CS0246 The type or namespace name 'IView' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Controls\HybridWebView.cs 35 Active
Error CS0246 The type or namespace name 'EvaluateJavaScriptAsyncRequest' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Controls\HybridWebView.cs 39 Active
Error CS0246 The type or namespace name 'EvaluateJavaScriptAsyncRequest' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Controls\HybridWebView.cs 43 Active
Error CS0246 The type or namespace name 'WebViewSource' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Controls\HybridWebView.cs 45 Active
Error CS0246 The type or namespace name 'View' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Controls\HybridWebView.cs 54 Active
Error CS0246 The type or namespace name 'EvaluateJavaScriptAsyncRequest' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Controls\HybridWebView.cs 58 Active
Error CS0246 The type or namespace name 'EvaluateJavaScriptAsyncRequest' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Controls\HybridWebView.cs 65 Active
Error CS0246 The type or namespace name 'WebViewSource' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Controls\HybridWebView.cs 81 Active
Error CS0246 The type or namespace name 'BindableProperty' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Controls\HybridWebView.cs 87 Active
Error CS0246 The type or namespace name 'BindableObject' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Controls\HybridWebView.cs 94 Active
Error CS0246 The type or namespace name 'ContentPage' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\MainPage.xaml.cs 5 Active
Error CS0246 The type or namespace name 'MauiApp' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\MauiProgram.cs 20 Active
Error CS0246 The type or namespace name 'Android' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\Handlers\HybridWebViewHandler.cs 1 Active
Error CS0246 The type or namespace name 'Android' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\Handlers\HybridWebViewHandler.cs 2 Active
Error CS0246 The type or namespace name 'Java' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\Handlers\HybridWebViewHandler.cs 4 Active
Error CS0234 The type or namespace name 'Maui' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\Handlers\HybridWebViewHandler.cs 6 Active
Error CS0246 The type or namespace name 'ViewHandler<,>' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\Handlers\HybridWebViewHandler.cs 12 Active
Error CS0246 The type or namespace name 'Android' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\Handlers\HybridWebViewHandler.cs 12 Active
Error CS0246 The type or namespace name 'PropertyMapper<,>' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\Handlers\HybridWebViewHandler.cs 14 Active
Error CS0246 The type or namespace name 'Android' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\Handlers\HybridWebViewHandler.cs 31 Active
Error CS0246 The type or namespace name 'Android' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\Handlers\HybridWebViewHandler.cs 46 Active
Error CS0246 The type or namespace name 'EvaluateJavaScriptAsyncRequest' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\Handlers\HybridWebViewHandler.cs 59 Active
Error CS0246 The type or namespace name 'Android' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\Handlers\HybridWebViewHandler.cs 64 Active
Error CS0246 The type or namespace name 'WebViewSource' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\Handlers\HybridWebViewHandler.cs 75 Active
Error CS0246 The type or namespace name 'Android' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\Handlers\HybridWebViewHandler.cs 75 Active
Error CS0246 The type or namespace name 'WebViewClient' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\Handlers\HybridWebViewHandler.cs 92 Active
Error CS0246 The type or namespace name 'Android' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\Handlers\HybridWebViewHandler.cs 101 Active
Error CS0246 The type or namespace name 'Bitmap' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\Handlers\HybridWebViewHandler.cs 101 Active
Error CS0246 The type or namespace name 'Java' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\Handlers\HybridWebViewHandler.cs 108 Active
Error CS0234 The type or namespace name 'Lang' does not exist in the namespace 'Java' (are you missing an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\Handlers\HybridWebViewHandler.cs 108 Active
Error CS0246 The type or namespace name 'JavascriptInterfaceAttribute' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\Handlers\HybridWebViewHandler.cs 117 Active
Error CS0246 The type or namespace name 'JavascriptInterface' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\Handlers\HybridWebViewHandler.cs 117 Active
Error CS0246 The type or namespace name 'ExportAttribute' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\Handlers\HybridWebViewHandler.cs 118 Active
Error CS0246 The type or namespace name 'Export' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\Handlers\HybridWebViewHandler.cs 118 Active
Error CS0246 The type or namespace name 'Android' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\MainActivity.cs 1 Active
Error CS0246 The type or namespace name 'Android' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\MainActivity.cs 2 Active
Error CS0246 The type or namespace name 'Android' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\MainActivity.cs 3 Active
Error CS0246 The type or namespace name 'ActivityAttribute' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\MainActivity.cs 7 Active
Error CS0246 The type or namespace name 'Activity' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\MainActivity.cs 7 Active
Error CS0103 The name 'ConfigChanges' does not exist in the current context WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\MainActivity.cs 7 Active
Error CS0103 The name 'ConfigChanges' does not exist in the current context WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\MainActivity.cs 7 Active
Error CS0103 The name 'ConfigChanges' does not exist in the current context WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\MainActivity.cs 7 Active
Error CS0103 The name 'ConfigChanges' does not exist in the current context WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\MainActivity.cs 7 Active
Error CS0103 The name 'ConfigChanges' does not exist in the current context WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\MainActivity.cs 7 Active
Error CS0103 The name 'ConfigChanges' does not exist in the current context WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\MainActivity.cs 7 Active
Error CS0246 The type or namespace name 'MauiAppCompatActivity' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\MainActivity.cs 8 Active
Error CS0246 The type or namespace name 'Android' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\MainApplication.cs 1 Active
Error CS0246 The type or namespace name 'Android' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\MainApplication.cs 2 Active
Error CS0246 The type or namespace name 'ApplicationAttribute' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\MainApplication.cs 6 Active
Error CS0246 The type or namespace name 'Application' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\MainApplication.cs 6 Active
Error CS0246 The type or namespace name 'MauiApplication' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\MainApplication.cs 7 Active
Error CS0246 The type or namespace name 'JniHandleOwnership' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\MainApplication.cs 9 Active
Error CS0246 The type or namespace name 'MauiApp' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Android\MainApplication.cs 14 Active
Error CS0246 The type or namespace name 'Foundation' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\iOS\AppDelegate.cs 1 Active
Error CS0246 The type or namespace name 'UIKit' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\iOS\AppDelegate.cs 7 Active
Error CS0246 The type or namespace name 'RegisterAttribute' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\iOS\AppDelegate.cs 12 Active
Error CS0246 The type or namespace name 'Register' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\iOS\AppDelegate.cs 12 Active
Error CS0246 The type or namespace name 'MauiUIApplicationDelegate' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\iOS\AppDelegate.cs 13 Active
Error CS0246 The type or namespace name 'MauiApp' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\iOS\AppDelegate.cs 16 Active
Error CS0246 The type or namespace name 'UIApplication' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\iOS\AppDelegate.cs 21 Active
Error CS0246 The type or namespace name 'NSDictionary' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\iOS\AppDelegate.cs 21 Active
Error CS0246 The type or namespace name 'CoreGraphics' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\iOS\Handlers\HybridWebViewHandler.cs 1 Active
Error CS0246 The type or namespace name 'Foundation' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\iOS\Handlers\HybridWebViewHandler.cs 3 Active
Error CS0234 The type or namespace name 'Maui' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\iOS\Handlers\HybridWebViewHandler.cs 5 Active
Error CS0234 The type or namespace name 'Maui' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\iOS\Handlers\HybridWebViewHandler.cs 6 Active
Error CS0246 The type or namespace name 'WebKit' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\iOS\Handlers\HybridWebViewHandler.cs 8 Active
Error CS0246 The type or namespace name 'ViewHandler<,>' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\iOS\Handlers\HybridWebViewHandler.cs 14 Active
Error CS0246 The type or namespace name 'WKWebView' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\iOS\Handlers\HybridWebViewHandler.cs 14 Active
Error CS0246 The type or namespace name 'PropertyMapper<,>' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\iOS\Handlers\HybridWebViewHandler.cs 16 Active
Error CS0246 The type or namespace name 'WKUserContentController' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\iOS\Handlers\HybridWebViewHandler.cs 20 Active
Error CS0246 The type or namespace name 'WKWebView' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\iOS\Handlers\HybridWebViewHandler.cs 35 Active
Error CS0246 The type or namespace name 'WKWebView' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\iOS\Handlers\HybridWebViewHandler.cs 52 Active
Error CS0246 The type or namespace name 'EvaluateJavaScriptAsyncRequest' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\iOS\Handlers\HybridWebViewHandler.cs 65 Active
Error CS0246 The type or namespace name 'WKWebView' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\iOS\Handlers\HybridWebViewHandler.cs 73 Active
Error CS0246 The type or namespace name 'WebViewSource' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\iOS\Handlers\HybridWebViewHandler.cs 87 Active
Error CS0246 The type or namespace name 'WKWebView' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\iOS\Handlers\HybridWebViewHandler.cs 87 Active
Error CS0246 The type or namespace name 'NSObject' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\iOS\Handlers\HybridWebViewHandler.cs 102 Active
Error CS0246 The type or namespace name 'IWKScriptMessageHandler' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\iOS\Handlers\HybridWebViewHandler.cs 102 Active
Error CS0246 The type or namespace name 'WKUserContentController' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\iOS\Handlers\HybridWebViewHandler.cs 111 Active
Error CS0246 The type or namespace name 'WKScriptMessage' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\iOS\Handlers\HybridWebViewHandler.cs 111 Active
Error CS0246 The type or namespace name 'ObjCRuntime' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\iOS\Program.cs 1 Active
Error CS0246 The type or namespace name 'UIKit' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\iOS\Program.cs 2 Active
Error CS0234 The type or namespace name 'UI' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Windows\App.xaml.cs 1 Active
Error CS0246 The type or namespace name 'MauiWinUIApplication' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Windows\App.xaml.cs 11 Active
Error CS0246 The type or namespace name 'MauiApp' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Windows\App.xaml.cs 22 Active
Error CS0234 The type or namespace name 'UI' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Windows\Handlers\HybridWebViewHandler.cs 1 Active
Error CS0234 The type or namespace name 'Controls' does not exist in the namespace 'Microsoft.UI.Xaml' (are you missing an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Windows\Handlers\HybridWebViewHandler.cs 1 Active
Error CS0234 The type or namespace name 'Maui' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Windows\Handlers\HybridWebViewHandler.cs 2 Active
Error CS0234 The type or namespace name 'Web' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Windows\Handlers\HybridWebViewHandler.cs 6 Active
Error CS0234 The type or namespace name 'Maui' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Windows\Handlers\HybridWebViewHandler.cs 7 Active
Error CS0234 The type or namespace name 'UI' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Windows\Handlers\HybridWebViewHandler.cs 8 Active
Error CS0234 The type or namespace name 'Dispatching' does not exist in the namespace 'Microsoft.UI' (are you missing an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Windows\Handlers\HybridWebViewHandler.cs 8 Active
Error CS0246 The type or namespace name 'WinRT' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Windows\Handlers\HybridWebViewHandler.cs 9 Active
Error CS0234 The type or namespace name 'UI' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Windows\Handlers\HybridWebViewHandler.cs 10 Active
Error CS0234 The type or namespace name 'Maui' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Windows\Handlers\HybridWebViewHandler.cs 13 Active
Error CS0246 The type or namespace name 'ViewHandler<,>' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Windows\Handlers\HybridWebViewHandler.cs 90 Active
Error CS0246 The type or namespace name 'WebView2' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Windows\Handlers\HybridWebViewHandler.cs 90 Active
Error CS0246 The type or namespace name 'PropertyMapper<,>' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Windows\Handlers\HybridWebViewHandler.cs 92 Active
Error CS0246 The type or namespace name 'WebView2' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Windows\Handlers\HybridWebViewHandler.cs 125 Active
Error CS0246 The type or namespace name 'WebView2' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Windows\Handlers\HybridWebViewHandler.cs 149 Active
Error CS0246 The type or namespace name 'CoreWebView2NavigationCompletedEventArgs' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Windows\Handlers\HybridWebViewHandler.cs 149 Active
Error CS0246 The type or namespace name 'WebView2' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Windows\Handlers\HybridWebViewHandler.cs 155 Active
Error CS0246 The type or namespace name 'EvaluateJavaScriptAsyncRequest' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Windows\Handlers\HybridWebViewHandler.cs 168 Active
Error CS0246 The type or namespace name 'WebView2' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Windows\Handlers\HybridWebViewHandler.cs 173 Active
Error CS0246 The type or namespace name 'WebViewSource' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\Platforms\Windows\Handlers\HybridWebViewHandler.cs 183 Active
Error CS0246 The type or namespace name 'WebViewSource' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\ViewModels\MainPageViewModel.cs 15 Active
Error CS0246 The type or namespace name 'WebViewSource' could not be found (are you missing a using directive or an assembly reference?) WebViewHostExample (net6.0-android) C:...\MAUIWebViewExample\WebViewHostExample\ViewModels\MainPageViewModel.cs 17 Active
Error CS0103 The name 'InitializeComponent' does not exist in the current context WebViewHostExample (net6.0-android), WebViewHostExample (net6.0-windows10.0.22621.0) C:...\MAUIWebViewExample\WebViewHostExample\App.xaml.cs 7 Active
Error CS0118 'MainPage' is a type but is used like a variable WebViewHostExample (net6.0-android), WebViewHostExample (net6.0-windows10.0.22621.0) C:...\MAUIWebViewExample\WebViewHostExample\App.xaml.cs 9 Active
Error NETSDK1202 The workload 'net6.0-android' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy. WebViewHostExample C:\Program Files\dotnet\sdk\8.0.202\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets 38
Error NETSDK1139 The target platform identifier ios was not recognized. WebViewHostExample C:\Program Files\dotnet\sdk\8.0.202\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets 117

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions