Help!
I'm starting a small application. The code is in a network folder, the same
place as the Excel file it will access. When I tried a simple test run, that
basically does very little, I get:
The customization assembly could not be found or could not be loaded.
I went through a bunch of stuff to try to fix this: Using the .net
configuration tool to do something with msosec.dll. I'm not sure this was
the appropriate documentation. I also looked at Updating Security Policy in
help -- this was very hard for me to follow and didn't work.
Can anyone point me to documentation on this or suggest something? For what
it's worth, I can get permissions to go anywhere I need to.
Art
Wamiq Ansari - 23 Feb 2006 13:09 GMT
You probably are missing the Application manifest and deployment manifest.
Look in the error message and it should tell you where it is looking for the
application and deployment manifest.
Here is the link to documentation:
http://msdn2.microsoft.com/en-us/library/zcfbd2sk.aspx
regards,
wamiq
> Help!
>
[quoted text clipped - 17 lines]
>
> Art
Art - 24 Feb 2006 00:53 GMT
Thank you Wamiq,
I will take a look at the documentation and more carefully at the error
message.
Thanks,
Art
> You probably are missing the Application manifest and deployment manifest.
> Look in the error message and it should tell you where it is looking for the
[quoted text clipped - 27 lines]
> >
> > Art