I have written an c# application and asked for all asccoiated DLLs to be copy local so all i have to do is copy the one folder to the required location. When i run the application on anther computer i get an error about an unhandled initialiseexception and it includes the Office2007 color table in the message.
The type initializer for 'Infragistics.Win.Office2007ColorTable' threw an exception
source="Infragistics2.Win.v8.1"
TypeName="Infragistics.Win.Office2007ColorTable
I have not a clue where to start looking :( can anyone offer any advice?
I am using the toolbarmanager to give it a office 2007 look and feel if thats of any use?
I think its a .Net Framework Security Issue as the application is sitting on a network share. If i copy the application localy it works