Rupreet Singh Gujral
2 posts.
- VS2005 Designer Issue - WinForms not opening after migratingRecently in my project we migrated from VS2003 to VS2005. The application I am working on is a smart client application so it has lot many Win Forms. After migration, when the solution was opened u…
- How to determine whether a file is a .NET Assembly or not?There are some scenarios where need to check programmatically if the given file is a .NET assembly or not. How do we do that? One way is to use reflection and try to load that file (assembly). If t…
