Software Development Network Logo
  • Visual FoxPro
  • VS Team System
  • Audio and Video
  • Windows Forms
  • Windows Vista
  • IE Development
  • Visual Studio
  • .NET Development
  • Visual C++
  • SharePoint Products
  • Visual Basic
  • SQL Server
  • Game Technologies
  • Visual C#
  • Microsoft ISV

Software Development Network >> Tej62007's Q&A profile

Tej62007

Member List

AndrewVos
mscherotter
Shilpa_nad
ShannonMurphy1234
Doug Holden
kforrey
OscarKwok
gokce
enric vives
Corres
zaynun hammoud
dr.acv
ssiao77
ManishS
Mr.Kuo
hazz
Quilnux
Bartosz
Territorial Musings
Mateusz Rajca
Only Title

Tej62007's Q&A profile

  • Visual J# How do I include Redistributables in Visual Studio 2002

    I am using an Install Wizard Project to create an installer for my J# project. I am using Visual Studio 2002. When I try to deploy the project on another machine, it tells me that I need J# redistributable 1.0.4205 I downloaded the redistributable, but how do I include that in my install project so that the user does not have to install that separately hi, You can add a install (launch) condition and check for VJ# redist on the machine. If it is not there you can prompt user to download it from microsoft site and fail the installation on not doing so. Thanks. ...Show All

  • Visual Studio Team System How to creat an Unassigned user for the AssignedTo feild?

    How can I customize the template so I can have an Unassigned option in the Assigned To dropdown Actually I encountered this error after making the above change: "TF20015: The field 'Assigned To' contains a value that is not in the list of supported values." when the Assigned To field shows "Unassigned". when I tried to add a new work item based the new template. I have the following state definition in addition to the definition of field above: <STATE value="Created"> <FIELDS> <FIELD refname="System.AssignedTo"> <DEFAULT from="currentuser" /> <VALIDUSER group="[Project]\Business Analysts" ...Show All

  • Software Development for Windows Vista How to create default fault handler for state machine workflow

    Dear all, A few months back, I asked the question: Trevor E Hilder wrote: 1) It is a major irritation that I cannot apparently define a fault handler for the whole state machine workflow (which can be done in a sequential workflow). Is there any way to provide such a global fault handler, which can then be overridden by local ones inside the states Paul Andrew kindly replied: You can create a super state that contains all of the states in your workflow. This superstate can have a fault handler which applies to the whole workflow. I asked him for clarification of how to do this, but he didn't reply and I got involved in other issues. I have just tried to do what he suggested, b ...Show All

  • SQL Server Intermittent ole db error

    I have this problem occuring intermittently: When I try to add a package to the project, and click on the Package path button. I get a oledb error x080004005 (client unable to establish connection)... After I click ok, and click on the Package path again 2 or 3 times, the error goes away and I get the list of packages displayed. Some time I get an empty list box. Similar to this happens when I execute a package also. When I execute it 2nd or 3 rd time it works fine. The error happens only when I am trying to connect to the server\database. Once it is in the database I do not get any error message. This is what I have: I have sql 2005 installed. Microsoft SQL Server Management Studio ...Show All

  • Visual Studio Express Editions Accessing web text box

    I am making a program that automates the downloading of a file from a website of one of our providers. There is a login page which I can load up on Form1_Load() which has a user name and password box. Looking at the source code, these are called : document.forms[0].userName.value = ""; document.forms[0].password.value = ""; There is also a submit button : input type="submit" value="Go" How do I access these I want to push a button that enters the username and password and then hits the Go button and effectively submits the data. Any clues no worries my friend. Even though you may have got this stage, but this is for just a single framed (non frame) page to set a value to a textbox named " ...Show All

  • SQL Server ANSWER: SQLEXPRESS Database Issue - Cannot open database ASPNETDB.MDF requested by the login, login failed

    Hello Guys This is my connection string <add name ="ASPNETDBConnectionString1" connectionString ="Data Source= .\SQLEXPRESS; Integrated Security = True; DataBase = ASPNETDB.MDF; User ID = MyWindowsUserName; Password = MyWindowsPassword; User Instance = False; Connect Timeout = 30" providerName ="System.Data.SqlClient"/> I tried to research on the internet and i got a solution on changing the permissions for this database to enable user SystemName/ASPNET, but iam not able to access this ASPNETDB.MDF from SqlServer and if i go to server explorer in vs2005, i dint know where to chage the permissions. Can anyone help me on this. Thanks a lot Remember that both files ASPNETDB.MDF and ...Show All

  • SQL Server External image problem when sorting in table

    Reporting Services I am using external image png as my header for reports When i am clicking on sort row of the report the header image is dissapeared.Though it is working well in Visual Studio 2005 the problem is occuring after deploying it in reportserver. What the reason and how can i remove this error.It was working well when i had embeded the image..But i need to have external image only.. Did you install SP1 on the report server ( http://www.microsoft.com/sql/sp1.mspx ) -- Robert ...Show All

  • Windows Forms Build a login form

    Hi I'm a bit new to C# programming I want to build an application that a user logs in. But what i want to know is what is the best way to go about building log in and user maintenence One would need to have the users in the database, then check password and username. then check whether they are logged in. If simple like that i have no problem. But how does one check from another workstation like the server what the users current activity is If they logged on if we don't store log in status in database What forms they have open Is it possible to ping the clients workstation that is connected to server The reason i ask is becuase if you store everything in database like log on status, if there is a power failure it will show us ...Show All

  • Visual Studio Visual Source Safe 2005 Permissions Issue?

    I am having a problem setting up source safe on our network, when I add the database using a drive letter (ie. c:\vssdata) it works and I can connect to it from the same computer with either admin tools or client tools. When I try to enable HTTP access it tells me I need to use the UNC. So I switch to \\VSSSERVER\share . Now when i try to login on the local system I get "Access to file \\xxxxxxx\rights.dat denied". I have tried all the permission adjustments described in this forum, I even set the users group to FULL PERMISION and it still fails. My login to the Domain is an admin login. Any help would be great. Thanks Dan I had this problem too. Check this: can you open OK from th ...Show All

  • Visual Studio Team System Unable to get the latest from Team Foundation Server

    Hi, I have a team foundation server to which I added some code (Web projects, sln etc). Now when I try to go to File->Open from Source control and select a particular project some of the .cs files are not downloaded to my workspace. (Note: Workspace is already setup) I get a warning -"Unable to get because a directory already exists". and my project is not complete without those. I have to do a manual "Force Get Latest" to get those missing files. Any ideas what could I be doing wrong Thanks Ashish SP1 did not work for me either, but ... I've added my domain account to TFS Admins group and ... problem solved :( ... Also note that I could not access project po ...Show All

  • SQL Server "Upgrade" from 2000 to 2005, version still says 8.0.2039

    I just installed 2005 and accepted all the defaults to upgrade the default instance of 2000 as prompted. However, when I open the SQL Server Mgnt Studio, my server shows 8.0.2039 as the version which is 2000, and I can't restore a backup from another 2005 server, because it gives an error message like it still thinks its 2000. The whole installation process went fine including sp1. I looked in Services to see if there was more than one instance of SQL Server, and there isn't. Also, all my database files are still in the old 2000 (mssql\data) directory. Any ideas, solutions Thanks. Michael I did not uninstall anything. I just stopped the 2000 service, then reinserted the CD and reinstalled 2005 exactly a ...Show All

  • SQL Server joiing two unrelated tables?

    Hi, I have two tbls (trade & retail) - at the minute I have a query (in just one tbl) which looks like this SELECT SUM(Total) AS WeekRetailTotal, COUNT(*) AS MonthRetailOrderNo, DATEPART(wk, OrderDate) AS SalesWeek, YEAR(OrderDate) AS SalesYear FROM dbo.Orders_Retail WHERE (account = @Account) AND (OrderStatus <> 'Deleted') AND (PayStatus <> 'Pending') AND (OrderStatus <> 'Refunded') AND (DATEDIFF(d, OrderDate, @StartDate) <= 0) AND (DATEDIFF(d, OrderDate, @EndDate) >= 0) GROUP BY YEAR(OrderDate), DATEPART(wk, OrderDate) ORDER BY YEAR(OrderDate), DATEPART(wk, OrderDate) I then have the same query (bar a couple of differences) for the trade tbl which looks like this: SELECT SU ...Show All

  • Smart Device Development Installation of CF 2.0 SP1 failed. Why? PLEASE HELP ME :-((

    Hi, 2.0SP1 setup exit without errors, but cgacutil always say version 1.0.4292.0. Look at "19/10/2006 09:35:37: Delete GAC list file: failure". Please help me, this drive me crazy. Greetings from Italy. O.S. is WinCE 4.2 .NET core edition. This is my log: 19/10/2006 09:35:23: Entered Install_Init(). First Call: Yes Previously Installed: No Installation folder is: '\Windows'. 19/10/2006 09:35:23: Build 2.0.6129.00 created on May 9 2006 at 06:17:18 19/10/2006 09:35:23: Device CPU: 'ARMV4I', 05020000 (84017152) 19/10/2006 09:35:23: WinCE 4.20 19/10/2006 09:35:23: AKU string : '' 19/10/2006 09:35:23: OEM info : 'Mitac, Mio DigiWalker' 19/10/2006 09:35:23: Our trust level is: 2 19/10/2006 09:35:23: User LCID: 1 ...Show All

  • SQL Server string literal problem

    hi! din't work. I need some thing in C# that can execute like this: This works in SQl Query perfectly. xp_cmdshell 'dtexec /f \"D:\\SSISProject\\Integration Services Project1\\ArchiveMainMultiTables.dtsx\"/Set \package.Variables[User::connectst].Properties[Value];\""Data Source=SE413695\AASQL2005;Initial Catalog=TestDB;Provider=SQLNCLI.1;Integrated Security=SSPI;"\"' How do we interp ret in c# currently i have some thing like this which is not correct i need to fix this to work in C# string conn = @"""Data Source=SE413695\AASQL2005;Initial Catalog=TestDB;Provider=SQLNCLI.1;Integrated Security=SSPI;"""""; path = @"""D:\SSISProject\Int ...Show All

  • .NET Development DataSet Nested Rows

    hi, i have an xml file looks like that .csharpcode, .csharpcode pre {font-size:small;color:black;font-family:Consolas, "Courier New", Courier, Monospace;background-color:#ffffff;} .csharpcode pre {margin:0em;} .csharpcode .rem {color:#008000;} .csharpcode .kwrd {color:#0000ff;} .csharpcode .str {color:#006080;} .csharpcode .op {color:#0000c0;} .csharpcode .preproc {color:#cc6633;} .csharpcode .asp {background-color:#ffff00;} .csharpcode .html {color:#800000;} .csharpcode .attr {color:#ff0000;} .csharpcode .alt {background-color:#f4f4f4;width:100%;margin:0em;} .csharpcode .lnum {color:#606060;} 1: < Library > 2: < Book id ="1" name ="anything" > 3: & ...Show All

©2008 Software Development Network