PTVS icon indicating copy to clipboard operation
PTVS copied to clipboard

Unable to Create DjangoWebProject after following Configuration Read Me for setting up SuperUser: devenv.exe project issue tracker says:>

Open grahamsmithwick opened this issue 3 years ago • 1 comments

Describe the bug [A clear and concise description of the bug]

Steps to Reproduce 1.Follow Configuration |Read-Me Instructions for seetting up "SuperUser" (1) Open Solution Explorer (2) Right-click the Project Node and Select > Python > Create Django Superuser

  1. "Create A Project" from https://docs.djangoproject.com/en/4.0/intro/tutorial01/ by entering this Command in the Django Management Console:>

3 $ django-admin startproject mysite. 3.


Expected behavior [A clear and concise description of your expectation]

START PROJECT >


Additional context and screenshots [Add any other information such as screenshots, error message, or stack trace]

HERE IS THE ERROR MESSAGE:

[Window Title] devenv.exe

[Main Instruction] An unexpected error occurred

[Content] Please press Ctrl+C to copy the contents of this dialog and report this error to our issue tracker.

[^] Hide details [Close]

[Expanded Information]

Build: 17.0.21293.2

System.NullReferenceException: Object reference not set to an instance of an object.
   at Microsoft.PythonTools.Repl.ReplEditFilter.<PasteReplCode>d__35.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at Microsoft.PythonTools.Infrastructure.TaskExtensions.ReThrowTaskException(Object state)
   at Microsoft.PythonTools.Infrastructure.TaskExtensions.DoNotWait(Task task)
   at Microsoft.PythonTools.Repl.ReplEditFilter.ExecWorker(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
   at Microsoft.PythonTools.Repl.ReplEditFilter.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject)

grahamsmithwick avatar Dec 30 '21 03:12 grahamsmithwick

Not sure about triage. All I know is that either I should have got a confimation of Superuser set up OR the command given in the Tutorial didn't Start Project

grahamsmithwick avatar Dec 30 '21 03:12 grahamsmithwick

We are prioritizing other tasks at the moment, so I'm closing this out. If this continues to repro for you, please re-open this issue.

AdamYoblick avatar Jan 26 '23 22:01 AdamYoblick