I have embedded on mdb file in my application and my application, during it's life creates some copies of it with different names.
Assembly.GetCal lingAssembly(). GetManifestReso urceStream("cal l_monitoring_st udio.Resources. gextension.mdb" ).
gextension stands for general extension, the same file will be copied as extension1,exte nsion2 ...
Now the above function returns a stream.
How would i create copies of it ?
Assembly.GetCal lingAssembly(). GetManifestReso urceStream("cal l_monitoring_st udio.Resources. gextension.mdb" ).
gextension stands for general extension, the same file will be copied as extension1,exte nsion2 ...
Now the above function returns a stream.
How would i create copies of it ?
Comment