PeterMo.'s Q&A profile
Visual Studio Team System Build problem TF42004
Hello, I Have problem with Team Build. When I star building, everythink goes well, but soon as building has started I got a faild message: Team build failed to open folder \\fihel-mibsw02\TestWork\Hei\Testi2_20060607.1 . The system cannot find the specfied path. I am totally lost with this. It looks like the drop location you specified for your build type either doesn't exist, or doesn't have permissions set appropriately. Your build service account needs full permissions on the share, and it should have read permissions for everybody who can access the dropped builds. -Aaron ...Show All
SQL Server VS2005 Report Designer IDE Always Bombs
For some reason, whenever I include a sub report in a table control, VS2005 *always* crashes. It crashes when I attempt to preview the report and I am waiting for the parameter textboxes to show up. They never make it. They simply crash, and the Preview window reads "an error occurred during local processing". Its a fatal error; theres nothing in the error log that indicates what was the problem except for the following in the Event Viewer: Faulting application devenv.exe, version 8.0.50727.42, stamp 4333e699, faulting module kernel32.dll, version 5.1.2600.2180, stamp 411096b4, debug 0, fault address 0x0001eb33. I can reproduce th ...Show All
Visual C++ Question About Headers
I want to use VSC++ for programming C. I know C isn't fully support cause the lack of MS deciding not to add the c99 which i believe is stupid. But I was wondering is there a way I can use my own C headers and libraries to build that are c99 and use it with VSC++. I have the Visual Studios Professional version. And change the compiler cause i don't wanna think i spent so much money for this and I can't use it. Cause of this problem. I wish there was some way I could use my own compiler for C and my libraries and headers. But i guess since MS wants users to drop C for C++ or C# i guess ill just have no choice ...Show All
Software Development for Windows Vista Custom Activity - Probelm with EventSink Activity
Hello, i tried to model a custom activity. This activity does contain of a) InvokeMethod Activity b) EventSink Activity out of the activity galery delivered. I also implemented a Service which I added to the workflow engine in order to connect the method invokation and the event sink. Then I build up a sequntial wf out of my custom activity. The method invoke activity within my custom activity works properly, but when my async. operation is finished and I want to raise the event to trigger the eventsink activity the event within the added service was null. The same scenario works fine when i model this directly within a sequential wf. Regar ...Show All
Smart Device Development Installation Of Smart Device 5.0 Support
Am I reading the installation process correctly The impression I get is I must remove Visual Studio 2005 completely to install CE 5.0 support Am I reading the installationcorrectly Has anyone installed CE 5.0 support without removing Visual Studio 2005 Please clarify what do you mean exactly by "CE 5.0 support" CE 5.0 development is supported by VS 2005 (SE or above) out of the box. If you using express SKU, there's no support for devices in it. If you installed VS 2005 SE or above without device support, you can add it at any time via Add/Remove programs. ...Show All
Visual Studio Express Editions Development web server hangs system every time...
I have been trying to use Visual Studio 2005 Beta 2 to build asp.net websites. But every time I click the build/debug button (green arrow) it starts up the development web server, launches the browser and my whole system crashes. The only thing I can do is move my mouse cursor. I can't close anything, can't access task manager, ctrl-alt-del does nothing. I have to do a hard reboot to get my system back. I tried installing IIS in the hopes that it would use that instead of launching the dev server, but it doesn't, and I can't find a setting anywhere that might force it to use the existing web server... I a ...Show All
Visual Studio CommandBars
Does anyone know a way to discover the GUID and ID for the rest of the command bars (not listed in GAT subset) Specifically, I want the Folder Add command bar. Thanks! We already include support for the "Folder Add" command bar. Use "Project Folder Add" or "Solution Folder Add". If you need a custom GUID and ID, then download and install the lastest VS SDK. And search the GUID and ID in *.ctc files included with the SDK. ...Show All
.NET Development need help with net framework 1.1 and 2.0
when i go to windows update it tells me that optional downloads are .net framework 1.1 and .net framework 2.0. When i install 2.0 and go back to windows update to see if there anymore downloads, it tells me that 1.1 is available. Why is this. if i have 2.0 then why is 1.1 available to download. wouldn't that be downgrading. also do i really need framework. im just a regular home user that surfs the internet and plays first person shooters. any advice would be greatly appreciated. Hi, There are various applications built using the .NET Framework that target a home ...Show All
.NET Development regEx (relate to what you've found)
Hi there, how can I relate to what my regEx has found In PERL, you have some standard-vars. So just mit the stuff want to relate to in brackets and there you go! string: "say=helloWorld" PERL regEx to get helloWorld: \w+=(\w+) found: $1 => helloWorld Is there something like that in C# I know, this is a pretty weak example, but with m.Value you just get the whole Value your regEx matched to... Thanks, Finch. edit: s1 = "time=11:23:21" s2 = "date=Monday, 01.01.2005" in PERL: time=([\d:]+) //I can tell what the string looks like at the beginning, without relating to that part in C#: I'm not entirel ...Show All
Visual Studio Team System Extracting attribute value
How do i extract some particular part of attribute. Not all attribute! For example i want to extract value of BlockId from this fragment of html code: </script></head> <body> <form name="form1" method="post" action="Default.aspx ScreenKey=AccidentScreen&BlockId=f6f225aa-9d76-4271-ad60-1b0d91a6ab80&IsModal=False" id="form1"> <div> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTQ2NDkyNzY1MGRkNaUHtemu/tIdfTqL25NpNHI83Xw=" /> </div> <div> <div id="defaultHost" styl ...Show All
Visual Studio Express Editions Adding Data to a certain row
Hello! I have made a DataGridView named dgImage and I have added two rows called "Name" and the other "Comment" and I have a text box named imagePath and I also have a button named btnAdd and how do I add imagePath.Text to the row "Name" and leave the column "Comment" Blank would I do something like dgImage.Columns.Add I have tried that far but I do not know what to put after .Add( can anyone help me out how to do this Thank You! hi, leave your datagrid view and deal with your datasource, the bind source will upadate your datagridview anyway add new row to your datasettable Dim text As String = TextBox1.Text Dim R ...Show All
Software Development for Windows Vista Looking for CleanupSharedWinFXFiles.exe
Hello Forum, I had a prerelease of WinFX on my machine and I am looking for CleanupSharedWinFXFiles.exe which shall care for cleanup of the gac. I had the reference from a MS Page http://www.microsoft.com/downloads/details.aspx FamilyId=AAE7FC63-D405-4E13-909F-E85AA9E66146&displaylang=en but the regarding Link to this file is broken. Does anybody have this file or a working link to that download Best regards Ralf Thanks for the fast answer but I expressed myself a bit unclear. The not working link is: http://download.microsoft.com/download/2/1/7/217cbd50-a507-42f6-8efe-e88e1668f3f2/CleanupSharedWinFXFiles.exe Rega ...Show All
Visual Basic XML comments
My group is attempting to standardize on XML commenting for all of our classes and methods. We like the "Insert comments" option in VS 2005 but would like to add an additional tag <history> to the comments section. I know that we could probably do this manually each time we add a new class, but I would like to be able to have this new section come up automatically when we insert the comment. Is there a way to modify the XML comment block that is produced when you use the "Insert comment" function so that the new <history> tag will be included in the text Hi, awperli, No ...Show All
SQL Server Cube Write-Back
Hi, there, I have been told that cube writeback only affect the data on the cube rather than the underlying relational table. One of the requirement is to allow users to do what-if analysis/simulation on the cube. If the writeback only affect cube data, what if I re-process the cube FYI, we are using SQL Server 2005 Enterprise here. Thanks in advance. Regards, Yong Hwee Writeback is implemented as ROLAP partition. Analysis Services creates a table in relational database where it stores writeback data. Writeback is data will not dissapear. You can fully reprocess you cube (assuming you di ...Show All
SQL Server How to remove unused columns and eliminate warnings
I have hundreds of these I think mainly due to the way the union all task works. Any ideas on ways to eliminate these Just an idea... As far as I understand SSIS columns are "recreated" behind an asynchronous transform... I.e. when you have a source with 2 fields (A and B), a derieved column task which calulates C by A+B, a sort by C passing A and B through it and a destination where you write A and C in a file you should get a warning that B is not used and can be removed... That's because B is passed through an asynchronous transform so it's a new column. And in fact, it's not used behind the sort... At least that's how I ...Show All
