Omgili - forum search, search forums  
  

Discussions about work is marked

Displaying 1 - 10 out of 479,949 discussions.  
RSS Feed Options
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
In C#, if I want to serialize an instance with XmlSerializer , the object's type doesn't have to be marked with [Serializable] attribute. However, for other serialization approaches, such as DataContractSerializer , needs the class be marked as [Serializable...
Started by on , 4 posts by 4 people.  
Right now there are really 3 forms....
Other forms of serialization can serialize private data, which constitutes a potential security risk, so you have to "opt in" using an attribute .
This is because XmlSerializer only serializes public fields/properties.
I have registered my ms office pro when it was installed on my laptop in 2005. Now i am being told MS office is not genuine. In 3 days Office applications will be marked as not genuine. What does this mean?
Started by on , 4 posts by 4 people.  
The key no longer work could be: The MSDN/Action Pack/Volume License agreement for non-retail key expired.
I have been developing some components for our products at work, and one of them is based off the flow layout panel. What i would like to do is provide a custom designer for it, but without loosing the features provided by it's default designer ( System...
Started by on , 3 posts by 3 people.  
Exposing from....
I don't know, but I'll guess Microsoft's answer would be either "That's just the way we made it", or "We wanted to reduce the burden of maintaining backwards compatibility." Exposing code from a library has a high cost associayed with it .
Ask your Facebook Friends
I have a class which is marked with a custom attribute, like this: public class OrderLine : Entity { ... [Parent] public Order Order { get; set; } public Address ShippingAddress{ get; set; } ... } I want to write a generic method, where I need to get ...
Started by on , 3 posts by 3 people.  
This works for me: public static object GetParentValue<T>(T obj) { Type t = obj.GetType(); foreach (var prop in t.GetProperties()) { var attrs = prop.GetCustomAttributes(typeof(ParentAttribute), false); if (attrs.Length != 0) return prop.....
Using SQL Server 2008 and I'm doing some schema construction in the Management Studio designer. I created a table early in the process called "Animal", but then decided to delete shortly after. I deleted it via the tree view in Management Studio (right...
Started by on , 5 posts by 5 people.  
I have no idea why! I was able to fix to the server and reinstating it would work..
Server didn't work, but rebooting the entire machine did.
After installing TortoiseSVN 1.6.0, all files loaded into an AnkhSVN enabled Visual Studio 2008 project are marked as new (blue +). I have tried re-installing AnkhSVN 2.0.6347 and checkout the repository into a new "clean" folder. However neither seem...
Started by on , 5 posts by 5 people.  
Sadly this solution does not work for anyone using VS2003 since.
It worked perfectly.
I discovered 'ThreadStaticAttribute', and I have a lot of questions about it: all my previous thread dependent static informations, were implemented as a static dictionary wich TKey is Thread, and when I wanted to access it, I used Thread.CurrentThread...
Started by on , 3 posts by 3 people.  
The only exception....
The garbage collector will automatically pick them up when both the thread and the object are no longer reachable by rooted objects .
No you do not need to delete instances of values help in a field which is tagged with ThreadStatic .
I erroneously delete all the rows from a MS SQL 2000 table that is used in merge replication (the table is on the publisher). I then compounded the issue by using a DTS operation to retrieve the rows from a backup database and repopulate the table. This...
Started by on , 6 posts by 5 people.  
You also could look into temporarily dropping the....
If not, just truncate and it should be fine.
Have you tried truncating the table? You may have to truncate the table and reset the ID field back to 0 if you need the inserted rows to have the same ID .
I have changes on a branch that I have merged to trunk in my working directory. Svn stat shows the correct list of changed files. However, the "svn stat" output includes a "+" in the history scheduled for commit on each file added new to the branch. A...
Started by on , 3 posts by 3 people.  
This means ....
This means that the file is not actually a new file, but actually a direct descendant of some other file in the Subversion repository .
The + character in the output of svn status indicates that the file has "History scheduled with commit" .
This error is driving me nuts: Unit Test Adapter threw exception: Type 'com.imagehawk.ZDRCreator.Config.ZDRCreatorConfigException' in assembly 'ZDRCreator, Version=1.0.5.1, Culture=neutral, PublicKeyToken=null' is not marked as serializable.. it's an ...
Started by on , 3 posts by 3 people.  
Also, you should try to work out why that exception is being thrown.
Message and stacktrace.
Page: 1   2   3   4   5   6   7   8   9   10  

Related Message Boards & Forums

  • Stack Overflow
  • Super User
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost