Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I was trying to compile on visual studio, but this error happened after trying to open the compiled .exe file. #5

Open
Arthurfogo7 opened this issue Feb 16, 2024 · 1 comment

Comments

@Arthurfogo7
Copy link

Arthurfogo7 commented Feb 16, 2024


Critical Error

There was an error while loading project data.
System.IO.DirectoryNotFoundException: Não foi possível localizar uma parte do caminho 'C:\Users\arthu\source\repos\Gibbed.Visceral\projects\Gibbed.Visceral.BigViewer\bin\Release\projects'.

em System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

em System.IO.FileSystemEnumerableIterator`1.CommonInit()

em System.IO.FileSystemEnumerableIterator1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler1 resultHandler, Boolean checkHost)

em System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption)

em Gibbed.Visceral.Setup.Manager.Load() na C:\Users\arthu\Source\Repos\Gibbed.Visceral\projects\Gibbed.Visceral.Setup\Manager.cs:line 92

em Gibbed.Visceral.BigViewer.Viewer.LoadProject() na C:\Users\arthu\Source\Repos\Gibbed.Visceral\projects\Gibbed.Visceral.BigViewer\Viewer.cs:line 50

@gibbed
Copy link
Owner

gibbed commented Feb 16, 2024

If you're going to build on release you'll need to copy the directory bin/projects to the directory the executable is in named projects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants