Dmitry Polyakovsky's Q&A profile
Windows Forms app.path ?
Hi, What's the alternate of App.Path in VB.NET Here is the VB 6.0 example of App.Path. fileName = App.Path & "\Debtors.INI" Thanks in advance:-) Kash Application.StartupPath is the same in VB.NET as it is in C# Also AppDomain.Curre ...Show All
Visual Studio Team System Submitting Work Item via Web Service API getting registry error
When we submit a Work Item to the TFS web service API, the following exception string is returned: "The following error occurred:Access to the registry key 'HKEY_CURRENT_USER\ Software\ Microsoft\ Visual_Studio\ 8.0\ TeamFoundation\ Servers' is denied." We have not encountered this before because (we think) previous calls have been using the local web service instance from Visual Studio 2005. We guessed this passes credential ...Show All
Visual Studio Report compatibility Question
I want to develop an application that will use Embeded Server reports. My problem is that my application will need to be backwards compatible to SQL2000. My understanding is that my application will use the VS 2005 Report Viewer Controls in Server mode to connect to and display the report stored on the SQL 2005 using the Report Definition Language. If I develop my application and reports with VS/SQL 2005, can I xtransfer the reports onto an SQL ...Show All
Visual Studio Express Editions A few things
Hello 1) How can i read and write text from a (text)file (encrypted if possible) 2) How do I create a chat application 3) How do I show the time and date in my program 4) Is it possible to let a program have more then one language For example that people can choose a language for the entire program And how is it done then 5) How to add a calender to it (without database and with notification on certain dates) => as a user ...Show All
SQL Server Replication for Offline use.
I plan on using SqlServer 2005 Express as a local datastore for my application when working offline. The idea is that the user would initiate a Synchronize action from the client application, this action would start replication going between a Networked sql 2000/2005 server and their local Express server. (At the beginning I plan on replicating the entire database). Now, not being a expert in Replication (small understatement!!), I am a bit conc ...Show All
Visual Studio Express Editions Is uninstalling needed ?
I would like to install Visual Studio Express on Windows 2000 Professional SP4. I installed there previously Microsoft Visual Studio 2003 .NET Standard Edition, MSDN Library for Visual Studio .NET 2003 Microsoft Visual J# .NET Redistributable Package 1.1. Must I uninstall it before installing Visual Studio Express 2005 &nbs ...Show All
Visual Studio Express Editions Web developer express
Hi All Can I use web develper express 2005 to build a web service Regards Ben Duvenage Hi! Thanks for asking! I'm a member of the ASP.NET team, and was just popping over here to see what was going on. The best place to ask ASP.NET questions is over on the ASP.NET forums at http://www.asp.net/welcome.aspx tabindex=1&tabid=39 The short answer to your question is that yes you can. ...Show All
Visual C++ visualizing #include tree graph dependency
I put all those words in the title to facilitate people's future searches. My question is: does anyone know of a visualization tool that will show which files include which I found text-based ones (e.g. Includes by adonovan@lcs.mit.edu ), that parse one .cpp file at a time. Is there anything out there (free or commercial) that handles the whole project with its VS2005 setting so that it runs in the same environment as the ...Show All
Visual Studio Team System The Project Creation Wizard was not able to connect to the Windows SharePoint Services
This is probably the seventh time I'm trying to create a team project but having trouble with SharePoint. Ok, this is what I've done: 1. Installed Windows Server 2003 2. Installed Windows Server 2003 Service Pack 1 3. Created TfsSetup, TfsReports and TfsService 4. Logged in as TfsSetup (with Administrator rights) 5. Installed IIS with ASP.NET 6. Installed Visual Studio 2005 Team Suite Release Candidate 7. Installed SQL Server 2005, according to ...Show All
SQL Server How to edit a subquery in query designer
Hello! Is it possible to edit a subquery in the diagram and grid pane,without using the texteditor in the SQL pane The way i do it now (hopefully not the best way): 1 Create a tmp dataset with sql statement for the subquery 2 Rightclick in the original dataset and "Add a new derived tables" 4 Paste the sql code from tmp query to the original dataset. After linking the original query with many subquerys, it is difficult to c ...Show All
Visual Basic FindBy Method not generated
Hi, I was reading the following: Dim customersRow as DataSetClass.CustomersRow customersrow = DataSetInstance.Customers.FindByCustomerID("ALFKI") customersRow.CompanyName = "Updated Company Name" customersRow.City = "Seattle" Found In: http://whidbey.msdn.microsoft.com/library/default.asp url=/library/en-us/dv_raddata/html/d5eea200-9bfa-4956-bf7c-08dd6fb6663c.asp But my data set doesn't seem to have the FindBy methods generated - any idea ...Show All
.NET Development FtpWebRequest method=Create Directory problem with "#" in the directory name.
When i try to create a directory on a server with FTPWEBREQUEST with a # character in the directory name it only creates the directory name up until the # character. For example if i try to create the directory "C# Express" only "C" gets created on the server. I if send "C++ Express" it creates "C++ Express" on the server. I'm going to check into other characters that are valid for a directory nam ...Show All
.NET Development Sockets and Serialization
Hi, I'm building a windows forms app that needs to connect to a server farm via the internet. Performance is of the essence. I'm thinking to use .NET remoting but I prefer sockets to avoid the complexity of remoting; the data I need to pass are small in size anyway. For larger data I'll use Web services. I know that sockets connection can pass array of bytes and not objects. Can I pass a serialized object from socket to socket There' ...Show All
Visual Studio Team System rsRenderingExtensionNotFound
Marino recomended that i delete the value "format='Default'" on tag cc1where can i find this, i am sorry i am just a beginner Thanks hey there, can you please describe the scenario in which you're getting this error thanks! mauli ...Show All
Visual FoxPro Cancel Button Does not work--A known bug?
I have no idea if it is a known bug. The important fact for me is that it is a bug. It occurs in _VFP.StartMode = 4 as well as in interactive session (_VFP.StartMode = 0). It caused me to lose numerous error records before I realized what was going on. In exe environment when one error follows another there is no way to quit because the Cancel button does not do what it is supposed to be doing. You crush the system and no records are saved of ...Show All
