bluedvd's Q&A profile
Visual Studio imbedded spaces in the command line
Is there a way to get MSBuild to recognize embedded spaces in the command line For instance if I wanted to pass a directory property that might contain embeddes spaces can that be done MSBuild /property:MyDir=C:\Documents andSettings\ MyProj.proj I have tried wrapping various portions of the property above in double quotes, but when I do, MSBuild seems to think it is project file or has some other misinterpretation of what I am trying to do. Thanks, Leslie Simon, Thanks for double checking. I figured out what I was doing wrong. I was attempting to pass SolutionDir from the IDE through to an MSBuild. I was wrapping the SolutionDir with double quotes so that it looked like: MSBuild /pro ...Show All
SQL Server how to solve this Error: 0xC0017004
hi ! Sorry i am posting this again cos my problem is not fixed yet and i set the last reply as answer i don't know if i need to post it again. i am executing Sql task with a stored proceedure to get values from Database. Which gets the value correctly. The variable value i am trying to set in the connection string through the Expression. The variable value is Path of the DTsx file e.g D:\TAHOE\APPS\SSISPackages\Integration Services Packages\ Ticket.dtsx. there are around 22 Variables i am setting to the connection string of the DTSX files. Error: 0xC001401E at DoArchive, Connection manager "ArchiveTicketException.dtsx": The file name "D:\TAHOE\APPS\SSISPackages\Integration Services Packages\ArchiveTick ...Show All
Visual C++ unresolved external error
I am having an unresolved external problem. This is my error output: Linking... tryagain.obj : error LNK2019: unresolved external symbol _furnsh_c referenced in function _main C:\Documents and Settings\sharyl\Desktop\cspice\exe\tryagain\Debug\tryagain.exe : fatal error LNK1120: 1 unresolved externals I have the enviroment variables set so that the library that contains furnsh_c is in the lib path, and the include folders, etc are also in the system's enviroment variables. I have also added the lib that has furnsh_c to the additional dependencies. What am I missing Is it possible that I changed another setting that is causing this Thanks! ok thanks. here is what i came up with: running dumpbin on the object file ...Show All
SQL Server SQL 2005 Express slow/stalling
Hi All, I've read a few threads on problems that look similar to my issue, but I can't seem to find a solution. Is there any particular reason a queries should take longer than normal to execute And I don't just mean a couple of seconds... Some times a query can take about 0.01 seconds to execute (which is good) and others it takes 25 seconds to execute (which is bad). This anomaly seems to occur on all websites using the database instance. The only thing I can think of is something to do with the server running as a Windows user as opposed to System. The user (system.mssql) has no special rights except for log on as service, plus all the normal (modify) permissions on the SQL-related directories. If anybody could give me a ...Show All
Windows Forms Enabling new line in a Multi line EDit Box after pressing enter or Tab key
Hi, Please tell me how to enable new line in a multi line Edit Box after pressing enter or Tab key. ========Suresh Hi, I am guessing you are using a textbox I which case make sure that the MULTILINE and WordWrap properties are both set to TRUE. Use the following as examples of how to add a new line to a textbox>> textbox1.text="Hello" & VBCRLf & "there!" or>> put this line at the top of your code window>> Imports Microsoft.VisualBasic.ControlChars ' then use>> textbox1.text="Hello" & NewLine & "there!" Hope this is what you want or to get the cursor at the start of a newline>> textbox1.text=textbox1 ...Show All
SQL Server Problem passing parameters to sub report
Hi, I'm hoping this will be an easy one for you gurus: I have a report with 2 groups and a detail line. I have put a sub report in the group1 footer. Now I can pass the main reports parameters down to the sub-report no problems. The problem I have is that I coded an "All" option into the reps parameter, so that I can report on (for example) all reps sales rather than just one. Problem is that I need each groups rep ID passed down to the sub report. If I pass the All parameter, the report gives me all reps results in the group footer of each rep. I have tried passing the reportitems!txtrepid.value (the text field holding the repID value in the report) to the sub report, but that doesn't work. Any ideas ...Show All
Windows Forms radioButton, checkBox - selection frame on WinXP
I have a problem with radioButtons and checkBoxes in my windows application on WindowsXP. If I select the radioButton or checkBox, I don't see the selection dotted frame. So if I moving between radioButtons or checkBoxes by arrows, I don't see my position (I don't see which control is selected). On Windows2000 this work correctly. Can you help me please Menu items don't show the 'underline'. It is the same problem so use the same solution. T hat is the default behaviour for Windows 2000 and up, its part of the OS. You can change this for your workstation (in XP) via the Display Properties (right click on the desktop and choose properties) then go to the 'Appearance' tab and click the 'Effects butto ...Show All
SQL Server An error has occurred when connecting to SQL Server 2005??? but i am running SQL Server 2000
Hi all, just wondering if anyone knows what may be causing this error: " System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005" This happens when trying to connect to a SQL Server 2000 database after running windows update on Server 2003. we believe that this is being reported by an updated ODBC driver rather than SQL Server itself. Although we have no idea of why it is doing this. Could anyone please offer advice in this matter Thanks in advance, Chris. Beside this there has to be another message stating the inner message of the error. But in common you are right, the updatet dr ...Show All
SQL Server "where" statement in list
I have one dataset and two lists with one table in each list. the two tables should get their data from the same dataset. but the tables need different "where" statements. in the dataset I only can define one "where" statment. it is possible to displace the "where" statment into the two lists they should access to the dataset with their own "where" statement. My where statement for the first table is WHERE (dbo.endgeraet.ansprechpartner IN (@usernr)) when I remove it in the dataset and put it in the table as filter, the preview gives me an error "the processing of filterexpression for the table 'table1' cannot be performed. cannot compare data of types system.int32 and system.string. please check the d ...Show All
Visual C++ How to rebuild the C++ STL library for Visual Studio 2005?
I have made some changes to (to solve C2248 basic_ios problem) the VC8 STL library. How do I rebuild the C++ STL for Visual Studio 2005 The exorbitant (if I may so editoralize) rates appear to apply to the Express users. Visual Studio users get two free support requests. Try following that link. ...Show All
Community Chat Media Player 11 TV Tuner?
Hi I love media player 11 but there is a major drawback it cant watch TV. I have a USB TV car but i have to use arcsoft totalmedia to play the TV is there anything to make the media player pick up the card and play the freeview Or is there any websites or software or plug-in stuff to allow media player to watch TV over the internet Luke. There is a Windows Media Community site. http://www.microsoft.com/windows/windowsmedia/community.aspx Maybe you find more help in the Windows Media newsgroups. http://www.microsoft.com/windows/windowsmedia/community/newsgroups/WindowsMedia/default.mspx dg=microsoft.public.windowsmedia&lang=en&cr=US ...Show All
Windows Forms how we can initailize datagridview?
how we can do data grid column sum in vb.net there are 2 columns in the datagrid debit and credit i want to get the sum of these 2 columns and compare. in this coding there is some error occur about datagridview1 how i can solve it Dim debitTotal As Integer = 0 Dim creditTotal As Integer = 0 Dim counter As Integer ' Iterate through all the rows and sum up the appropriate columns. For counter = 0 To (DataGridView1.Rows.Count - 1) If Not DataGridView1.Rows(counter).Cells("debit").Value Is Nothing Then If Not DataGridView1.Rows(counter).Cells("debit").Value.ToString().Length = 0 Then debitTotal += Integer.Parse(DataGridView1.Rows(counter).Cells("debit").Value ...Show All
SharePoint Products and Technologies SP Page with Web Parts and Wiki Content?
Does anyone know if it is possible to create a sharepoint page where i can embed web parts and wiki content all on the same page I have only found a way to create either a sp web part page or separately a wiki only page. instead i want a page that has both types on a single page. ideas ...Show All
Windows Search Technologies IFilter for MSHelp2.0 Files?
Hi, I’m working towards coming up with a prototype that will hook into Windows Desktop Search and allow a user to search for API’s used in Windows SDK samples (located on the file system) or in code snippets located in the Windows SDK documentation (.hxs files). One aspect of my project is to have Windows Desktop Search index .hxs files. Does WDS already have a plug-in/IFilter for this A .hxs file is composed of multiple topics. I want to write a filter that will enable WDS to index the code snippets (examples present on all the topic pages, if any). When the user clicks on the search result, he’s taken to the topic page where the code snippet is present. (Another approach would be to index every topic page & la ...Show All
Visual Basic rtf files and images
I'm creating a program that uses a richtextbox and saves to a rtf file. I'm ok with the whole saving and opening part, and can even copy and paste images into the file and save them, but I want to create an insert image button similar to that of Word where it pops up a box that allows the user to select the file they want to insert. Any suggestions Ok, so this is what I have so far Private Sub MenuItem7_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MenuItem7.Click Dim MyFormat As DataFormats.Format = DataFormats.GetFormat(DataFormats.Bitmap) Me.OpenFileDialog1.Filter = "*.bmp|*.bmp" Me.OpenFileDialog1.ShowDialog() If (OpenFileDialog1.FileNa ...Show All
