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

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

SeeMe

Member List

yvolk
Anderss22
d.cosentino
DanoruX
Michael Barrett
Rhubarb
3lizard3
LeahMM
Gerhardo
Loopsludge
Juvraj
comwizz2
Karthick Sukumaran
Toni Chaffin
palmirag
yanyee
Kamia111
vbmon
Fernando Tubio
Anders Pettersson
Only Title

SeeMe's Q&A profile

  • Visual Studio Team System Error when viewing workitem details over web

    I have my build server runingnicely, but when an exception occurs, it creates an email to me with a link similar to the following: http://<tfsserver>:8080/WorkItemTracking/WorkItem.aspx artifactMoniker=283 However, clicking the link displays the message: "The given key was not present in the dictionary." I understand that this is probably a mis-configuration of the data warehouse data, but I'm unsure where to look. Can anyone offer suggestions as to where to look first I'm very sorry, you are right again. For me, it was important that I have the same problem "Error when viewing workitem details over web" and I've ignored fact that Tim Dallmann reported the problem in context of ...Show All

  • .NET Development error 25015 .net framework 2.0

    hi im new to this forum so i dont know if im posting this in the right forum. im having this problem while installing .net framework 2.0 sorry for my bad translation Error 25015.the instalation of assembly C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Web.dll has failed cause of a system error: the system cannot find specified path. can somebody help me pls Please refer to http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=466130&SiteID=1 .  What version of WinFX are you trying to install ...Show All

  • SQL Server Help with optimizing query

    if I have the following tables: Table Customer_tbl cust_id as int (PK), ... Table Item_tbl item_id as int (PK), ... Table Selected_Items_tbl selected_item_id as int (PK), cust_id as int (FK), item_id as int (FK), ... ------- With the following query: select cust_ID from selected_items_tbl WHERE item_id in (1, 2, n) GROUP BY cust_id, item_id HAVING cust_id in (select cust_id from selected_items_tbl where item_id = 1) AND cust_id in (select cust_id from selected_items_tbl where item_id = 2) AND cust_id in (select cust_id from selected_items_tbl where item_id = n) ------- Each of these tables has other items included. Selected_Items_tbl holds zero to many of the items from the item_tbl for each customer. If I ...Show All

  • Software Development for Windows Vista XPS Viewer

    How can I get the XPS Viewer ...Show All

  • SQL Server need decimal data after division

    HI, when i divide 2 nos i need the result in decimal. always the fractional part is truncated how to get it. venp-- I don't understand what you mean. Can you explain more clearly The precision & scale of any arithmetic calculation involving decimal numbers depends on the precision & scale of the individual values. You can use CAST to get constant precision/scale but make sure you use the appropriate values. In any case, see the link below from BOL for more details: http://msdn2.microsoft.com/en-us/library/ms190476.aspx Also, each tool (ISQLW, SSMS or SQLCMD) handles the display of decimal values differently and there are often settings to control it. In any case, you need to explain your p ...Show All

  • Software Development for Windows Vista Standard Issues of windows Vista

    While going through the Hands-on-lab provided on MSDN for Vista Issues I came across an issue named GLOBAL OBJECT CREATION.It is not clear from the Lab , please provide some more deatils on the same. Read http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=748596&SiteID=1 ...Show All

  • SQL Server Running DTS packages from 2005 SQL Server

    Hi DBAs, I have a dilemma and I hope you can help me with it… Here is the deal: I am migrating a database from 32-bit SQL Server 2K to 64-bit SQL Server 2005. There is a DTS package that transfers data between my old database and a Sybase db. There is no Sybase client on my new server. I stored the DTS package on a server that has all providers available and changed the connection strings pointing to the newly migrated 2005 database. There is a batch file stored on the same server as the package that initiates it using dtsrun command. The package executes successfully if I run it from the host server; however every attempt of calling the batch file from the 2005 64-bit box gives me provider errors. ...Show All

  • Visual Studio 2008 (Pre-release) Load App.xaml at runtime

    I'm trying to build an application that can load the app.xaml on runtime. I don't know absolutly if this is possible and if yes how to do this. Who can tell me if this is possible and how Best regards Horst Hi Josh For the moment I will load Ressources at runtime by a Xml, well I could load it with a xmlReader. But is there a better smugger way Horst ...Show All

  • Internet Explorer Development ? How to disable IE default browser check

    My team is implementing a single sign-on solution. Public use workstations auto-login to a generic id and the user authenticates to the workstation through a GINA that is part of the package. Any application launched via the single-sign on toolbar runs as the authenticated user and not as the user logged into the workstation. The history compiled by the internet tracking software installed is based on the userid of the instances of iexplore.exe running so we had to force all browser traffic through a 'RunAs' application that is part of the single sign-on package. So we created a 'browser' application that is just a call to the 'RunAs' application which launches iexplore.exe as the authenticated user. The 'browser' app also sends along a ...Show All

  • Smart Device Development Using POOM

    Hi, I would like to know how to use POOM I would even like to know from where i can purchase this API Thank you, Prashant POOM SDK is available here http://thesource.ofallevil.com/downloads/details.aspx familyid=78D1A8B7-D606-45B2-9CDC-58BF5A578338&displaylang=en Here are other links to write applications using POOM http://thesource.ofallevil.com/downloads/details.aspx familyid=80D3D611-CC81-4190-AAB4-B1EA57637BAC&displaylang=en http://blogs.msdn.com/stevenpr/archive/2004/08/05/209390.aspx ...Show All

  • SQL Server Log Shipping problem

    I have several SQL Server 2000 SP4 instances on Windows 2003 Advanced Server and Datacenter Edition shipping logs to a SQL Server 2000 SP4 instance on Windows 2003 Advanced Server. All of the log shipping pairs work fine except in the case of one instance. When I set up a log shipping pair from it, the maintenance plan, jobs and entries in the system tables are created successfuly, the initial database (which is small in my example) is backed up as part of the log shipping setup, copied to the secondary server and restored. But when the "copy" job executes in the secondary server, it doesn't copy the transaction log backups from the backup server. Other log shipping pairs established from other primaries to this secondary server ...Show All

  • Visual Studio Express Editions mfc library

    can any one tell me how i can get the mfc header files (assuming they are header files) so that i can use them with visual express thanks Let me just add that there's a common misconception amongst new developers that when they need to include a header to make something work, they seem to assume they just need to find that single file. A header is often an entry point into a library, which will include many other headers. In addition, headers are useless without .cpp files or .lib files ( which are precompiled .cpp files for your code to link to ). So, MFC requires a lot of files above and beyond the headers that the help tells you to include, and as Jonathan has stated, the Express Edition does not support MFC. ...Show All

  • Visual Studio Sandcastle config schema

    Does anyone know if SandCastle will release with a configuration schema Would be nice to be able to validate configuration files. If you can provide me additional details on when configuration schema I will be happy to provide details. Anand.. ...Show All

  • Visual Studio Express Editions Related to AppDomain in VB.net

    Hi How can i find whether the appdomain is already exists or appdomain.friendlyname is already exists by AHMED Try posting in the VB language section to see if they can help you out. http://forums.microsoft.com/MSDN/AddPost.aspx PostID=995318&SiteID=1 This forum is reserved for registration and installation problems. ...Show All

  • Visual C# Get Part of rows from DataTable .

    Hi I have DataTable with many rows. i want to get from DataTable alway 20 rows. Once the first 20 records and next time i want to get the thrid (20 records). which way it is easily to make this. take a look at these articles: http://www.codeproject.com/useritems/eboxzone.asp http://www.sitepoint.com/print/asp-nets-pageddatasource hope this helps ...Show All

©2008 Software Development Network