You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't create new projects and build them. With two one test project it's the same.
It's new project and only form added. Tried few times and the same situation.
New project "empty project" has button1 in designer file. Why?
It's in all new created projects.
Powershell Pro version 1.1.1 - downloaded from previous topic and 1.2.0
Can't create new projects and build them. With two one test project it's the same.
It's new project and only form added. Tried few times and the same situation.
New project "empty project" has button1 in designer file. Why?
It's in all new created projects.
Powershell Pro version 1.1.1 - downloaded from previous topic and 1.2.0
File: Form1.designer.ps1
[void][System.Reflection.Assembly]::Load('System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a')
[void][System.Reflection.Assembly]::Load('System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089')
$MainForm = New-Object -TypeName System.Windows.Forms.Form
[System.Windows.Forms.Button]$button1 = $null
function InitializeComponent
{
$MainForm.SuspendLayout()
#MainForm
$MainForm.Name = 'MainForm'
$MainForm.ResumeLayout($false)
}
InitializeComponent
The text was updated successfully, but these errors were encountered: