I came across an issue in Visual Studio 2010, the Project choice became disabled in the Schema compare.
I think the reason was that Visual Studio was 'confused'
I had 2 DB projects with same name (branches in Source Control)
Solution: Go to Import and Export settings in Tools and Click Reset all Settings
Sunday, February 27, 2011
Saturday, February 12, 2011
Cloning the unclonable
There can and will be objects without the implementation of clone, but you have to clone it, you may not have the rights to implement clone for that object, may be its a vendor object, then what you do.
You may try copying property by property, which is laborious.
Else you can try serialize and deserialize, serialize the object to an xml and then deserialize it into another object and its cloned!
You may try copying property by property, which is laborious.
Else you can try serialize and deserialize, serialize the object to an xml and then deserialize it into another object and its cloned!
Subscribe to:
Comments (Atom)