ghostsoft's Q&A profile
Visual Studio VS 2005 and Crystal Reports problem
I am sorting the fields in a report using the following code Dim FieldDef As FieldDefinition FieldDef = myReport.Database.Tables.Item(0).Fields.Item(cboSortOrder.SelectedValue) myReport.DataDefinition.SortFields.Item(0).Field = FieldDef This works fine for all datatypes except dates. Every attempt at sorting on date causes the following error message to be displayed. Message ="The group options for a date, time or date-time condition field must be a date group options object." Source ="rptcontrollers.dll" StackTrace : at CrystalDecisions.ReportAppServer.Controllers.GroupControllerClass.Modify(Ob ...Show All
Visual Basic can here discuss vb6
or vb.net Hi, This forums is still beta. this was created in parallel for the Visual Studio 2005 Beta 2. The final release of this forum would also be in nov. (I really hope so) this forum mostly discusses .net technologies. that's why vb6 (COM) is not being discussed here. If you want to get the microsoft vb6 site here it is: http://communities.microsoft.com/newsgroups/default.asp Just search it in the NNTP forums... cheers, Paul June A. Domag ...Show All
Visual Studio Team System Type definitions overwritten every night
A small problem has come to light. I successfully exported and modified the Task.xml and Bug.xml type definitions. I then imported the changed template successfully. Subsequent changes to the templates were made and imported via witimport.exe. Any changes I made were reflected in any new bug or task added to the test project. We already had an existing project up and running, setup with the original basic MSFAgile template. When it came to use the new templates everything went well. Import was successful, no errors, and test work items could be created and pushed through the new process. However (there's always at least one "however") a p ...Show All
SQL Server DTS transaction problem
I created DTS package that has two connections “Source” and “Destination”, contains several “Execute SQL” tasks and several “Data Driven Query” tasks after them. For all tasks workflow properties are set to “Join transaction if present”, “Rollback transaction on failure” and “Fail package on step failure” except the last “Execute SQL” task that has also “Commit transaction on successful completion of this step” property set. The problem: when package started it successfully complete all “Execute SQL” tasks, but first DDQ task produce error “Transaction context in use by another session”. What can be a reason of such behavior How to solve t ...Show All
SQL Server Accessing the Report Builder Application
Hi, Report Builder Application can be accessible only through Administrator previleged users or any user can access the report builder application If it possible then how do we access it . Here we have a list of domain users, I have given the Report Builder rights to all domain users in the properties window in Report manager. When the domain user logging into the report manager, they can not able to see the report builder icon. Once I add my domain users into my server's administrator group they able to see the report builder icon as well as they can work with the application. Expecting your answer in this. Thanks in advance ...Show All
Windows Search Technologies How to enable indexing and searching the local history?
Hi, Because privacy and security had become your priorities, Microsoft Desktop Search can't index nor search the local history. However, I would like to index and search the local history through MDS. I'm sure that other users also need that feature. Any hint Fokus Hi Fokus, The only method I'm aware of for doing this is a third-party solution that is documented on CodeProject, here: http://www.codeproject.com/internet/MSNDesktopSearchWebCache.asp It's not endorsed or supported by Microsoft in any way. However, it might be what you're looking for (or at least give you a starting point). ...Show All
.NET Development Purpose of System.ComponentModel.Component?
Hi! I was wondering what the purpose of System.ComponentModel.Component is. For instance, why is Typed DataAdapters created by VS2005 inherit from it I read the documentaion but I'm not sure if I completely understand. Can anybody give me an example why to use System.ComponentModel.Component System.ComponentModel.Component has built in functionality for managing an an instances lifetime and it is designer friendly. It also makes aggregation simpler. I am sure you read this , right I highly recommend this book. Every .Net programmer should own it!!! ...Show All
Visual C# Active Directory Events
Hello. I need some help with Active Directory changes tracking. I find an example in MSDN, but it's in C++. So... How can I track changes from C# Has someone example code for this or similar task Thanks. Did you find out how you detect who made the changes Is there a similar attribute to 'modifiersname' in AD that can be retrieved Cheers Steve ...Show All
.NET Development UDP socket communication between a linux (server) and a window (client) machine in C#
Dear all, Are there any thing to watch out for between UDP socket communication between a linux (server) and a window (client) machine Can I just treat the linux mahine as a "black box" that I just send and receive byte arrays I am not able to receive data from the hardware which is linked to the linux machine. As far as I know, it seems my program is correct when I test my c# client program and a C# server program which just receives data from client and echo back to the client.. this running in the same machine. this is my udp client code for connecting to a udp socket.. But when i actually use to connect to a remote machine to ...Show All
SQL Server Unable to install SQL Server 2005 September CTP (from a clean Windows XP)
The September 2005 SQL setup is refusing to continue the install. The log says: Microsoft SQL Server 2005 CTP 9.00.1314.06 ============================== OS Version : Microsoft Windows XP Professional Service Pack 2 (Build 2600) Time : Wed Sep 21 09:48:10 2005 The current system does not meet the minimum hardware requirements for this SQL Server release. HOWEVER, The system exceeds the requirements: Pentium 4, 3GHZ, 512MB RAM, 50GB free in HD, DVD/CD, etc. I am running on a clean install of Windows'XP, with IIS 6., Office 1 ...Show All
.NET Development visual web developer 2005 express edition
i am new to this, but have developed a working web page in visual web developer express 2005 edition. It works fine on my computer when i run it, it opens a perfect working web page. However does not seem to work on any hosting sites. I have tried quite a few that say they are for ASP etc , but none seem to work. Frustrating to see it working on my computer but not anywhere else. Is there anyone out there who can help me please before this drives me mad Hi! Most hosting companies offer ASP hosting for free, but they charge for their ASP.NET hosting, which is what VWD2005 does. There are a few companies who offer free ASP.NET ...Show All
Visual Studio Express Editions microsoft access error after update
I have this program that we use to do quick estimates when people walk in. The program was working fine before we did updates for our office program. Afterwards it gave an error and went to debug. We are a small buisness and the guy before me setup the program. I don't know anything about visual basic or access programming. I was wondering if someone could help me out with this problem. If you could fix it for me that would be even better. When I ran the program I got this error message: Run-time error '-2147024769 (8007007f) Method 'connection' of object '_CurrentProject' failed. The line at fault is: Set con = Applicati ...Show All
Windows Forms access windows forms from a web service
i have a windows form that i want to access from a webservice. the web service resides on the server where the aplication is running. i want to be able to access some of the methods of the windows form remotly using a web service residing on the same server. in fact i am doing this becoz i have a scheduling application that enables me to  ...Show All
SQL Server raw file destination and environment variables
when using a raw file destination it would be nice to be able to use an environment variable for the filename property. like %my_extract%\data.txt instead of c:\my_extract\data.txt Could you turn your screen round a bit... ...no, sorry, still cannot see it from here. Could you describe which OK button it is, any errors you may have when clicking, and perhaps briefly what lead up to this point. ...Show All
Windows Forms Find the primary key of the table bound to datagrid
Hi, I'm new to windows forms and usign c#. I've bound a dataset having one table, to a datagrid. When I double click on the datagrid I need to display that row's data in a new form. How can I do this. I think I firat have to find the primary key value of the row and then retrive the values or can you directly read the row values. Please send me any links to good tutorials that shows how to use the datagrid as well. I've only been working with winforms for about 2 weeks. Many thanks, -VJ Here is how I did it. If form "A" is the datagrid form, and form "B" is the one that will con ...Show All
