![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| Guest | Unable to find type [Drawing.Image]: make sure that the assembly containing this type is loaded what must i always do to avoid this common error : make sure that the assembly containing this type is loaded ? |
My System Specs![]() |
| | #2 (permalink) |
| Guest | Re: Unable to find type [Drawing.Image]: make sure that the assembly containing this type is loaded On Aug 16, 1:11 am, "IT Staff" <jkk...@hotmail.com> wrote: > what must i always do to avoid this common error : > > make sure that the assembly containing this type is loaded ? PS> [void][reflection.assembly]::loadwithpartialname("system.drawing") - Oisin |
My System Specs![]() |
| | #3 (permalink) |
| Guest | Re: Unable to find type [Drawing.Image]: make sure that the assemb You can also use the Resolve-assembly cmdlet from the PowerShell community extensions -- 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 "Oisin Grehan" wrote: > On Aug 16, 1:11 am, "IT Staff" <jkk...@hotmail.com> wrote: > > what must i always do to avoid this common error : > > > > make sure that the assembly containing this type is loaded ? > > PS> [void][reflection.assembly]::loadwithpartialname("system.drawing") > > - Oisin > > |
My System Specs![]() |
| | #4 (permalink) |
| Guest | Re: Unable to find type [Drawing.Image]: make sure that the assemb On Aug 16, 8:44 pm, RichS <Ri...@discussions.microsoft.com> wrote: > You can also use the Resolve-assembly cmdlet from the PowerShell community > extensions > -- > 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 > > > > "Oisin Grehan" wrote: > > On Aug 16, 1:11 am, "IT Staff" <jkk...@hotmail.com> wrote: > > > what must i always do to avoid this common error : > > > > make sure that the assembly containing this type is loaded ? > > > PS> [void][reflection.assembly]::loadwithpartialname("system.drawing") > > > - Oisin- Hide quoted text - > > - Show quoted text - Which I wrote, ironically. :-) - Oisin |
My System Specs![]() |
| | #5 (permalink) |
| Guest | Re: Unable to find type [Drawing.Image]: make sure that the assemb On Aug 16, 8:44 pm, RichS <Ri...@discussions.microsoft.com> wrote: > You can also use the Resolve-assembly cmdlet from the PowerShell community > extensions > -- > 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 and alternatively, using pscx, there is a GAC: drive. Calling invoke- item against any of the paths -- wildcards also work -- will load the assembly(ies). This is handy for batch loading of related assemblies. e.g. PS > ii gac:system.workflow* GAC Version Location --- ------- -------- True v2.0.50727 C:\WINDOWS\assembly\GAC_MSIL \System.Workflow.ComponentModel\3.0.0.0__31bf3856ad364e35\System.W... True v2.0.50727 C:\WINDOWS\assembly\GAC_MSIL \System.Workflow.Activities\3.0.0.0__31bf3856ad364e35\System.Workf... True v2.0.50727 C:\WINDOWS\assembly\GAC_MSIL \System.Workflow.Runtime\3.0.0.0__31bf3856ad364e35\System.Workflow... True v2.0.50727 C:\WINDOWS\assembly\GAC_MSIL \System.WorkflowServices\3.5.0.0__31bf3856ad364e35\System.Workflow... ("ii" is an alias for invoke-item). - Oisin |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| ASP namespace strong type access for dynamically loaded user control | .NET General | |||
| Re: Unable to cast COM object of type 'ADODB.RecordsetClass' to class type 'System.Object[]' | .NET General | |||
| Search unable to find Word documents when "Document" type selected | Vista file management | |||
| Checking whether a type is loaded _efficiently_? | PowerShell | |||