Preethi Mohan's Q&A profile
Visual Studio VS Help intergration- KIndex problem
Hi, This is for the help index for our VSIP package. I am using VSHIK 2003. The Kindex.HxK file contains the following entries- <Keyword Term="Keyword1"> <Jump rl="Html/Htmpage1.htm"/> <Keyword Term="Subkeyword1"><Jump Url="Html/Htmpage1.htm#BABEIHDF"/> </Keyword> <Keyword Term="Subkeyword2"><Jump Url="Html/Htmpage1.htm"/></Keyword> </Keyword> The help project on compilation gives the following warning/info- Info: No parsing for topic 1682: /Html/Htmpage1.htm#BABEIHDF And on installing the help, the ...Show All
Visual Studio Team System Confusion when the Merge target solution is not loaded
Merging when the source branch solution is loaded into VS and the target branch isn't throws you off for a moment because you know there should be pending changes but there aren't any. At least not until you load the target branch solution. This is a rough-edge IMO. What if I merge branches and the merge spans multiple solutions Do I need to load each solution in order to checkin all the pending changes from within VS I know there's probably an easier way to do this from the command line but folks are probably going to prefer to stay in VS when possible. Do you ...Show All
Visual Studio Microsoft Visual Studio 2005 Setup Error
I'm trying to install Visual Studio 2005 Team Suite from a MSDN subscriber download. Each time I run the installer I get the following error. Any help would be great. --------------------------- Microsoft Visual Studio 2005 Setup --------------------------- Error 1305.Error reading from file C:\Documents and Settings\All Users\Application Data\Microsoft\Device Emulator\{DE425A95-FBB8-46CB-8DFD-89867130F732}.dess. Verify that the file exists and that you can access it. --------------------------- Retry Cancel --------------------------- Thanks ...Show All
Visual Basic Can VisualBasic send an SMS message?
Can VisualBasic v8 (.NET 2005) send an SMS text message to a mobile phone# Mine's running on Windows server 2003. This would be ever so cool !!! How can the @domain part be automatically determined knowing just the mobile# How do cellular providers determine the target provider when you send an SMS message to just a mobile phone# Thanks. ...Show All
Visual Studio Express Editions PageSetupDialog Printer Button
Hello Once Again, After a few hours of fruitless research, I'm back with a question. I want to get the Printer button enabled on the PageSetupDialog box. PageSetupDialog displays but I can't get the Print button enabled so that I can select a printer. Can you help me I'm using this code to show the PageSetupDialog: Private Sub btnPrintSetup_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnPrintSetup.Click PageSetupDialog1.AllowPrinter() = True PageSetupDialog1.PageSettings = New ...Show All
Visual Studio Team System Are web tests executed in actual application?
When I execute a recorded web test that would add a new company (or whatever) in the application, the new company is not added when I go and check in the application after the test was completed successfully. Not sure how the test run process works. Does it have a real effect on the data in the application that I am testing The replayed test should indeed have an effect on the application --it should have the same effect as if running the application in the browser. It is not clear why this does not appear to be working for you. But it could be one of the following issues: 1.) It is possible that ...Show All
Visual Studio Express Editions Visual Studio Express Announcements...Few doubts can any one clarify?
Hi Friends... just today i came across this post in http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=357189&SiteID=1 I could not see a reply link... so i am posting this as new thread IF the moderator feels appropritae please shift this thread to a more fitting catogory I would like to know few things regrding the downlad of VS xpress edition My os is windows 2000 I have Microsoft visual studio 6 installed Are the links specified in http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=126606&SiteID=1 still valid for free downlaod Do i have to download each one seperately and install seperately or I ...Show All
SQL Server How to restore, transfer or copy a sql 2005 database to sql 2000 server
Because I'm stupid I assumed, it would be simple to move a sql server 2005 database to sql server 2000, if I don't use special 2005 features. But restore completely not work. No option in case of restore OK - there are some hints about using export etc. in http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=166196&SiteID=1 But it seems to be not so easy. Can someone please explain, how to do this move step by step I need complete transfer for all objects, including fulltext, indexes, triggers and data. Can I use BCP :-( Many thanks for help - I run into real trubble with this... fd2000 ...Show All
SQL Server SSIS Portability
I moved an SSIS Package from a computer A to a computer B. I opened it on B. A number of tasks got the red bullet, obviously because the Connection Managers were no more valid. One could have expected that if the names of the servers, databases and tables were identical on A and B the Connection Managers would remain valid. Not so I’m afraid. I tried to Edit one of the Sources in order to link it to the new Connection Manager. After more than one minute (on a powerful computer) during which VS was “Not Responding”, I got the following Massage Boxes: ================================================= TITLE: Microsoft Visua ...Show All
SQL Server merge agent error
Hi We are using HTTPS merge replication. One of my subscribers is getting this error: Error messages: The Merge Agent failed after detecting that retention-based metadata cleanup has deleted metadata at the Publisher for changes not yet sent to the Subscriber. You must reinitialize the subscription (without upload). (Source: MSSQL_REPL, Error number: MSSQL_REPL-2147199402) This is a bit surprising - it has been working fine - and also there were no changes at the publisher (it only has one article in this publication - a stored proc) Why would this have happened The retention period is 45 days and they syn ...Show All
Visual Studio Express Editions How do I pass return codes on exit?
I would like to call a program using Call Shell(), wait for it to finish, then (if possible), collect the data it returns (as if it were a function). My question is, how do I make a program that sends data back when it exits, and how do I make another program that calls this program, then gets the data Environment . ExitCode = MyExitStatus ...Show All
Visual Studio Problem creating new reports : Missing data sources
Hi! I have a problem creating Crystal Reports, because designer shows no data sources. I have my solution divided in 2 projects : (user interface) UI and (data) DAL. I have all my datasets defined in DAL and I want reports to be in UI (UI has DAL included as reference). But when creating a new report in UI it doesn't display any of DALs DataSets (It works just fine if I create new report in DAL). Any suggestions how to fix this How do I tell VS that datasources are in other project ps: I'm using VS 2005 -Mirko Teran Has this been changed form vs2003 to vs2005 Because we have an old project cre ...Show All
SQL Server Error while restoring SQL7 data on SQL Express 2005
Hi, I have backup of data from SQL Server 7.0 and now when i'm trying to restore it into SQL Express 2005, I'm getting following error...... -------------------- Msg 3154, Level 16, State 2, Line 1 The backup set holds a backup of a database other than the existing 'GOSLDW' database. Msg 3013, Level 16, State 1, Line 1 RESTORE DATABASE is terminating abnormally. -------------------- Here is SQL i'm using to restore database, RESTORE DATABASE GOSLDW FROM DISK = 'C:\sqlserverData\GOSLDW' WITH MOVE 'GOSLDW' TO 'C:\sqlserverData\GOSLDW.mdf', MOVE 'GOSLDW' TO 'C:\sqlserverData\GOSLDW.ldf' GO Why i'm getting this error Am i missing anything ...Show All
Visual Basic retrieve selected data from SQL database using vb.net
I already watch the video in the vb.net express to learn about the data binding. But the problem that i face is when i want to retrieve certain data from the database. the video just show how to fill and update. who ever know the code to retrieve the selected row from the SQL database using vb.net 2005 thanks Fill is what you use to retrieve a row from SQL, using a data grid control. The easiest thing is to set the data source as a SQL query, Using for example, Select * From MyTable Where MyField = 'MyCriteria' If you do not want to use the grid, or data bound controls, then use a SqlDataReader (or an OLE Data Reader if ...Show All
SQL Server To change database engine
I setup Visual Studio .Net 2005 and SQL Server 2005 express edition is installed with Visual Studio .NET 2005. Then I intalled SQL Server 2005 Standard Edition. When I looked at SQL SERVER Surface Area Configuration my database engine is shown as SQLEXPRESS. I want to use SQL SERVER 2005 standard edition and want to change my database engine to sql server standard edition. Can you help me I have the same problem as described above. I first installed SQL Server Express then after a while I changed to SQL Server Standard 2005. It works if I connect using the Server Explorer in Visual Studio, through there ...Show All
