of Open File
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I am trying to open a file from c:\windows\assembly, using opneFileDialog but it does not open it, other files are opened very easily.Why?
-
I am trying to open a file from c:\windows\assembly, using opneFileDialog but it does not open it, other files are opened very easily.Why?
I am not familiar with that but I doubt that c:\Windows\Assembly or c:\winnt\assembly contains any files. It is the global assembly cache, isn't it? So if you want to open an assembly, try looking in C:\WINNT\Microsoft.NET\Framework\v1.1.4322 or C:\Windows\... and the version of your choice if you installed more than one version of the .NET Framework (ie .net framework 1.0/1.1/2.0).