Could not load file or assembly 'Microsoft.Practices.ObjectBuilder,

B

BSM

Hi,

I developed one project in my Remote machine. I used Microsoft
Enterprise Library. It is working fine in Remote computer. When I open
the project and run in my local computer. It shows the following
error.

Error 1 Could not load file or assembly
'Microsoft.Practices.ObjectBuilder, Version=1.0.51205.0,
Culture=neutral, PublicKeyToken=null' or one of its dependencies.
Failed to grant minimum permission requests. (Exception from HRESULT:
0x80131417)


I googled a lot and found that only one post was having the same
issue. But Unfortunately that post also doesn't have end result.

Please help me to overcome...
 
A

Alexey Smirnov

Hi,

I developed one project in my Remote machine. I used Microsoft
Enterprise Library. It is working fine in Remote computer. When I open
the project and run in my local computer. It shows the following
error.

Error 1 Could not load file or assembly
'Microsoft.Practices.ObjectBuilder, Version=1.0.51205.0,
Culture=neutral, PublicKeyToken=null' or one of its dependencies.
Failed to grant minimum permission requests. (Exception from HRESULT:
0x80131417)

I googled a lot and found that only one post was having the same
issue. But Unfortunately that post also doesn't have end result.

Please help me to overcome...

https://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1129935&SiteID=1
 
A

Alexey Smirnov

Yes. That's what I tried. Unfortunately CopyToLocal ppt is missing.

Well, the original error told you that you don't have
Microsoft.Practices.ObjectBuilder. As I found, it is a part of
Composite User Interface Application Block 1.0. You should install it
on your box.

Composite UI Application Block in C#
http://www.microsoft.com/downloads/...a7-dd6d-4144-8ac6-df88223aee19&displaylang=en
Composite UI Application Block in Visual Basic .NET
http://www.microsoft.com/downloads/...6a-2e9e-47c6-8893-f8e5f88fd8dd&displaylang=en

Otherwise, try to copy that DLL
(Microsoft.Practices.ObjectBuilder.DLL) from your remote PC and put it
to the \BIN
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top