Assembly Loading
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hello I am trying to open an assembly file by using fileopenDialogBox and unable to do so... Can anyone help me in this regard... Infact I am trying to open Dll's from GAC probably that is the problem... Plz help me... Thanx
-
Hello I am trying to open an assembly file by using fileopenDialogBox and unable to do so... Can anyone help me in this regard... Infact I am trying to open Dll's from GAC probably that is the problem... Plz help me... Thanx
Hi man, try this: Assembly exeAssembly = Assembly.LoadFile(OpenFileDialog1.FileName); Hope that Helps. GanDad