![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest | Error with Windows.forms.form I'm trying to work with the windows.forms class but keep getting this error. I've double checked my .net 2.0 installation and installed .net 3.0 my work computer has the exact same installation and it works. Anyone know why i get this error? [1] » $blah = new-object [System.windows.forms.form] New-Object : Cannot find type [[System.windows.forms.form]]: make sure the assembly containing this type is loaded. At line:1 char:19 + $blah = new-object <<<< [System.windows.forms.form] Thanks for the help. |
My System Specs![]() |
| | #2 (permalink) | ||||||||||||
| Guest | Re: Error with Windows.forms.form On Sep 29, 11:02 pm, Kuma <kumasa...@xxxxxx> wrote:
[System.Reflection.Assembly]::LoadWithPartialName("System.windows.forms") to my profile. Sorry for the premature post. | ||||||||||||
My System Specs![]() | |||||||||||||
| | #3 (permalink) | ||||||||||||
| Guest | RE: Error with Windows.forms.form try $f = New-Object -Type System.Windows.Forms.Form -- Richard Siddaway Please note that all scripts are supplied "as is" and with no warranty Blog: http://richardsiddaway.spaces.live.com/ PowerShell User Group: http://www.get-psuguk.org.uk "Kuma" wrote:
| ||||||||||||
My System Specs![]() | |||||||||||||
| | #4 (permalink) | ||||||||||||||||||||||||
| Guest | Re: Error with Windows.forms.form Thats odd because that assembly is loaded automatically on my machine -- Richard Siddaway Please note that all scripts are supplied "as is" and with no warranty Blog: http://richardsiddaway.spaces.live.com/ PowerShell User Group: http://www.get-psuguk.org.uk "Kuma" wrote:
| ||||||||||||||||||||||||
My System Specs![]() | |||||||||||||||||||||||||
| | #5 (permalink) | ||||||||||||||||||||||||||||||||||||
| Guest | Re: Error with Windows.forms.form Its not default.. do you have PSCX installed? Maybe its in your profile? MoW has it in some scripts as well. "RichS" <RichS@xxxxxx> wrote in message news:CDEEB382-16CC-45F0-96D1-B47F0717756F@xxxxxx
| ||||||||||||||||||||||||||||||||||||
My System Specs![]() | |||||||||||||||||||||||||||||||||||||
| | #6 (permalink) | ||||||||||||||||||||||||||||||||||||
| Guest | Re: Error with Windows.forms.form Its definitely NOT in my profile. I do have PSCX loaded and PowerGadgets. Wouldn't be surprised if the latter loaded it -- Richard Siddaway Please note that all scripts are supplied "as is" and with no warranty Blog: http://richardsiddaway.spaces.live.com/ PowerShell User Group: http://www.get-psuguk.org.uk "Brandon Shell" wrote:
| ||||||||||||||||||||||||||||||||||||
My System Specs![]() | |||||||||||||||||||||||||||||||||||||
| | #7 (permalink) | ||||||||||||||||||||||||||||||||||||
| Guest | Re: Error with Windows.forms.form Its loaded by Powergadgets and Powerpad see http://richardsiddaway.spaces.live.c...3E96!742.entry -- Richard Siddaway Please note that all scripts are supplied "as is" and with no warranty Blog: http://richardsiddaway.spaces.live.com/ PowerShell User Group: http://www.get-psuguk.org.uk "RichS" wrote:
| ||||||||||||||||||||||||||||||||||||
My System Specs![]() | |||||||||||||||||||||||||||||||||||||
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Get error Form after e-mail has come in | mpkc57 | Vista mail | 2 | 06-28-2008 09:32 PM |
| System.Windows.Forms.Form | William Holmes | PowerShell | 4 | 06-19-2008 10:02 AM |
| simulate continuous forms & subforms in a windows forms application | BillE | .NET General | 0 | 05-07-2008 03:20 PM |
| Data Fetching and system.windows.forms.form & .datagridview | fixitchris | PowerShell | 2 | 11-13-2006 08:54 AM |