Voodoo45's Q&A profile
Software Development for Windows Vista Windows SDK RTM Help problem
I have Windows SDK RTM (6000.0.0) installed on Windows Vista RC2. Initially I did a full install, but when I ran out of space on the system drive, I hit ' Change ' from Programs and Features and removed the documentation for .NET 3.0 Now I can no longer launch Windows SDK Documentation. Whenever I try to launch it, it fails with the message " Microsoft Document Explorer cannot be shown because the specified help collection 'ms:help://MS.MSSDK.1033' is invalid ". Is there a way I can fix this without having to reinstall Windows SDK (I no longer have enough space on my system drive to permit a full installation) Try running Repair for your installation. From 'Change' you'll see the Maintenance screen. Click the 'R ...Show All
SharePoint Products and Technologies Person Column in Lists
posted this over in general QA and thought it might go here better: Using MOSS and the BDC, we have the capability to add Business Data as columns in a list. How would I go about creating a "People" type in my BDC that pulls the data from the user profiles in MOSS What I would like to do is have a drop down or search screen for selecting a person from the profile store instead of keying the information into a contact list and then having the information be out of date , etc... It would be much easier to just allow them to select a person and pull the data from there. They would also get the "Presense" pawn next the persons name etc.. which would be very useful. Does this sound possible Has anyone done this ...Show All
Windows Forms Filtering a datagrid view
I have two datagridviews (A & B)filled by 2 different datasets and I want to filter datagridview B based on cell X on the current row of the datagridview, any sugestions on how I can do this I read through the documentation and the properties of the datagrid but nothing poped out at me as the correct property..... Jankowiak It's a difficult question to answer directly with such limited information but have you tried looking at DataViews i.e. DefaultView is a property of a DataTable and you can set the RowFilter property which is a psudo-sql expression as a string. From this view you could then utilise the ToTable() method and bind that to a control. Any help ...Show All
SQL Server Image fom web
Hello, I'm using SQL 2005 and reporting services. I have image from a web server. The image depend on the parameters. e.g the image value = " http://mywebserver/image/ " & parameters!id.value & ".jpg" while user chose parameter and run the report it's working fine but while user change the paramater generate the report the image not dispaly and red X show, if user click on the refresh button in the reporting service the ipgate dispaly. this is not occure from the visual studio only while access to the report from the web ot from the reportview control. any help ...Show All
Software Development for Windows Vista Facing problem in STS sample
as I am trying to run the STS sample I already created selfissued card now when i am trying to use this card after importing it to cardspace with the same sample.htm(fabricam site) it didn't work even Securetokenserver is running. I got message that "Unable to retrieve the information from ur managed card provider or you provide some wrong credentials." Ok, I found the solution, this was already solved, here are some links : http://blogs.msdn.com/sajay/archive/2006/11/09/intalling-and-running-your-sts-for-cardspace.aspx http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=659284&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=653995&SiteID=1 ...Show All
SQL Server SQL Server Caching
In a test app, I've noticed (by logging the times to execute) that it appears SQL Server 2005 is caching the results of queries (no client-side caching is being used). Some questions if I may... Is it possible to know how long/how many queries will be cached Is setting such caching a database setting Can longer-term caching priorities be set by configuration Is it possible send a command to the database (on startup) to preload the cache with certain data Thanks! Andy, What you are observing is most likely SQL Server's caching of data pages used in query execution, not the query results. One way to see this is to first execute DBCC DROPCLEANBUFFERS to clear all data pages out of cache ...Show All
.NET Development Updating and insertin data
My system is refusing to update and insert data. I am connection using oledb and am using datasets. i use the dataadapter.update method it does not work. i use the dataadpter.insert(id,fname etc) but it still does not work. can someone please help me I have a tableadapter connected to sqlserver 2005 express database. A dataset called addUsersDS A bindingSource called UsersBindingSource and am using binding navigator which does not have an AddNew button so i had to add mine. NB: The following code updates the dataset. Am even able to view the updates by scrolling Next and previous but when i close the form nothing has been updated to the database. Private Sub ToolStripButto ...Show All
Windows Forms Displaying data thru grid
I'm migrating an application VB6 to VB.NET. No its not a question about upgrade. In VB6, a third party grid was used to display data. I'm trying to use datagrid to display data. But to use Datagrid, I need to extract data from a Datatable. Is there any other possible way to add data to a Datagrid As I wont be able to add a new table. I dont think you can do this in .NET 1.1 (VS2003) but in .NET 2.0, you can do the above that I had stated plus direct additions/modifications to the datagridview: dim myValues() as Object = { "hello", "1" } Me .theDataGridView.Column.Add("ColumnName", "HeaderName") Me .theDataGridView.Rows.Add(myValues) this ...Show All
Visual C# Creating an MS Project Object in C#.NET
I wish to create a Microsoft Project (Project1.mpp) object in a Visual C# stand alone Windows application. In realitiy, I want to create two such objects and use one to update the other. For example push Project1.mpp.Start to Project2.mpp.Start. Any ideas or samples would be appreciated. ...Show All
Visual Studio Console App blows up when I try to publish it. (GenerateApplicationManifest path too long)
My console app was working perfectly in debug mode through the IDE, but when I went to publish it for deployment on the server, out of nowhere I got 2 messages and an error.I am using DAAB 2, and I have the common, data, data.configuration DLLs referenced. I have another app which is a VSTO app, which after much effort works fine. I compared my config files and they virtually identical, so why am I getting the messages on 1 and not the other. (Deployment is a real SOB). Anyway, I I got 2 messages and an error as follows. Any ideas would be extremely helpful. I have also posted the top of my app.config file. Message 1 Could not find schema information for the element 'dataConfiguration'. C:\Documents and Settings\cohen\My Document ...Show All
Visual Studio .hpp header files
In the "Add new item" dialog for C++ you can choose (among others) to add ".cpp" or ".h" files to the current project. What I'm missing is a ".hpp" C++ header file (for example also Boost uses the same extension to clearly make a distinction between C and C++ headers). Is it possible to add such a new item to the dialog myself Hi JIm, This is certainly doable. You just need to do something similar to what VC does for that HFile.h template in the VC\VCProjectItems directory. You'll want to place your empty template file (HFile.HPP for example) in that directory, then add an entry to the NewItems.vsdir in the VC\VCNewItems directory. Note, the stuff in that ...Show All
Connected Services Framework How to Query RDF using SPARQL for required input value?
Hi, It would be great if anybody can provide us with some information about the SPARQL (Query language for RDF). I could able to get some information about this in http://www.w3.org/TR/rdf-sparql-query/ but when I tried to use same SELECT Query with the CSF Profile store we are getting the exception that "SELECT" keyword is not defined with CSF schema. I even tried to use the CONSTRUCT statement provided in the CHM file but when we tried to query with this we got lot number of records, In this regard how can we filter the queried records with a particular values that were passed as an input value. Regards, I faced a similar problem while reading the data for a user from profile manager and found teh following ...Show All
Visual Studio Tools for Office Install tool for Outlook 2007 / VSTO 2005 SE / Vista
what tools out there will do an install on Outlook 2007 / VSTO 2005 SE / Vista and my add-in Obviously this is for a beta but I cannot seem to get the VS setup project to work for me through a series of errors or non-functioning tidbits. What install tool SHOULD work I think you may be running into a known issue with Visual Studio 2005 and Vista. I'd recommend trying the workaround shown at http://blogs.msdn.com/astebner/archive/2006/08/01/684849.aspx . hth, Christa ...Show All
Smart Device Development Memory insufficient on Mobile 5.0 emulator
I try to debug an application on windows mobile 5.0, however there is a low memory on the emulator. I am try to reconfigure the memory size for the emulator however the part was being disable. Please advice By command-line i mean find out using what command-line emulator was launched. You can try using process explorer for that. -Thanks, Mohit ...Show All
SQL Server Log Shipping Failover / Failback Question
Hello all, I'm about to setup Log Shipping in our SQL Server 2000 environment. I will have the primary server, one standby server, and the witness server in this setup. I understand the process of failover and the stored procedures needed to make this happen, but my main question is about failback. Once the standby server has assumed the primary role, will log shipping be automatically configured to start flowing from the new primary server to the old primary server, or will I have to go back and setup log shipping from the new primary server to the old primary server Thanks for any help or insight you can provide on this subject! Eric Thanks for the link Kevin! Since this is for SQL Server 2005 ...Show All
