cbueno's Q&A profile
Visual Studio Team System Version Control on documents
Is there "version control" available for the documents that published to the project portal Can you label or snapshot the Doc Lib at a certain point in time For example, we have a couple Doc Libs (Req and design) that need to be linked to the source code at the time of a Release to production. What we want to do is much like labeling and locking the source code, we want to label and lock the document libs. I would consider using TFVC but I we don't have the budget to allow all our requirement and design people VS2005 licenses, moreover, I agree that most of them would not like using VS2005 to access the docs. What this would allow us to do is have code that links to the requirements as th ...Show All
Visual C++ Strange Error - Please Help
Hi all, I wrote a dll (using a definition file). When I call one of the function within the dll from another application (to test the function), I receive a strange error (Messagebox format): Application.exe - Ordinal Not Found - The ordinal 34 could not be located in the dynamic link library. Note I have linked with the .lib file, have included the header file and copied the .dll file to the application directory. (Note that I'm exporting 34 functions) Can anyone help Thanx I receive this error: DUMPBIN : fatal error LNK1181: cannot open input file 'thedllfile.dll' The 'thedllfile.dll' was just a example I took from what you said, I did not use it in the VS2005 command prompt, I used the right file name. ...Show All
Visual C++ How to unregister a activex component once it is used by the page moved to new page or using different event
We implement an Activex component and sign the component, etc. Our application security requirement make us it work like an Applet with respect security and how it is stored and deleted. e.g. If a html page has an applet, it is instantiated in that page and the javascript can use that applet the applet life cycle ended when we move to new page. As I understand it, ActiveX component is downloaded and registered to windows registry with respect to our implementation of DllRegisterServer in the component. We implement DllUnregisterServer() also. But When you move to new page IE does not call unregister this component What am I doing wrong if not how to achieve something like this Can a component call unregister itself explicitly Regards Kr ...Show All
SQL Server problem regarding the size of exported report from reporting services to excel format
Hi All, For developing a report I'm using SQL Server 2000 with SP4 & MS Visual Studio .Net 2003. After expoting a report in excel format file, the size of the excel file is so much big that while openning the report file it seemed to be hanged the PC. Is there any way to reduce the size of the excel in reporting services Thanks, Uttam Kr. Dhar Medi Assist India Pvt. Ltd. How large is the exported file I have seen cases where Excel cannot open a file if the workbook contains a very large amount of merged cells. One surefire way to reduce the size of the Excel export is to reduce the amount of data in the report. Approximately how many rows of data are you showing in your report - ...Show All
Audio and Video Development Advanced Content Playback on HD-A1
Hi All, I am having trouble getting an advanced content application to play once burned on a DVD-R and inserted into the Toshiba HD-A1 HD DVD player. Video and audio play fine using this method, but once the advanced content object is reached the player stops playback and gives an error. Does anyone have any advice on this We have tried the samples posted here and we get the same results. Thanks. The Validator says 0 errors and 0 warnings. The project works fine in ihdsim and the newest version of CyberLink PowerDVD. There is no PrimaryAudioVideoClip in my Advanced Content Projekt, because I have no multiplexing tool for generating P-EVOB and TMAP files. Ulead VideoStudio 10 Plus and DVD Studio Pro 4 actually only produce Stan ...Show All
SQL Server How to add a line/separator between groups?
Hi, I have a simple report with multiple grouping. I like to add a separator between groups. Some data (Group #1) ================= <----- separator line or color row or something Some data (Group #2) ================= Thanks. You could use the footer of a group as the seperator between groups. If there is no footer for the group, you can set it in the properties of the group (rightclick the group and select properties) I think this is what you want! ...Show All
.NET Development Problem in Winsock Client Server Application
This topic is rated 1 point. Hello All, I have developed a visual basic application using client server architecture. When i am sending data to the server through winsock,i am using the following code snippet sckClient.senddata clientIP&":"& clientPort sckClient is the winsock control on client. Data gets transmitted to the server but when after some processing the server is sending the data back to the client then it is checking the condition as given below: For i = sckServer.LBound To sckServer.UBound If sckServer(i).State = 7 Then If (sckServer(i).RemotePort = Val(clientPort) And sckServer(i).RemoteHostIP = client) Then sckServer(i).SendData strToReurn Exit For End ...Show All
Visual Basic Visual Studio 2005 Merge Module Project
This problem is not VB specific, but I was directed to this forum. I am currently encountering a problem with a merge module project I have developed using a VS2005 Merge Module project. It contains only one dll and a few registry entries. I can successfully integrate it into a VS2005 Installer Project MSI package. However, I am encountering a problem when I attempt to upgrade the Merge Module to a newer version. I replace the dll in the merge module and change its version to 1.1. I then put the merge module into B.msi. A.msi has version 1.0 of the merge module. If I install A followed by B, everything goes as expected. Version 1.1 overwrites version 1.0 of the dll. However, when I install B then A, version 1.0 of the dll overwrites ...Show All
Visual Studio Team System Power Toys failed to install
Hi! Installation of power toys on my machine failed . The last view lines of the verbose error log are (if needed the whole error log is available): .... MSI (s) (34:C0) [08:09:57:677]: Executing op: ComponentUnregister(ComponentId={2DD323FA-3D9C-437B-BEAB-C516C569B2DB},ProductKey={C802488F-CB5F-48BE-BBD2-0C0F9E290E63},BinaryType=0,) MSI (s) (34:C0) [08:09:57:677]: Executing op: ComponentUnregister(ComponentId={98E68F3A-42CE-4CBB-ADF5-6C936BB7A9AA},ProductKey={C802488F-CB5F-48BE-BBD2-0C0F9E290E63},BinaryType=0,) MSI (s) (34:C0) [08:09:57:677]: Executing op: ComponentUnregister(ComponentId={91438838-2D70-44D4-ABB9-9F4F3D236C52},ProductKey={C802488F-CB5F-48BE-BBD2-0C0F9E290E63},BinaryType=0,) MSI (s) (34:C0) [08:09:57:677]: Executing o ...Show All
Visual Studio 2008 (Pre-release) Skinning a ScrollViewer (How do I create a custom ControlTemplate)
I'm creating a custom control templates for all of the controls in an app I'm developing to give a custom look and feel. However, I'm stumped on the ScrollViewer. When I have a ListBox or some other control that uses a ScrollViewer and both scrollbars are visible, I can't figure out how to change the color or behavior of the gray box in the bottom right corner where neither of the scrollbars extend into. Anyone have any ideas ScrollViewer's style is defined by code in PresentationFramework.dll instead of in the PresentationFramework.*theme*.dll assemblies. You may want to ask about this feature on the EID discussion list to see if it will be supported in future versions. http://www.microsoft.com/communiti ...Show All
.NET Development dll version conflict
I am using Visual Studio 2003 to develop a project using the open source DotNetNuke portal framework. I have created two projects named Financial and Financial.SqlDataProvider. Both have references to DotNetNuke and Financial.SqlDataProvider has a reference to Financial. When I try to build the solution I get two errors. The first is: Error: The dependency 'CountryListBox, Version=1.0.2182.21387, Culture=neutral' in project 'Financial.SqlDataProvider' cannot be copied to the run directory because it would conflict with dependency 'CountryListBox, Version=1.0.2182.41880, Culture=neutral'. The second is the same but with the version numbers flipped. I have found that removing the DotNetNuke.dll reference from either of my projec ...Show All
.NET Development Creating Virtual Directory and App Pool
Could anyone point me to some sample C# code that demonstrates how to create a virtual directory, app pool, associates app pool with the virtual directory etc. If this isn't the correct forum for this question, please let me know what would be more suitable. Thanks very much. Take a look at this http://www.codeproject.com/csharp/VirtualDirectoryCreation.asp http://www.dotnetjunkies.com/WebLog/ramdash/archive/2004/08/11/21735.aspx how about this code: //Create a virtual directory System.EnterpriseServices.Internal.IISVirtualRoot vr = new System.EnterpriseServices.Internal.IISVirtualRoot(); string sError; vr.Create("IIS://localhost/W3SVC/1/Root",@"C:\Demos\WebServices\","WebS ...Show All
Visual Studio Team System Work Item Dependency
Is there a way to lock a work item if it is dependent on another work item. i.e A developer must resolve a Task before QA will be allowed to work on the related Bug. FWIW, this appears to be purely window dressing. Tested using a Change Request work item. I didn't matter that the Blocked field was set to Yes. You can still close the Change Request. Rick Glos ...Show All
SQL Server Year to date verses Last Year to Date
I don't even know where to start. I have a time dimension with a calendar hierarchy. I also have a measure that represents store visits at the day level. I need to be able to show the count of visits this year and compare them against the count of visits last year at this time. Can anyone point me in the right direction YearToDate: Sum(YTD([TimeDim].[TimeHierarchy]), [Measures].[VisitsCount]) LastYearYTD Sum(YTD(ParallelPeriod([TimeDim].[TimeHierarchy].[Year],1,[TimeDim].[TimeHierarchy])),[Measures].[VisitsCount]) HTH Thomas Ivarsson ...Show All
.NET Development how to : - Sort an observablecollection
Hi, I have a observablecollection of some object type Say "Foo" now Foo has a property say "BAR" which is of type int; i want to sort this collection on the basis of "BAR" but i certainly don't want a CollectionVIEW, i want this collection to be sorted, in it's entireity..... may be i am a li'l confused on this, pls correct me if i am wrong, "when we access a collection, we are actually accessing a default view to this collection" . ..... I also wrote a piece of Quicksort code to Sort it, but it doesn't seem to work, as my swap function doesn';t seem to work perfectly... here it is... /// <summary> /// Replace the Foo at position indexPoint1, and indexPoint2 ...Show All
