error building
i get this error while building:
Unhandled Exception: OpenMcdf.CFItemNotFound: Cannot find item [VsToolboxService] within the current storage at OpenMcdf.CFStorage.GetStream(String streamName) at suo_exploit_test.Program.InjectSuoFile(Byte[] SuoFile, String cmdFileName, String cmdArguments) at suo_exploit_test.Program.Main(String[] args)
it just started happening randomly, it worked just fine a few minutes ago. but not anymore i get this error now and idk how to fix it, please help me someone. Thank You.
The problem is that the Visual Studio .suo file you're trying to inject your payload into doesn't use the VsToolboxService. Create a WindowsFormsApplication, copy the .suo file from there into your own project / inject into the .suo file and put it in the Visual Studio project repositories. You can replace the original .suo files
Also, the problem can be if you're trying to inject a payload to an already modified .suo file