humbara's Q&A profile
Visual Studio Repair missing Project assignment / links
In my SourceSafe I got many Items that get deleted when I run a repair task. * When I look at the property->links info it is empty, * When I look at the proberty->path info it says "***Deleted*** 1->1" Is there any way to repair those items and restore the project/link assignment The repair task simply deletes all those files Is this list completely empty or have just one record in it Do you still have empty Links list after running “Analyze –f” If so then something is wrong with Analyze utility. It would be great if you could share the database with us assuming you ...Show All
Software Development for Windows Vista Suggestion for the SQLTracking Service
Hi, I don't know if it makes sense, but I would like to override the GetProfile (...) method of the SQLTrackingService in order to specify a Custom profile for tracking. But this class is sealed... Any comment Serge Luca Guidance, Belgium MCSD.Net, MCT blog: www.redwoood.be You can add a custom profile by putting the xml serialized version of a profile into the profiles table. Look at the Profile editor sample application in the SDK to get an idea of how you might do that. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. I can not render primiteves. Can anybody help me? (VB.Net 2003)
Hi everyone! I started writing new application using VB.Net (2003) and DirectX 9 (December 2005). It is my first application. I have successfully initiated DirectX, but I can not render anything. The screen is still blue (as after intialisation of DX) and I can not see anything else. Can anybody help me I really don't know what is wrong. Thanks, Karlo PS.Below you can find some parts of my code. Public Sub InitGeometry() vb = New VertexBuffer(UrzadzenieDX3D, 3 * CustomVertex.TransformedColored.StrideSize, Usage.None, CustomVertex.TransformedColored.Format, Pool.Default) Dim strumien As GraphicsStream = vb.Lock(0, 0, 0) Dim W ...Show All
SQL Server get unspecified error when browsing data of CUBE
Please give me solution, I am getting this message when I am browsing data of cude "Unable to browse data of <cude name> unspecified error" please tell me the solution of this. hey asif, m also getting the same problem, did u find any solution. I have installed SP4 ...Show All
Visual Basic Error in "Form.vb [Design]"
I will try to develope a little application with Visual Basic.Net 2005 Beta 2. I've make Form1 and its code, but at this time I can't see it in design time, an error occured: One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes. Clicking on each error will take you to the line of code that caused it. Method 'System.Drawing.SizeF.op_Implicit' not found. Hide at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[ ...Show All
.NET Development Query Certificate Store
Hi Is it possible to query the machine level certificate store on the local machine using C# Thanks In .NET 2.0 you can use the System.Security.X509Certificates.X509Store class in System.dll to work with X509 stores. -Shawn ...Show All
Smart Device Development No Error Icon in DataGrid for rows with RowError?
Hi folks, I have a DataGrid bound to a table, and one of the rows in that table has an error - its RowError property has been set. There is no red error icon in the row-header for that row, like there would be in the Windows Forms version of DataGrid. Is this right If so, how do I show the user which row has an error Ta, Matt DataGrid in NETCF is limited and has no support for that (and many other things). However, ADO.Net on NETCF supports providing row error information, so 3rd party DataGrid might work for you. Another solution would be to ensure you do not have rows with errors, for example by ver ...Show All
Software Development for Windows Vista Windows workflow foundation beta 2. (build 30.3807 or later)
Can someone please help me find the right Windows workflow foundation beta required by SPS 2007. I have tried several downloads, installed them and still get the message that the Windows workflow foundation beta beta 2. (build 30.3807 or later) is required. Thanks NorthSeattle http://www.microsoft.com/downloads/details.aspx FamilyID=38ca6b32-44be-4489-8526-f09c57cd13a5&displaylang=en You need WF 2.2 - links are on this page (as well as the links to the sharepoint templates for VS.NET) ...Show All
Visual Studio Must uninstall VS2003?
Installing VS2005 beta 2 gives me an error at setup.exe saying I must uninstall VS2003 pro. Just to restate, it's not asking to uninstall 2005, it definately says 2003 What's up with that !!!! I am doing some investigation here to see if we can repro this problem. I believe there should be no block for VS2003 ENT and that the only blocks should be for VS2005 previous builds. Can you try running Aaron's tool to remove old WHidbey builds and then see if install works I think we may just have the incorrect error message in the UI and that the actual problem is that we are detecting ...Show All
Visual Studio Express Editions CDate function returns 'IndexOutOfRange' error - also in VB.Net 2005 Beta2
Hi folks, I have already reported this error in the VS 2005 Beta2 forum, but was told that it was not reproducible (VbCity and VBug, and your UK Launch team were also unable to reproduce the problem). I think I now have a lead on the issue! It also looks similar to a problem reported yesterday on the VB Express forum - 'I keep getting the out of range exception'. I have condensed the problem to two lines of code: Dim myDate as DateTime myDate = CDate("01/01/2005") The above error is reported on execution of the second line. This has now occurred on 6 different ...Show All
Visual Studio Team System How to: Create a Web Service Test - typo in MSDN documentation
The above doc states to type in SOAP-Action when testing web services. This does not work. In the drop-down the correct word is SOAPAction. Hi Burkhard, This second errors you mention - the incorrect dll references - have also been fixed now. The topics have been updated, and we expect the new versions to be released on MSDN later this year. Thank you for this great feedback. Nicole Johanson ...Show All
Software Development for Windows Vista Casting property value in activity reference
Hello, I have two activitites. One exposes a DataSet through a property. A second activity takes a string property. I would like to set an activity reference to the first activity, getting the value of a particular row and column in the dataset. I can use the activity reference dialog to drill down on the Dataset property to get to a particular data value but this returns an object of type System.Object. The property that I'm trying to set on the second activity is of type System.String. How would I set my string property If I were writing C# code, I would cast the System.Object to System.String but this doesn't work in the activity refe ...Show All
Visual Studio Team System Build by Project instead of Solution
Within the Build Type, is it possible to specify the actual projects within a solution to build Currently there is a section in the build type that looks like: < SolutionToBuild Include = " $(SolutionRoot)\Some\Path\Solution1.sln " /> < SolutionToBuild Include = " $(SolutionRoot)\Another\Path\Solution2.sln " /> Instead of building an entire solution, can we specify which project in the solution to build. I see examples of excluding projects, but this is not the same thing. Because of dependencies, project build order can matter rather that full solution build order. Thanks in advance for any help. Mike Henri ...Show All
Visual Studio Help: The relantioship Version between VSS & Visual Basic
Hi, When I compile the program in VISUAL BASIC, then it generates a version for example 2.0, how can I integrate that version with the Version that Source Safe generates. I mean If I have the version 2.0 in Visual Basic, I want to have the same version 2.0. in Visual Source Safe. Because In Visual Source Safe generates like version 1.0, so it creates inconsistency. Thanks in andvanced Roxana wrote: I mean If I have the version 2.0 in Visual Basic, I want to have the same version 2.0. in Visual Source Safe. I don't think you can really do that. The ...Show All
Visual Basic Open the default email client with attachment? or SmtpClient send email with prompt dialog?
Hi there, I want to open the default email client with attachment. But mailto doesn't support attach. so is there anyway to accomplish it Thanks in advance. Joseph Liu Just like the email function provided by winzip. I need the exact function to open a default email client, and adding my attachments on! Thanks, Joseph ...Show All
