K
KWenstrup
Hi:
I've recently tried to move my development platform from one machine to
another (using Visual Studio.NET/managed code). I've come across several
errors (see below) that I've traced back to the fact that my form during
development is not "full trust". The form works once I install it in another
directory with full trust.
The issue is that this same code works on the original development machine.
It seems that when VS.NET creates the original IP project, it seems to give
full trust to the template being developed in the development directory.
However, once I copy the code (check out of VSS) to another machine, that
trust is lost and the same code gives security errors on the other machine.
I can't figure out how to register the development version of my templates
on the new machine so I can continue debugging. Has anyone seen this or have
any suggestions?
Thanks:
- Ken
--------------
Info: The errors I've received have varied:
- One security issue seems to be a web reference in my proj. On a 2000
machine, this gave me an error of "One or more of the types in the assembly
unable to load." On an XP machine, I just got a mscorwks.dll fault.
- Another error is from calling a task pane procedure from managed code.
That gives me a "security error" message.
I've recently tried to move my development platform from one machine to
another (using Visual Studio.NET/managed code). I've come across several
errors (see below) that I've traced back to the fact that my form during
development is not "full trust". The form works once I install it in another
directory with full trust.
The issue is that this same code works on the original development machine.
It seems that when VS.NET creates the original IP project, it seems to give
full trust to the template being developed in the development directory.
However, once I copy the code (check out of VSS) to another machine, that
trust is lost and the same code gives security errors on the other machine.
I can't figure out how to register the development version of my templates
on the new machine so I can continue debugging. Has anyone seen this or have
any suggestions?
Thanks:
- Ken
--------------
Info: The errors I've received have varied:
- One security issue seems to be a web reference in my proj. On a 2000
machine, this gave me an error of "One or more of the types in the assembly
unable to load." On an XP machine, I just got a mscorwks.dll fault.
- Another error is from calling a task pane procedure from managed code.
That gives me a "security error" message.