# Visual Studio Designer

The Visual Studio designer in Wisej.NET 3 has been upgraded to support Visual Studio 2022. Everything else is unchanged, and it requires the .NET Framework 4.8 target to work with Visual Studio.

<div align="left"><img src="/files/QwCsrZhgwOKiEUcI2WKv" alt=""></div>

## Toolbox

Wisej.NET 3 components are available in the toolbox under the "Wisej.NET 3" tab name. Since Wisej.NET 2.5 we have stopped installing components in the toolbox and instead rely on the automatic installation of nuget components.

{% hint style="warning" %}
Unfortunately Visual Studio still doesn't support toolbox icons for nuget components. You can always install a custom tab and drag & drop /net48/Wisej.Framework.dll to the toolbox to see the icons. Don't use "Wisej.NET 3" for the tab name or nuget will replace your toolbox content.
{% endhint %}

Extensions added to a project using the NuGet Package manager will show up under the "Wisej.NET 3 Extension" tab name.

If the toolbox doesn't show the Wisej.NET tab and tools, make sure that the **Automatically Populate Toolbox option** is set to *true*.

<div align="left"><img src="/files/XtTnnQszpy4kHFaBwH6Y" alt=""></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wisej.com/docs/releases/whats-new-in-3.0/visual-studio-designer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
