|
| |||||||||
| Tags: assembly, software development, visual studio, viusal studio 2010 |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Guidelines for Creating Side-by-side Assemblies in Visual Studio 2010
I am a new bee to the environment of Visual Studio 2010, I have thought that the new version of Visual Studio will good compared to previous version of Visual Studio. But I am facing problem in creating the side by side assemblies in Visual Studio 2010. Actually I have heard that I do not need to have to create my own side by side assembly. Microsoft has provided many functionalities for that but still I will prefer assemblies created by me. So I need to know the guidelines for creating the side by side assembly in visual studio 2010. |
|
#2
| ||||
| ||||
| Re: Guidelines for Creating Side-by-side Assemblies in Visual Studio 2010
First of all you have to decide which resources you have to include in the assembly. One thing is for sure that the assembly consists of more than one file which should be always there for the application. Assembly is the fundamental unit that is used for naming, binding, versioning and deployment. Normally a side by side assembly comprises of single dynamic link library. |
|
#3
| |||
| |||
| Re: Evaluate the usage of objects
Estimate the procedure of objects when more than one version is going to run on the system. You have to determine that is there any requirement for the separate data structures. Because the data structure you are going to use must be compatible for both forward and backward. Do not forget to differentiate between the data structure that is going to be used across versions and data structure that is going to be used on private. You also have to consider that share data structures require separate synchronization objects such as semaphores and mutexes. |
|
#4
| ||||
| ||||
| Re: Create a set of header files and helper functions
It will better if you provide the group of header file and the set of helper functions for easy way to version registry key which contains the assembly state. Normally assemblies saves the state settings in the registry keys. For isolating the multiple versions of assembly which can run at the same time user have to write the registry key setting on the individual version bases. One more thing for handling the state of the assembly at the time of side by side sharing user have to design the side by side assembly and dynamic link library in the correct manner. |
|
#5
| ||||
| ||||
| Re: Guidelines for Creating Side-by-side Assemblies in Visual Studio 2010
Developers must secure the application directory for the private assemblies. If the developer is installing the assembly through the windows installer then the application directory can be secured through the LockPermission table. Developer must know that the read, write and execute permission of the private assemblies are given by the system and the all other process only have the permission of execute and read. Developer must test the assembly with the side by side sharing scenario. This will ensure the validation of the side by side assembly. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Guidelines for Creating Side-by-side Assemblies in Visual Studio 2010" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to turn on View Side by Side Sheet option in Microsoft Excel | Rish!On | MS Office Support | 2 | 3 Weeks Ago 05:44 PM |
| Side by side configuration error in MS office 2010 | Barnard | Windows Software | 4 | 31-08-2011 08:30 AM |
| How to Setup office 2003 and office 2010 side by side with pushing task in Altiris CMS ? | Dakshayani | Networking & Security | 4 | 13-06-2011 08:20 AM |
| How to open 2 excel files in separate windows to view them side by side | Barraq | Windows Software | 4 | 16-04-2011 03:49 AM |
| Application failed to start because it's side by side configuration is incorrect Error in Nero 9.4.26.0 | Calebh | Windows Software | 5 | 23-03-2010 07:58 PM |