Pym's Q&A profile
Visual Studio Team System another 32000 issue... buuhuuuu
oh holy *** :-) after everything finally was runnin perfect (also http://localhost/reportserver/reportservice.asmx ) i was brave enough to try again an install of VSTFS, but..... >>>>>> Product: Visual Studio 2005 Team Foundation App-Data Tier Beta 2 (English) -- Error 32000.The Commandline '"C:\Programme\Microsoft Visual Studio 2005 Enterprise Server\BISIISDIR\uninstall\createds.exe" "http://PASCOM-DEV/ReportServer/ReportService.asmx" TfsReportDS "Data source=PASCOM-DEV;initial catalog=BisDWDB" "PCT\sem" "01000000d08c9ddf0115d1118c7a00c04fc297eb01000000ebecaf6da2e4604aa2b8ae7427f210ca00000000220000005500730065007200200049 ...Show All
.NET Development How to get Dictionary<Tkey, TValue> entry information through reflection?
I have been working on some code that probe through the entries of a generic dictionary Dictionary < TKey , TValue > , using reflection. Unlike working with Hashtable, it's not easy to find out the entries' key and value information. Here is the code depict the problem. Suppose I have a class hold two fields: public class MyClass { Dictionary < string , DateTime > m_dateTimeDictionary; Hashtable m_dateTimeHashTable; } I have an instance of the class and its type info: … MyClass myClass = new MyClass (); Type myType = myClass.GetType(); … I have ...Show All
SQL Server Template Parameters Dialog Box Not appearing(Stored Procedures)
Hi, While i am creating a new stored procedure Template parameters dialog box is not appearing even after pressing (Ctrl-Shift-M) . Is there any alternative way to do that. Please help me. ...Show All
.NET Development Error Using WMI to Get List of Shared Folders on the Server
Here's some details: Server and workstation both in the same workgroup Logged into server as local Administrator Logged into workstation as a local user that is only in the Users group The local user on the workstation is also defined with same name and password on the server (and only in the Users group on the server) Server is Windows Server 2003 running IIS 6.0 Workstation is Windows XP Professional ASP.NET 2.0 (C#) web site Web.config snippet <system.web> <authentication mode="Windows"/> <identity impersonate="true"/> </system.web> .aspx.cs snippet (from Page_Load event) using (System. ...Show All
Visual Studio Another thead about VSS 2005 Internet Access
I have the same issue described on http://forums.microsoft.com /msdn/ShowPost.aspx PostID =2774 . I have done all the steps I could find describe on the thread and online instructions and yet in IIS 6.0 under the SourceSafe application I see only the bin directory. It is not providing an error in event log or any other place I know of, yet the virtual directories are not created for vssupload and vssdownload. However if I run the VSS 2005 on IIS 5.1 on XP Pro Service Pack 2 the virtual directories are create just fine! I also ran the December CTP on Windows Server 2003 and it worked. The only difference I can& ...Show All
Visual Studio Sub-report will always prompts for database password
Hi, I got a new problem. When I prints the report with sub-report inside it by .Net Code (ReportDocument.PrintToPrinter), a prompt window will always show up to ask for database password. The Crystall 11 report is using SQL Server OLEDB provider to connect to database. If I prints another report without sub-report, no problem at all. Any idea Thanks! Hello, Does the subreport use the same database connection as the main report Are you passing in the database logon information at runtime http://support.businessobjects.com/library/kbase/articles/c2010275.asp This is a kbase that shows you how to pass data ...Show All
Software Development for Windows Vista state initialization activity is not being executed in a state.
I kept one state initialization activity and other event driven activities in one state. The state initialization activity has child activities. As i understood the state initialization will be executed immediatly after the state is activated. I started the workflow and it went to initialization state , but the stateInitialization activity is not being executed. Can any body expalin why it is not being exected. Thanks. Hi Kruthi, When the workflow enters a particular state StateInitialization activity (if present in the state) is executed Can you try the following simple Scenario and see if it works InitialState ...Show All
Visual Basic Edit and Continue
Got either a misunderstanding or a bug. When I go into Edit and continue, if I try to edit a Linked Form/Module, the IDE says it is Readonly. Did I miss something in the manual, or are linked files Readonly except when they are not linked Thanks That was what I had thought. It would be nice to allow the E&C on linked modules. I have common modules for many different projects which sometimes I need to change or add parameters, routines. Thanks for the Info Larry ...Show All
Windows Search Technologies Running as a service
Is it possible to have Windows Desktop Search index when the user is logged out ie. have it run as a service I have WDS 2.06 and it is not installed as a service, Where are you getting your information ...Show All
Visual C# how to display all Label(s) added in an Arraylist
how to display all label(s) (label2) added in arraylist one by one. why my code always generated the last textbox in the form Thanks a lot using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; namespace WindowsApplication1 { /// <summary> /// Summary description for Form1. /// </summary> public class Form1 : System.Windows.Forms.Form { private System.Windows.Forms.Label label1; private System.Windows.Forms.Label[] l = new System.Windows.Forms.Label ; private ...Show All
SQL Server Merge replication with dynamic filter
Brand new to SQL Server 2005 and replication, I was able to use online books info to get a replication topology set up (using wizards) and successfully replicate an article (a single table) to a SQL Server Express database. I then cleared the subscription table and added a simple dynamic filter (colx = SUSER_SNAME()), which I can't get to work. Based on what I read, I'm thinking that SUSER_SNAME() is not returning the proper value because the merge agent is set to connect to the publisher and distributor by 'impersonating the process account'. This is on the subscription merge agent security form. However, 'using a SQL Server login' is gr ...Show All
SQL Server Combining two Tables into one TempTable, with a condition.
Hi, I'm very new to Sql, and need to combine information from two tables into one temp table. All tables have the same structure. The problem is I want to set a condition that if Field 1 is already in the TempTable, dont include that field from the second table. Along the lines of Table1 Description = Blue, if Table 2 Description = Blue, dont include this row. I have been trying to use INSERT..SELECT and UNION. , the only problem I have is that I cannot come up with a working conditional statement to prevent both complete sets of data being written to the TempTable. I'm using Sql Server 2005 deveoper Edition and VS2005Pro. ...Show All
.NET Development Microsoft Biz Server - .Net Framework -Direct X - Port Read Only
It is my understanding that the direct x libarary which was evently moved into the .net framework but direct x port is read only and liension on a specific port and is read only before it was moved to the .net framework the Microsoft Biz Server lisiense on a diffenent port then - we want to provide web cam type support and develop software application to run on the server and stream the web cam to the clients - in this case we want the clients to be able to have the web cam stream to them selfs also client to client also could be called direct connect. I think you know what type of solution we need to develop and am asking what type of inpac ...Show All
SQL Server SQL express ?
I've been trying to figure out how to Auto Number my database entries in SQL Express and Automate certain parts of data entry for form entries in Visual Web Developer's SQL Express 2005 edition. Could someone clue me in Thanks in advance. DJ I just rewrote my INSERT to include the field names and that solved the problem. I guess I'm used to cheating in MySQL! INSERT INTO items (item, item_desc, io) VALUES ('" + this.item.Text + "','" + this.item_desc.Text + "','" + this.io.Text + "'); Thanks again, ...Show All
.NET Development XmlDocument - InnerXml -v- OuterXml
For an XmlDocument, is there any difference between InnerXml and OuterXml I want to obtain the entire contents of the XmlDocument as a string. I realize there is a difference when applied to nodes within the document, but when applied to the document itself, InnerXml and OuterXml both seem to be returning the same value for me. XmlDocument xdoc = new XmlDocument (); //Populate document ... return xdoc.InnerXml; //or x doc.OuterXml; For an XmlDocument the properties InnerXml and OuterXml are completely equivalent. Thanks, Anton ...Show All
