活靶子's Q&A profile
Connected Services Framework How to update a BlankNode?
Hi. I am not able to Update blanknodes. So could anyone help me in this regard Suppose I have the following structure and I want to update Street and City , then How can I do that I am able to update UserName and FirstName but getting error while updating Street and City. Following is the error. "Microsoft.ConnectedServices.Sdk.Messaging.SoapFaultException: No valid data found to be updated." < xml version="1.0" encoding="utf-8" > <rdf:RDF xmlns:csf=" http://schemas.microsoft.com/connectedservices/pm#/ " xmlns:owl=" http://www.w3.org/2002/07/owl #" xmlns:rdf=" http://www.w3.org/1999/02/22-rdf-syntax-ns #" xmlns:rdfs=" http://www.w3.org/2000/01/rdf-schema ...Show All
Windows Live Developer Forums New Web and Sidebar Gadget Forums.
The Gadget Forums on MicrosoftGadgets.com have been moved to MSDN. This change allows us to offer more features and better support. Visit the new Gadget group on MSDN forums . The following two gadget forums have initially been added to the Gadget group: Sidebar Gadget Development Web Gadgets Development For details, visit the Gadgets blog . ...Show All
Visual C++ Access to Members of Top Level Class
If an object is declared as top level (^) how can you access its members For example: public ref struct DictionaryPath { public: DictionaryPath() {} ~DictionaryPath(){} String^ dictName; String^ dictPath; }; DictionaryPath myPath; // members can be accessed. DictionaryPath^ myPath; // now it is an "undefined object" whoose contents cannot be seen. Scrap that, I worked it out. I still have a couple of questions though: Is there an equivalent of an address of "&" for top level classes Also, when declaring an array of classes or structs, what is the best way to fill them array<DictionaryPath^,1>^ dictionaryPath = gcnew arr ...Show All
.NET Development Some questions about GDI+ Brushes
Hello, All. I have some questions about Brushes. * Howto find gradient's orientation line angle from LinearGradientBrush * Howto change LinearGradientBrush.Rectangle, PathGradientBrush.Rectangle properties TranslateTransform and ScaleTransform methods doesn't work (or I don't know how they're work, I don't see any effect). * Howto change point where are TextureBrush drawing begins I want to change image location when WrapMode == Clamp. Thanks. These properties are set by the constructor and cannot be modified after creation. If you need to change them, just create a new LinearGradientBrush instance. ...Show All
SQL Server Add space between matrix row group
I have a 2 row groups in a matrix and I need to add some space between the top one so that all the columns don't run together. Is there a way to do this No, padding won't help. Here's my layout. I need more space between the subject areas. ELA Math Science Social Studies Below Basic Basic Proficient Advanced Below Basic Basic Proficient Advanced Below Basic Basic Proficient Advanced Below Basic Basic Proficient Advanced 17% 46% 37% 1% 14% 36% 30% 20% 20% 32% 23% 24% 40% 37% 9% 15% 9% 57% 30% 4% ...Show All
Visual C++ VS2005 linker error with typeid
Hi, I have the following code: _pReturnValue = (typeid (*pDevice)).name (); This piece of code used to compile and run fine on VC2003 and VC 6.1, but in VS2005 it gives the following error: error LNK2019: unresolved external symbol "__declspec(dllimport) public: char const * __thiscall type_info::name(void)const " (__imp_ name@type_info@@QBEPBDXZ) referenced in function "protected: char const * __thiscall CNiDeviceSpyAutoLogger::_GetDerivedClassName(class C4882Device const *)" ( _GetDerivedClassName@CNiDeviceSpyAutoLogger@@IAEPBDPBVC4882Device@@@Z ) Can someone tell me what I need to do to get this code compiling and linking again Thank you, Anand You c ...Show All
SQL Server Full Text Catalog MSSearch.exe owning CPU cycles (60-80%)
I've got a server that even when it's not being used for any queries is running at 60-80%cpu capacity. I've got full text catalog going on on the sql server and noticed that MSSearch.exe (related to full text search) is taking up almost all my CPU Time. why is this and what can I do to stop it MSSearch.exe is Microsoft Desktop Search. The SQL Server full text search service is msftesql.exe. I don't think your issue is actually related to your full-text catalog in SQL Server. You can restrict Microsoft Desktop Search to only index certain directories, which can help reduce its overhead in the future once it is done indexing. Hope this helps, Steve ...Show All
Smart Device Development Using modem for data connection
Hi, I established a data modem connection using TAPI ( http://msdn.microsoft.com/library/default.asp url=/library/en-us/wcetapi/html/cmconsampletspsourcefile.asp ) Now I want to send and receive data, but I can't find any function. I have a pointer to established call, pointer to opened line, but I don't know how to use it. Can someone help me (program is written in c# and run on WM5) Thanks Ivana What exactly you're trying to do Is this connection to another modem or to ISP (or modem pool with TCP/IP support) In the first case, why not use serial class for communications In second case why not use connection manager to handle everything and just use normal TCP/IP after connection is establish ...Show All
Visual Studio Tools for Office R
When I change Excel zoom from 100% and try to click any winforms controls on the spreadsheet I get this dialog: Windows Forms controls have been disabled because the document has been scaled. When zoom is returned to 100%, controls will reactivate. I imagine many users scale their documents due to various screen resolution preferences. Is document scaling other than 100% going to be supported by VSTO in the future Actually, it looks like WinForms controls now do have some support for scaling. It may be possible for us to address this issue for existing controls. We will definitely investigate this. Sincerely, Geoff Darst Microsoft VSTO Team ...Show All
.NET Development How to check the signature of SOAP message?
Hi all I sign some of parts SOAP message before request to the service. When the service receive the SOAP message I can check presence of the signatures for signed parts of SOAP message, but how can I know that signatures correspond the contents of the part os SOAP message. I use WSE 3.0, .net 2.0 ...Show All
SQL Server SQL Authentication after removing SQL 2000 for SQL 2005
I just removed (via Add and remove programs) SQL 2000 Server and now only have SQL 2005 left on my machine. The 2005 Server (SQLExpress ) is set up for mixed mode and I've verified that the registry setting is 2 for LoginMode, yet I'm still unable to login. This is the following error TITLE: Connect to Database Engine ------------------------------ Cannot connect to CJL-SERVER\SQLEXPRESS. ------------------------------ ADDITIONAL INFORMATION: Login failed for user 'drafttrackuser'. The user is not associated with a trusted SQL Server connection. (Microsoft SQL Server, Error: 18452) For help, click: http://go.microsoft.com/fwlink ProdName=Microsoft+SQL+Server&EvtSrc=MSSQLServer&EvtID=18452&LinkId=20476 -------- ...Show All
Visual Studio Team System Rolling up efforts
The actual effort (in hrs) should be rolled up from its child and it should be non-editable textbox after it was committed. For example: I have one Feature work item with some 2 tasks linked to the same. Let’s say: Tasks Name Actual Effort (in hrs) Task 1 5 Task 2 4 So the total effort (in hrs) for the particular Feature should be 5 + 4 = 9 hrs. The same should be automatically calculated for the particular feature. Thanks for your reply. I not talking about MPP....but when user interacting with VS IDE then the rolling up of effort should happen ...Show All
Visual Studio Team System How to record the windows opened in a webapplication
hi everyone, I am doing automation of a web application. In a scenario, after clicking a button in a webpage, a window will be opened. How to record and test that window opened in this scenario in a webtest and also in a load test in VSTS How to test the functionality of the that window please reply soon.. Thanks Ravindra Reddy Kasireddy http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnvs05/html/WTAuthDebug.asp http://www.fiddlertool.com/Fiddler/help/ Has info on how to use fiddler tool ...Show All
Visual C# How to disable properties?
Hi, I have been doing a lot of research into this but still can not find an answer. I am trying to disable/enable property depend on the condition. Below is an example of what I am trying to do: class Testing { string apple; public string Apple { get { return this.apple; } set { this.apple = value; } } string table; public string Table { get { return this.table; } set { this.table = value; } } enum Item { fruit, thing } //method to disable property public void Disable(string x) { if (x == Item.fruit.ToString()) { //disable this.table, make it read only if possible //this is where I am stuck on } el ...Show All
Visual Studio Team System TFS Integration Licensing
Hi, I need to find out the licensing requirements for integrating TFS with other applications. I have a couple of scenarios: 1) TFS draws issue information from another issue tracking system. Once the issue is completed in TFS, the issue details in the other system are updated. 2) I want to develop a web front end to allow testers to post bugs into TFS. How many CALs do I need for each of these options I have gone through the document found here: http://www.microsoft.com/downloads/details.aspx familyid=1FA86E00-F0A3-4290-9DA9-6E0378A3A3C5&displaylang=en Do you mean the External Connector License, or the Device CAL The Device CAL seems to fit the description you gave a bit more closely than the Ext ...Show All
