fededevita's Q&A profile
Software Development for Windows Vista Persistence service
Hello, We have started working with the new framework but few things are still not clear to us. We understand that the persistent service is working in the workflow level , does it mean that every time the workflow is moved to idle and we are using persistence service all the workflow will be saved to database and on Unpersist event all the workflow activities are loaded to the memory again What will happen if my workflow have 100 activities ...Show All
Smart Device Development device lock
On my window mobile phone there is an icon on the today screen called device lock...what is the name of the .exe for that file I asked in another thread, but I'll ask here too, what model are you using There's a lot of OEM-specific deployment configuration to take into consideration ... ...Show All
Microsoft ISV Community Center Forums Source Object as a query
Hi i have a form that contains 2 text box's and a subform what i really want to do is to run a query and not have an input box popup i would like the dates entered into the 2 text box's to be used in the query of the subform and display a table that shows all records that are between date 1 and date 2. SQL code: PARAMETERS [First] Text ( 255 ), [Second] Text ( 255 ); SELECT Equipment.* FROM Equipment WHERE (((Equipment.[Date Installed])>[Firs ...Show All
SQL Server New Subscription fails with "Object reference not set to an instance of an object"
Using the web interface, when I click on the New Subscription icon for a report I get "Object reference not set to an instance of an object". However, I can start the creation process for creating a new Data Driven Subscription via the web. From Management Studio, I can successfully create a New Subscription (the same one I was trying from the Web). I am using the same user account in each case to start the process, and it has admin ...Show All
Windows Forms how to embed child datagrid from its parent
Hi, All, posted a thread earlier regarding nested tables on .net data grid, guess, the simple goal that I am looking for is: for a .net datagrid on a win form app, how can I embed a child datagrid for each data row - so I ca ...Show All
Windows Forms Detecting mouse click location for a DataGridViewCell
I have a ContextMenuStrip in which different options are shown depending on which cell of a DataGridView the user clicks on. My problem is that I am unable to get the x & y co-ordinates of cells. I get the mouse position by using : Point mouse = MousePosition; I tried getting the cell's location by saying: Rectangle cell = dataGridView.Rows[r].Cells[idx].ContentBounds; cell.Offset( this .Left + dataGridView.Left, this .Top + d ...Show All
Visual C++ add some highlighted syntax
Hi, I want to edit *.fx files in Visual C++ 2005 Express Edition Beta. In the text editor's options I made *.fx files open with the Microsoft Visual C++ editor. Effect files use keywords like "float" or "struct". They are highlighted now. But there are other data types and keywords like "float3" or "texture", which i want to be highlighted, too. For Visual Studio 6 there is a file named usertype.dat which contains all the keywords. But for Visua ...Show All
Visual Studio Team System Exception while creating project "Microsoft.Pcw.wss"
Hi I am using VSTS single server installation, but when i create i get this exception : Initialization for plugin "Microsoft.Pcw.wss" failed with error: "The request failed with HTTP status 404 : Not Found. I have added myself in administartor group at sharepoint. In the dual server with same setting everthing is working fine but whats the problem with single server deployment. The log file is pasted below. Can anybody tell me that ...Show All
SQL Server Connectivity issues
Hi, I get the following error message trying to connect locally to sql server 2005 dev edition on xp sp2 machine. An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (.Net SqlClient D ...Show All
Visual Studio Format newly inserted code.
Hi all. I'm using the DTE object. I generate code and want to place it into the current document, which works fine. But in c#, the code is not properly formatted. Short version... EnvDTE.EditPoint insertion = end.CreateEditPoint(); insertion.Insert( str ); How can I get the .Insert(str) to properly format the new code Thanks! I got it! EditPoint.SmartFormat() is t ...Show All
Windows Forms Can I adjust the width of Child columns?
I have adjusted column width of the parent columns using TableStyles/GridColumnStyles but these do not effect the width of the child columns. They need to be different widths from each other. (ie: "Description" wider then "Part #") Any suggesti ...Show All
Visual C# Help please
Hi, I am currently trying to create an application that uses the RTC API to communicate Voice via IP address of the other client and not SIP server. I am experiencing problems with the code i wrote. Just on this one line: _session.Answer(); With the prints out i get, alot of session state change happens and when it goes into the INCOMING, it doesn't run the _session.Answer(); at all. but the application does not hang. However in the immediate Wi ...Show All
Visual Studio error message when calling crystal report, please help! Thanks
I have serveral web applications on the same server, all other apps are working well with crystal report, however, this one always give me the following error message, please give me some hints, thanks. I already installed version 10 on the server. Unspecified error Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error an ...Show All
Visual Studio Team System Problem connection to Team Foundation Server Proxy
I have the following environment: - Windows Server 2003 SP1 with SQL Server June CTP and Team Foundation Server Data Tier July CTP - Windows Server 2003 SP1 with Team Foundation Server Application Tier July CTP - Windows XP Professional SP2 with Visual Studio Team System July CTP All installed cleanly onto clean machines. I can connect to Team Foundation Server fine. All is well. Now, I've installed the Team Foundation Server Proxy Jul ...Show All
Visual Studio Express Editions Default Comments Missing From Templates
hi when i create a new console app, the default code is created, but not the default comments, such as /// <summary> unless i'm incorrect about this, how can i enable this thx There are no default comments for the Console application, however, you can simply add your own by typing /// at the top of the class/method/member you want to comment. ...Show All
