tokens
list
ner_tags
list
[ "This", "question", "mentions", "that", "for", "email", "attachments", "in", "the", "general", "case", "it", "'s", "not", "possible", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Is", "it", "still", "the", "case", "for", "icalendar", "attachments", "?" ]
[ "O", "O", "O", "O", "O", "O", "B-Application", "O", "O" ]
[ "Other", "questions", "suggest", "using", "a", "service", "like", "https://www.addevent.com/", ",", "but", "this", "seems", "to", "be", "more", "oriented", "toward", "\"", "public", "events", "\"", ",", "whereas", "in", "my", "case", "I", "would", "need", "s...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "...
[ "Dealt", "with", "this", "problem", "several", "years", "ago", "and", "there", "was", "no", "way", "you", "could", "force", "most", "email", "client", "to", "\"", "process", "\"", "(", "trigger", "\"", "Add", "to", "calendar", "\"", "menu", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O" ]
[ "However", ",", "what", "you", "want", "is", "just", "make", "some", "element", "in", "your", "email", "trigger", "that", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "can", "do", "this", "by", "simply", "linking", "that", "element", "to", ".ical", "file", "on", "your", "server", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "B-Device", "O" ]
[ "The", "advantage", "is", "that", "you", "can", "attache", "some", "parameters", "to", "your", "link", "and", "generate", "that", "event", "file", "dynamically", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Also", ",", "it", "scales", "pretty", "well", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "using", "standard", "GWT", "(", "2.0.1", ")", "to", "make", "an", "internet", "app", "and", "i", "have", "this", "wierd", "issue", "with", "huge", "fonts", "(", "edit", ":", "well", ",", "larger", "than", "normal", ")", "with", "the", "de...
[ "O", "O", "O", "O", "B-Application", "O", "B-Version", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "B-Version", "O",...
[ "At", "first", "i", "thought", "it", "must", "be", "on", "error", "on", "my", "side", "(", "i", "use", "UiBinder", "with", "some", "custom", "css", ")", "but", "then", "I", "noticed", "that", "on", "the", "GWT", "showcases", "site", "the", "various", ...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", ...
[ "Any", "ideas", "?" ]
[ "O", "O", "O" ]
[ "This", "is", "due", "to", "IE", "default", "font", "size", "rendering", "and", "has", "nothing", "to", "do", "with", "GWT", "but", "rather", "with", "CSS", "styling", "." ]
[ "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "B-Language", "O", "O" ]
[ "You", "can", "ensure", "that", "fonts", "are", "consistent", "over", "multiple", "browser", "with", "a", "CSS", "like", "that", "(", "for", "instance", ")", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O" ]
[ "EDIT", ":" ]
[ "O", "O" ]
[ "To", "ensure", "all", "widgets", "\"", "get", "\"", "this", "new", "style", "you", "need", "to", "put", "your", "CSS", "file", "in", "the", "*", ".gwt.xml", "file", "in", "the", "following", "way", "(", "the", "order", "of", "lines", "is", "important"...
[ "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "do", "n't", "put", "it", "in", "the", "HTML", "page", "!" ]
[ "O", "O", "O", "O", "O", "O", "B-Language", "O", "O" ]
[ "This", "will", "ensure", "that", "your", "style", "override", "the", "widget", "styles", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O" ]
[ "PS", ":", "You", "might", "override", "some", "widget", "styles", "by", "hand", "(", "I", "have", "a", "GwtOverride.css", "for", "that", "purpose", ")", "..", ".", "see", "snippet", ":" ]
[ "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "A", "quick", "comparison", "between", "Opera", "10.10", ",", "IE", "6", "and", "FF", "3.6", "(", "all", "on", "WinXP", "SP", "3)", "-", "Opera", "and", "IE", "show", "slightly", "larger", "fonts", "." ]
[ "O", "O", "O", "O", "B-Application", "B-Version", "O", "B-Application", "B-Version", "O", "B-Application", "B-Version", "O", "O", "O", "B-Operating_System", "B-Version", "I-Version", "O", "B-Application", "O", "B-Application", "O", "O", "O", "O", "O" ]
[ "I", "'m", "not", "sure", "if", "that", "'s", "GWT", "'s", "fault", "-", "every", "browser", "has", "some", "core", "CSS", "rules", "defining", "the", "default", "look", ",", "if", "no", "additional", "CSS", "styles", "are", "applied", "(", "like", "th...
[ "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "B-Application", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", ...
[ "That", "is", ",", "unless", "you", "are", "seeing", "fonts", "way", "larger", "than", "they", "should", "be", "-", "then", "it", "might", "be", "a", "bug", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Update", ":", "under", "Linux", "(", "Gentoo", "amd6", "4)", "it", "'s", "the", "same", "-", "Opera", "reneders", "slightly", "larger", "fonts", "than", "Firefox", ",", "but", "nothing", "that", "looks", "odd", "." ]
[ "O", "O", "O", "B-Operating_System", "O", "B-Version", "I-Version", "I-Version", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O" ]
[ "So", "I", "have", "my", "main", "dialog", "that", "calls", "modeless", "dialogs", "through", "this", "function", "(", "this", "is", "the", "legacy", "code", "on", "the", "project", ")", ":" ]
[ "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Problem", ":", "all", "sub", "dialogs", "stay", "on", "top", "of", "my", "main", "dialog", "." ]
[ "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "Desired", "behavior", ":", "whichever", "'s", "focused", "(", "they", "are", "all", "modeless", ")", ",", "be", "it", "the", "main", "dialog", ",", "or", "sub", "dialogs", ",", "I", "want", "it", "to", "be", "the", "topmost", "dialog", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "Thank", "you", "!" ]
[ "O", "O", "O" ]
[ "Note", ":", "I", "already", "tried", "on", "my", "main", "dialog", "'s", "OnInitDialog()", "these", "but", "did", "n't", "work", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "B-Function", "O", "O", "O", "O", "O", "O" ]
[ "1", ".", "SetWindowPos(&this->wndTop,0,0,0,0,SWP_NOMOVE|SWP_NOSIZE)", ";" ]
[ "O", "O", "B-Code_Block", "I-Code_Block" ]
[ "2", ".", "SetWindowPos(&this->wndTopMost,0,0,0,0,SWP_NOMOVE|SWP_NOSIZE)", ";" ]
[ "O", "O", "B-Code_Block", "O" ]
[ "EDIT" ]
[ "O" ]
[ "Also", ",", "sub", "dialogs", "are", "created", "this", "way", ":" ]
[ "O", "O", "O", "B-Class", "O", "O", "O", "O", "O" ]
[ "m_subDlg1->Create", "(", "SubDlg1::IDD", ",", "this", ")", ";" ]
[ "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block" ]
[ "As", "long", "as", "there", "is", "an", "owner", "relation", "between", "two", "windows", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "the", "owner", "of", "a", "window", "can", "never", "be", "on", "top", "of", "the", "owned", "window", "." ]
[ "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "Windows", "in", "an", "owner", ",", "parent", ",", "child", "relation", "always", "behave", "the", "same", "." ]
[ "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "owned/child", "window", "is", "always", "on", "top", "of", "the", "parent/owner", "." ]
[ "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "you", "want", "to", "break", "this", ",", "you", "have", "to", "break", "the", "owner/child", "relation", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Let", "all", "dialog", "windows", "have", "no", "owner", "..", ".", "than", "they", "may", "float", "freely", "." ]
[ "O", "O", "B-User_Interface_Element", "I-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "But", ":", "I", "will", "expect", "the", "you", "program", "does", "n't", "behave", "better", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Even", "worse", "." ]
[ "O", "O", "O" ]
[ "User", "might", "search", "windows", "that", "are", "deep", "below", "covered", "under", "other", "windows", "." ]
[ "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O" ]
[ "And", "they", "will", "never", "get", "in", "front", ",", "when", "your", "program", "gets", "active", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "See", "the", "description", "about", "parent/child/owned", "windows", "here", "." ]
[ "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O" ]
[ "Also", "this", "article", "might", "be", "helpful", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "Edit", ":", "The", "problem", "is", "that", "internally", "the", "MFC", "sets", "the", "main", "window", "as", "an", "owner", "if", "no", "parent", "is", "given", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Only", "the", "call", "to", "BOOL", "Wnd", "::", "CreateDlgIndirect(LPCDLGTEMPLATE", "lpDialogTemplate", ",", "CWnd", "*", "pParentWnd", ",", "HINSTANCE", "hInst", ")", "allows", "to", "leave", "pParentWnd", "NULL", "." ]
[ "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "O", "B-Variable", "B-Value", "O" ...
[ "So", "you", "may", "create", "the", "window", "as", "normal", ",", "but", "use", "SetParent(NULL)", "after", "it", "was", "created", "." ]
[ "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O" ]
[ "Again", "the", "MFC", "ASSERTs", "this", "." ]
[ "O", "O", "B-Library", "O", "O", "O" ]
[ "SO", "you", "may", "use", "the", "API", "function", "and", "the", "handle", "of", "your", "dialog", "." ]
[ "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "i", "have", "some", "CheckBoxes", "wich", "are", "made", "of", "my", "database", "table", "names" ]
[ "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "B-Data_Structure", "O" ]
[ "now", "lets", "say", "i", "get", "10", "checkboxes", "(", "with", "different", "names", "ofc", ".", ")" ]
[ "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O" ]
[ "how", "do", "i", "know", "wich", "of", "them", "was", "checked", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "e.g", ".", "I", "check", "box", "nr", "1.5.7", "and", "click", "on", "a", "button", "\"", "Print", "\"", "how", "do", "i", "print", "them", "out", "?" ]
[ "O", "O", "O", "O", "O", "O", "B-Value", "O", "O", "O", "O", "B-User_Interface_Element", "B-Value", "I-Value", "I-Value", "O", "O", "O", "O", "O", "O", "O" ]
[ "System.out.println", "(", "\"", "Checked", "items", ":", "\"", "+check", ")", ";", "?" ]
[ "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "B-Code_Block", "O" ]
[ "You", "need", "a", "data", "structure", "like", "a", "Map", "to", "map", "between", "your", "checkboxes", "and", "the", "tables", "..", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "B-Class", "O", "O", "B-Data_Structure", "O", "O" ]
[ "I", "usually", "work", "with", "SWT", "and", "you", "have", "a", "map", "in", "each", "GUI", "component", "to", "store", "whatever", "you", "want", ",", "but", "as", "far", "as", "I", "know", ",", "you", "do", "n't", "have", "this", "in", "awt", "...
[ "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", ...
[ "Bottom", "line", "is", ",", "you", "need", "to", "bind", "some", "data", "to", "your", "GUI", "components", "so", "you", "can", "recognize", "them", "later", "in", "your", "code", "..", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "would", "use", "a", "map", ":" ]
[ "O", "O", "O", "O", "B-Class", "O" ]
[ "And", "build", "them", "up", "as", "you", "create", "the", "checks", "..", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Use", "CheckboxGroup", "." ]
[ "O", "B-Class", "O" ]
[ "add", "a", "CheckboxGroup", "as", "follows", ":" ]
[ "O", "O", "B-Class", "O", "O", "O" ]
[ "and", "you", "get", "the", "selected", "value", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "For", "my", "experiment", "I", "need", "to", "define", "specific", "similarity", "metrics", "for", "each", "field", "of", "my", "collection", "documents", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "For", "example", ",", "I", "need", "to", "measure", "the", "Description", "field", "similarity", "with", "tf.idf", ",", "and", "Geolocation", "fields", "with", "Harvesine", "distance.", ".", "etc", "..", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "B-Algorithm", "O", "O", "B-Variable", "O", "O", "B-Algorithm", "I-Algorithm", "O", "O", "O", "O" ]
[ "I", "'m", "now", "studying", "the", "Similarity", "class", "." ]
[ "O", "O", "O", "O", "O", "B-Class", "O", "O" ]
[ "I", "was", "wondering", "if", "there", "is", "any", "good", "tutorial", "or", "example", "about", "this", "to", "procede", "faster", "..", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "thanks" ]
[ "O" ]
[ "EDIT", ":" ]
[ "O", "O" ]
[ "IIUC", ",", "you", "have", "a", "similarity", "formula", "per", "field", ",", "and", "you", "want", "to", "use", "it", "per", "document", ",", "running", "against", "all", "other", "documents", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "can", "use", "several", "options", ",", "all", "at", "indexing", "time", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Extend", "the", "DefaultSimilarity", "class", "." ]
[ "O", "O", "B-Class", "O", "O" ]
[ "Extend", "the", "SimilarityDelegator", "class", ",", "if", "you", "only", "need", "to", "modify", "part", "of", "the", "methods", "." ]
[ "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "In", "both", "methods", ",", "you", "may", "make", "use", "of", "payloads", "to", "store", "term-specific", "information", "(", "could", "be", "useful", "for", "the", "lat-long", "data", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "After", "implementing", "a", "Similarity", "class", "using", "one", "of", "these", "methods", ",", "use", "Similarity.setDefault(mySimilarity)", "to", "set", "this", "as", "the", "Similarity", "instance", "for", "indexing", "and", "searching", "." ]
[ "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O" ]
[ "Only", "then", "index", "your", "text", "corpus", ",", "which", "you", "can", "search", "later", "-", "you", "will", "probably", "have", "to", "extend", "the", "Searcher", "class", "as", "well", "to", "get", "the", "raw", "similarity", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Having", "said", "that", ",", "I", "believe", "this", "approach", "is", "wrong", "for", "your", "use", "case", "-", "Lucene", "is", "optimized", "to", "get", "a", "few", "similar", "documents", ",", "not", "a", "score", "for", "every", "one", ",", "so...
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", ...
[ "Good", "luck", "." ]
[ "O", "O", "O" ]
[ "Patrick", ",", "I", "will", "first", "quote", "Grant", "Ingersoll", "about", "modifying", "the", "Similarity", "class", ":", "\"", "Here", "be", "Dragons", "\"", "." ]
[ "B-User_Name", "O", "O", "O", "O", "O", "B-User_Name", "I-User_Name", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Customizing", "Lucene", "'s", "Similarity", "class", "is", "hard", "." ]
[ "O", "B-Class", "O", "I-Class", "O", "O", "O", "O" ]
[ "I", "have", "done", "this", "." ]
[ "O", "O", "O", "O", "O" ]
[ "It", "is", "not", "fun", "." ]
[ "O", "O", "O", "O", "O" ]
[ "Only", "do", "this", "if", "you", "absolutely", "have", "to", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "suggest", "you", "should", "first", "read", "Grant", "'s", "spatial", "search", "paper", ",", "his", "findability", "paper", "and", "his", "'", "debugging", "relevance", "'", "paper", "." ]
[ "O", "O", "O", "O", "O", "O", "B-User_Name", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "These", "show", "other", "ways", "to", "get", "hits", "as", "needed", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", ".svc", "webservice", "." ]
[ "O", "O", "B-File_Type", "O", "O" ]
[ "I", "'m", "trying", "to", "add", "to", "my", "Webservice", "certficiate", "and", "to", "browse", "with", "HTTPS", "instead", "HTTP", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "After", "I", "was", "added", "the", "certificate", "I", "got", "the", "following", "error", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "And", "when", "I", "'m", "trying", "to", "access", "to", "my", "WS", "without", "HTTPS", "its", "work", "fine", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "http://localhost/myws.svc/", "-", "Works" ]
[ "O", "O", "O" ]
[ "https://localhost/myws.svc/", "-", "Error" ]
[ "O", "O", "O" ]
[ "How", "can", "I", "solve", "it", "?" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "Thanks", "!" ]
[ "O", "O" ]
[ "I", "am", "trying", "to", "create", "an", "add-in", "by", "using", "the", "article", "below" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "http://blogs.microsoft.co.il/blogs/shair/archive/2008/07/28/how-to-create-sql-server-management-studio-addin.aspx" ]
[ "O" ]
[ "I", "know", "this", "article", "is", "a", "bit", "outdated", "but", "i", "managed", "to", "get", "as", "far", "as", "this", "article", "again" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "http://jcooney.net/post/2007/11/26/The-Black-Art-of-Writing-a-SQL-Server-Management-Studio-2005-Add-In.aspx" ]
[ "O" ]
[ "here", "once", "i", "reached", "when", "the", "part", "adding", "the", "external", "program", "to", "run", "upon", "debug", "i", "was", "met", "with", "this", "nasty", "error" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "is", "there", "any", "good", "article", "to", "show", "how", "to", "do", "the", "add-in", "using", "the", "VS2010", "for", "the", "SMSS2008r2", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "B-Application", "O" ]
[ "Do", "you", "have", "a", "problem", "starting", "the", "debug", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "You", "have", "to", "specify", "SSMS", "without", "any", "parameters", "-", "it", "must", "be", "enough", "." ]
[ "O", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]