bslim's Q&A profile
Visual Studio Team System Team system does not recongnise ".js" page of my website when i try to record and run the script
Hi, All One of my '.js' file does not get recognised when i try to run the script. this is what happens i have a '.js' file in my website and i have recorded the website in teamsystem and when i run back the script ..I get a error 404 page not Found ******This is the page i am not able to record "http://blrasp04/portal/js/ieupdate.js"******* Following is the error i get in the test results screen Warning: Test Run deployment issue: Failed to get the file for deployment item 'C:\Documents and Settings\jrajeev\My Documents\Visual Studio 2005\Projects\Portal\bin\Portal.dll': System.IO.FileNotFoundException: Could not find file 'C:\Documents and Settings\sabijith\My Documents\Visual Studio 20 ...Show All
SQL Server Report Model missing some fields
I hope someone can clarify what I observe below. When I add a certain Table into my report model, one of the fields is not automatically converted into an attribute, but I'm not sure what the exact pattern is. This table has 3 fields as its key, two of them get included and one does not. The one that does not, is also added as a Role as it is used in a relationship within the DSV (Data Source View). Does anyone know what rules BIS (Business Intelligence Studio) uses in deciding which fields to automatically convert using the wizard and which to skip Perhaps I'm doing something wrong, or there is a workaround If anyone can shed any light in the issue, I'd greatly appreciate their comment. Thanks in advance and kindest rega ...Show All
Visual Studio Team System Machine rename makes webservice unavailable?
Last week i built a TFS VM running win2k3 etc from a vhd. I think it's a standard demo image. When joining to Redmond i renamed it uniquely. The original name was tfsrtm. Now i can't hit the webservice despite trying many things. Logged in as the admin specified in the readme that came with the image, i added my Redmond account and installed 55 updates. I also renamed the TFS website uniquely, the same as the machine, in IIS. The machine can be pinged but the TFS webservice status page yields "Service Unavailable" in IE. Of course then neither the server be added to the server list via Team Explorer (TF32001 on host TE & TF32005 on vm TE). That's what i need to get started! So here's what i've tried: Working on jus ...Show All
Visual C++ Visual c++ basics
how do you gray the "OK" button Options are: 1. Call EnableWindow with hwnd of the "OK" button Window. 2. Call EnableWindow with parent window of "OK" button Window. 3. Call DisableWindow with hwnd of the "OK" button Window. 4. Call GreyWindow with hwnd of the "OK" button Window. 5. Call GreyWindow with parent window of "OK" button Window. #3 I'm pretty sure. Definitely not 1, 2, or 5. I'm not familiar with #4 but it sure looks promising too. I can't help but state this would be awfully easy to test and find out yourself. ...Show All
Visual Studio Team System Is there a tool to create class diagram
Using Guidance tool with VS 2005 team version, I created a web service solution. When coding is done, I need to create a class diagram. Is there a tool can do this based on my Vs 2005 solution and project, or binaries Thanks By default, properties and fields are not shown as relationships. If you want a property or field that does in fact define a relationship to be shown as such, right-click on it and choose "Show as association" from the pop-up menu. ...Show All
SQL Server Problem with Look up
Hi all; I have created a SSIS package to import data from flat file to database table, which consists of Flat file Source -> Look up -> OLE DB Destination. I'm using Look Up in order to avoid duplicate records. My database table contain around 35,00000 s of rows. So when I'm running the package the above amount of data goes to Lookup cache, which require a large storage memory. So I'm not able to execute my package. I need to run the package in order to update my database. So is there any solution, in which I can check the duplicate records to get into the database and time consumption to run the package will be less. Thanks in advance... Andy Leonard wrote: Hi Sanidha, You may ...Show All
SQL Server sql server connection
when I try to connect my application for database in sql server 2003, while compiling there is an error message "An unhandled exception of type 'System.Data.SqlClient.SqlException' occurred in system.data.dll Additional information: System error. That occurs in the code Private Sub Form1_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load DACategories.Fill(CategoriesProducts1, "Categories") DAProducts.Fill(CategoriesProducts1, "Products") End Sub how can I solve this. I uninstalled and installed SQL twice and VB.net once, but the problem was not solved One idea is to put try catch sartements around each of the fills to se ...Show All
SQL Server Import dedicated Records from a Flatfile to a DB
Hello all I got a Problem when I try to store Data from a Flatfile to a DB. The following Error appears in the Progress Control: An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80004005 Description: "Violation of PRIMARY KEY constraint 'PK_Products_1'. Cannot insert duplicate key in object 'dbo.Products'.". I have a Flat File Source, and would like to store the needed records in a DB. In Column 0 in the Flatfile I have multiple Entries with equal Values. In the DB this Column is set as Primary Key and can only have one Record with the same Value in this Column. How can I read out (or store) only one Record with the same Value from the Flatfile to store it in t ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Do any big game companies use C#, VB.Net or J#
Hi, it's me again. ;) I've posted many posts in this thread, but try to stand me. Okay. This could be a silly question, but does any big game house use C#, VB.NET or J# to program DirectX Is it possible Timo i think most algorithms have nothing much to do with programming skills but with math skills ;) I learned c++ only for game development, all my other project are writen in .net managed code. I was first playing with the directx sdk on vb.net and for what i was doing i only had an averange of 10 FPS on managed code. Made the same thing on c++ and the result was an averange of 100-150 FPS. I first noticed when i run the SDK samples in managed code and then in native code, i noticed the difference. So thats the only reass ...Show All
Visual Studio 2008 (Pre-release) Changing the value/content of a property/control in a DataTemplate doesn't update UI
In my application, I've got this XAML code: < Page.Resources > < SharepointListItemsViewer:NodeTemplateSelector x:Key = " nodeTemplateSelector " /> </ Page.Resources > < Graph:Graph Name = " theGraph " NodesBindingPath = " ChildNodes " CoefficientOfDampening = " 0.7 " FrameRate = " 0.5 " NodeTemplateSelector = " {StaticResource nodeTemplateSelector} " > < Graph:Graph.Resources > < Style TargetType = " {x:Type Button} " > < Setter Property = " Template " > < Setter.Value > < ControlTemplate TargetType = " {x:Type Button} " > < Border ...Show All
Visual Studio Team System Joint Application Development
Hi, How TFS can be used for Joint Application Development Can we use two Team Foundation Servers and synchronize with each other Is there any method to take back up for a single team project in TFS Thanks, Renil Short answer: No. Long answer: You can use the TFS Version Control Proxy server to speed up remote site access times when connecting to your main TFS repository - however you need reliable connectivity as the off-line story is not particular good. In theory, you could write some code that subscribed to event notifications from two servers and tried to keep the two in sync. However this would be very complicated and error prone. I'd expect third parties to be active in this area, it may well makes it into th ...Show All
SQL Server Access database with php access
Hello all, forgive me if this isn't the right forum for this isue I'm using the following php code: $db = realpath("database/userdatabase.mdb") or die('<b>Connectie met database mislukt</b>'); $conn = new COM("ADODB.Connection"); $conn->Open("DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=$db"); $conn->Execute("INSERT INTO TblNews(Title, Nieuws, Date, Author) VALUES ('Testing', 'tekst', '16Oktober2006', 'Ikke')"); $conn->Execute("INSERT INTO TblNews VALUES (20,'Testing', 'tekst', '16 Oktober 2006', 'Ikke')"); The 2nd insert command works perfectly but the first gives an error all the time! The table has a NewsID with auto_increment on.. The error: Fa ...Show All
SQL Server Update with Inner join
I have an MS Access query that needs to be converted ot SQL Server 2005 Access Query: UPDATE tblCheckNumber INNER JOIN tblHistory ON tblCheckNumber.Autonumber = tblHistory.AutoNumber SET tblHistory.CheckAmount = ([tblchecknumber].[amount1]), tblHistory.CheckNumber = [tblchecknumber].[checknumber], tblHistory.CheckDate = [tblchecknumber].[checkdate], tblHistory.AccountNumber = [tblchecknumber].[AccountNumber], tblCheckNumber.Updated = "YES" WHERE (((tblHistory.CheckAmount) Is Null Or (tblHistory.CheckAmount)= 0 ) AND ((tblHistory.CheckNumber) Is Null ) AND ((tblHistory.CheckDate) Is Null ) AND ((tblHistory.AccountNumber) Is Null )); SQL conversion: UPDATE tblC ...Show All
Visual C# I would like to search for a record(rate) using C# code from 2 tables and display the
I would like to reach for a record using C# code from 2 tables and display the rate in a textbox on a form. The tables are State and Zipcode. State is the primary key in th State table and it is also a foerign key in the Zipcode table. The Zipcode table has 2 fields, zipcode and rate and the primary key is zipcode. Please find below code that I have so far. public void CalculateTax() { string cnnStr = "Data Source=.\\SQLEXPRESS;AttachDbFilename=|DataDirectory|\\TaxCalculate.mdf;Integrated Security=True;User Instance=True" ; SqlConnection myConn = new SqlConnection (cnnStr); SqlDataAdapter daTaxCalculate = new SqlDataAdapter (); daTaxCalculate.TableMappings.Add( "Table" , "State&q ...Show All
Smart Device Development AMR native codec
Can I use native codec AMR to encode .wav files Is there a place where I could find documentation regarding this The functions found in Amr.decAmr.enc, amr_reader.dll,amr_writer.dll are documented Thank you, Tudor. This forum is primarily monitored by Visual Studio for devices group. Please check this link for more appropriate forum for this type of queries http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=286724&SiteID=1 Thanks Srikanth Bogadapati\ ...Show All
