amendez's Q&A profile
.NET Development error 25015 .net framework 2.0
hi im new to this forum so i dont know if im posting this in the right forum. im having this problem while installing .net framework 2.0 sorry for my bad translation Error 25015.the instalation of assembly C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Web.dll has failed cause of a system error: the system cannot find specified path. can somebody help me pls hi, im back had internet probs. i tried that cleanup tool viewed the log and then tried to install .net framework 2.0, still gives same error:( ...Show All
Visual Studio Team System How to get data From TFS Work Item field!
Hello, I am working with TFS using ASP.NET, c#. I would like to get Data from TFS for those work item depend on workitem type is bug, Scenario, task, ... State ( Active, Closed...), Type (API, High level Requirement, Security...), Triage (Approved, Investigate..), Priority(1,2...), Severity(Critical, high,...), discipline (Architecture, development...). Is there any API to do this or is there a way to do this at all Please help! Any answer would be greatly appreciated. Thanks in advance. Ddee That's fine ...i agree with that ..what i meant was only SYSTEM i.e CORE Fields can be accessible through code....and all other fields ie ..Microsoft.VSTS.Common or anythi ...Show All
Visual Studio “Disconnected Context” & VSPackage
I am getting a “ Disconnected Context” error with the vsPackage that I am developing. When a command is invoked I give control to an external program and wait until the External program completes. The external program can take a long time to return control. Once control is returned if I try to access any of the interfaces I get the “Disconnected Context” error. Is this a CLR bug or I am doing some thing wrong How can I fix this error Thanks ...Show All
Visual FoxPro Source from internet
Where can I find a source on the internet where will be wethear forcast for Slovakia and the other world... I want to include it in my program, to show the weather forcast, just temperature, humidity, air pressure, wheter it will rain, or snow, etc. Don't know wheather this kind of source exists... Thank for your advice Look in some of the Web Service provider directories. For example: http://www.xmethods.net/ ...Show All
Visual Basic String Selection
Hi, how do i select only a part of a string to make another one like if we have "123hack456" and we want to choose only the "hack" part to be the string I thank you if you help me... Dim s As String = "123hack456" Dim t As String = s.Substring(3, 4) ...Show All
Visual Studio Team System BUG?: Source control explorer/checkin asks to save/checkout inappropriate file
I have a solution loaded that I may have (or may not have made changes to the solution file) - (It didn't ask me to checkout before now... so I don't think I did). I went to source control explorer and checked out a word doc that was not in the solution. I edited it and went to checkin, both from the SCE and the pending checkins window it asks me if I want to save the solution file and gives me Yes, No, Cancel. If I say Yes, it asks me to checkout (which I don't want/need to do and should not be required since the file is unrelated.) If I answer No it doesn't save and doesn't checkin. If I answer cancel it doesn't do anything either. This seems like a significant issue as due to the integration in the IDE I can't work on i ...Show All
Software Development for Windows Vista How IEUser.exe and IExplore.exe communicates each other
I am migrating a software that was running in IE (in XP, Win2k, ... but not in Vista). What this program does is to basically intercept (using API interception by modifying the iexplore import table in memory) the ShellExecute API. This is a compressor/decompressor soft. The problem is that when IE is in protected mode, it does not call ShellExecuteEx, but it "tells" IEUser that a given file will be executed. I would like to know how iexplore tells ieuser that a file has to be launched.... I've used several tools like Process monitor (from sysinternals) but I don't see any event neither file that is used... Thanks! Hello. Probably a good place to find out this type of information ...Show All
Visual Studio Express Editions Win CE 5.0
Is it possible to develop for Windows CE 5.0 using the Express edition Hi, Glenn, Express Edition products are designed for hobbyists, students, and novice developers. As such, they lack the full breadth of features found in higher-end Visual Studio and SQL Server Editions. They are designed specifically for scenarios common to the hobbyist, student, and novice developer. For a reference of full list of supported features of different versions of visual studio, please refer to: http://msdn2.microsoft.com/en-us/library/zcbsd3cz(VS.80).aspx Especially, the feature list in visual basic mentioned that Windows CE 5.0 applications are all not supported yet in the express edition: http://msdn2.mic ...Show All
Visual Basic Sql String and changes to DB table structure
Scenario: strSql = "select name, address from customers" If a column "Hiredate" is added to the customers table, how does this affect my code Do I have to recompile I should only modify my code and then recompile if the "name" and "address" are deleted or modified from the customers table right Thank you. morphius1 wrote: strSql = "select name, address from customers" This code gets only name and address fileds from the customer table, if you add a new field to this table, it will not affect your code. As you said: as long as you don't delete or change the name of these columns there will not be any problem, but with this co ...Show All
Windows Forms Storing custom class in Application Settings
I would like to store a class defined by me in the "windows from application settings". This is not easy to do, but it seems to work, mostly: 1) Open Settings.settings with the Settings Designer. Because the dropdown list doesn't allow me to chose my own class, I just use a property of type string. Close the Settings Designer and save the changes. 2) Open Settings.settings with a text editor. Change the type to my class. save the change. 3) Open Settings.settings with the Settings Designer. A property wiht my the type of my class is displayed. Nice :-) From my code, I can create a new instance of my class and assign it to the application settings, save them and read them again. This works for all fields in my class wh ...Show All
Visual Studio Express Editions Scan my files ? - How do i do ?
How do i do to scan my files and show in textbox1... Example: Scan files which i want : "abc.exe"; "abc.dll"; "abc.ogx"; "abc.txt"; etc... If you find those files, show in textbox1 . And we create a new button with name "delete" because i want to delete files in textbox1 (delete files form textbox1 and computer) Please post the code well it will be hard to do. you pretty much need some algorithm to scan for viruses and what not which is not easily done. There is no "set" algorithm to do this, you will have to create one. Do some research about how to detect files which could be infected. It's something that's not easy to learn and not easily told. ...Show All
Visual Studio 2008 (Pre-release) Modifying basicHTTPBinding on Client side
Hi Community, Has someone tried modifying the basicHTTPBinding on the client side Is it possible or I am thinking something non-standard thing What I think there should be a way to inherit and override what is already provided in basicHTTPBinding or in any other out of box binding. For example in the following code I am changing the IncludeTimeStamp to false. This may be the bad example in which the channels on the service side will not match. But idea is, what if the server side code is not WCF service. If the IncludeTimeStamp flag is not required on the server side but everything from basicHTTPBinding is required. using ( GetAddressClient proxy = new GetAddressClient ( "GetAddress" )) { try ...Show All
Smart Device Development Unable to read the Project file '<ProjectName.csdproj'. Unknown error. Repair your Visual Studio installation.
Don't know if this is the right forum since I'm using VS.NET 2003 here. I'm trying to open a smart device application and I get this error. I was able to open and work on this project before and I've been getting this error ever since I got a new machine. I have found many resolutions to the issue like me and none of the stuff they recommend worked for me. I've even reinstalled .NET and VS but that didn;t help. Any suggestions Is your copy of VS 2003 Professional or above Do you have device option installed ...Show All
.NET Development How to send folder in stream
Is where any way to send folder direct in stream with all content inside it (structure, files, subdirs) with an ability to recover it later from that stream I could be mistaken but I do not think this is possible. you could write out the directory structure in an xml file for example (serialize it), send it across, deserialize it, create the directory structure then send over the files. the other way would be to zip up the directory and send it across. ...Show All
Visual Basic Help - Shared MDE - Exclusive Access message box
Dear firends, I did some research and found several articles about this issue but none helped to resolve. I have a MS Access 2003 database having 3 files: 1. MDB - Back End file (contains: data) 2. MDE - Front End file (contains: forms, reports, queries, VBA) 3. MDW - Security file (contains: users and groups) All 3 files are located on a server. There is a shortcut placed on user's desktop. The shortcut points to MDE file and includes /wrkgrp for the MDW file. All the users are in same custom group in MDW file having Admin permissions. When the first user logs in, everything is fine. Then any consecutive users logs in, they get message box saying: "You do not have exlusive access to the database at this time. If you proceed ...Show All
