TALXIS DevKit Troubleshooting
# TALXIS DevKit Troubleshooting
Since DevKit is still in early stage of development there are lots of places that needs to be finished. This brings some occasional bugs. If something is not working properly, please make sure that:
- Opened workspace is root
- Workspace contains Publisher.xml file
- Installed dotnet 9.X (opens new window)
- Dotnet 8.X is also compatible
- Installed Power Platform CLI (opens new window)
- Installation via .msi file seems to be the most compatible one. Other versions make import and export of data broken.
- Installed Node.js and npm (opens new window)
- After typing
dotnet new --list
to terminal or CMD there are some templates from TALXIS.SDK.CodeTemplates
Make sure to restart your PC if you just installed any of above required toolings. If all above is working and correct then try these steps one by one. From step two, do step one at the end to refresh VSCODE.
- Command Palette a Developer: Reload Window
- Open Command Palette (Ctrl + Shift + P)
- Search for Developer: Reload Window and select it
- Delete TALXIS.SDK.CodeTemplates
- Type in terminal
dotnet new --uninstall TALXIS.SDK.CodeTemplates
- Type in terminal
- Delete CodeTemplates NuGet package
- Navigate to C:\Users\USERNAME\ .templateengine\packages\
- Delete TALXIS.SDK.CodeTemplates.(version).nupkg
- Delete Auth Profiles
- Select Clear Profiles icon.
- Alternatively use the command directly in terminal
pac auth clear
- Add Auth Profile manually
- Open terminal in current vscode session
- Paste this to terminal
pac auth create
- Delete whole DevKit PAC installation from your machine
- Go to Roaming (Windows + R and open %appdata%)
- Navigate to C:\Users\USERNAME\AppData\Roaming\Code\User\globalStorage
- Delete networg.talxis-sdk-devkit-vscode folder.
- Reinstall DevKit
- Uninstall Devkit
- Delete all DevKit folders in C:\Users\USERNAME\ .vscode\extensions\networg.talxis-sdk-devkit-vscode-(version)
- Do all from above
- Install DevKit
- Lemme know (WAS)
- If nothing helps please let me know.