onurkocoglu's Q&A profile
Windows Forms TaskVision Client Install error
Hi, When install the Task Vision Client (which uses public server), the following installation error occurs. "InstallUtilLib.dll:ClrCreateManagedInstance (hr=0x80070002): The system cannot find the file specified." Any clue Thanks Cracked it. I had .Net BETA 2 installed on my system rather than the Release 1 version!!! (I must confess, I overlooked the Systems requirement  ...Show All
Visual Basic How to add to the base class library?
Suppose I have a simple class that I use so frequently that I don't want to have to add a referency to it for each new project, but wrather have it act as if it were part of the base class library. Is there a way to do this I realize that I could create a code snippet but I would wrather not have to see the code in my projects. Thanks, SteveJ You could create a new project, add the references you use most often, etc., and then save it in the templates folder, then load it whenever you make a new project ...Show All
Windows Forms Bug in adding row for new data input to DataGridView ComboBoxColumn
I defined a DGV with comboboxcolumn. The column is binded to a table datasource. New data is accepted by inserting the input to the table in DGV_CellValidating. When I enter new data to the comboboxcolumn in the last row of DGV, new row will not be added to the DGV like selecting an item from the list. If I press [Tab] after entering new data, the data will be added to the list. If I press [Enter] instead, the data will be lost! However in either case, new row was not added. Below program source I used: Public Class Form1 Dim table As New DataTable Private Sub Form1_Load(ByVal sender As Obj ...Show All
Visual Studio Team System Log of TFS activities???
Is there a way to log the activities performed within TFS I'm more specifically interested in logging activities such as: User connections (not the Event Log) Check-in, check-out Project related changes Thanks. You can do it with the eventing system in TFS, just do some webservices (or just one) and make subscription to the events you are interested with that webservice, and just persist the information of the event in database, event log or wherever you want. You can find more info on the Visual Studio 2005 SDK. ...Show All
Visual C# Dumm Question From Dumm NewBie
I saw multi thread what is that exactly I have some sword of ideea but ima not sure of it Can anyone tell thanks!! A threat is a "light process". The difference between processes and threats is, threats share the same adress-range. Which means they can work with the same data. Facilitating more than one threat in ONE process is called multi threating. Finch82. ...Show All
Microsoft ISV Community Center Forums close excel when finish
hi, i am importing files from excel to access. the problem is that when i finish importing the excel process (in task manager) is still running. is there any way to terminate the process from VBA i tried "close" and "quit" mothods and it's not working. this is my code: Public Function ImportFile(xlFile As String, tbl As String) As Boolean On Error GoTo errorHandler Dim ObjXL As New Excel.Application Dim ObjXLBook As Excel.Workbook Dim ObjXLSheet As Excel.Worksheet Set ObjXLBook = ObjXL.Workbooks.Open(xlFile) Set ObjXLSheet = ObjXLBook.ActiveSheet Row = 1 Col = 1 While (ObjXLSheet.Cells(Row, Col).Va ...Show All
Visual Studio Team System VSTS and MSDN Academic Alliance
After doing some poking, proding and rethinking, we have refined our story with respect to VSTS and MSDN AA. Recently I posted that VSTS is included in MSDN AA but only by request. We have decided to put the 180 day trial edition of VSTS on the MSDN AA web site and make it available to all MSDN AA members. There will still be some TBD process to get registration keys to turn the trial edition into a "full" licensed product but we'll have 6 months to figure that part out now :) We are investigating putting the Beta 3 Refresh of TFS on the MSDN AA site too. Once TFS releases, the 180 day trial edition will be available t ...Show All
Visual Studio Newbie question about debugging Add-in
Hi, I downloaded "Microsoft Visual Studio 2005 Automation Samples" and want to run FielNav in debugger (I set path and command line arguments as in read me is written) but when I start debugging, new Visual Studio is opened but that's all. How can I know invoke this add in to start its Thank you very very much. Hi, Thank you for reply. I set for FileNav sample project in debug section, start external program with path to VS.NET (c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\devenv.exe), when I start debug VS.NET is opened, but even if I load there solution no breakpoint is hit, in add in manager ...Show All
Visual Studio Add projects to VSS
Hi, I installed VS2005 Professional Edition and Team Foundation Client to my computer, and have problem with the VSS. I selected "New Project" from the File menu and wanted to add a new project to VSS though the add to source control checkbox does not appear in the New Project dialog box. How can I add a project to VSS I can check out projects from Team Foundation Server. Thanks ! If the Source Control Check Box is missing from the Create Project it sounds like your copy of Visual Studio is configured with Source Control Plug-in = None. But if that was the case you should not be able ...Show All
Visual Studio Team System Project creation failing with error "The identity [Project Name]\Project Administrators is not a recognized identity. "
Error The identity [Test]\Project Administrators is not a recognized identity. Explanation The identity [Test]\Project Administrators is not a recognized identity. User Action Warning TF30144: The New Team Project Wizard attempted to roll back all of the steps taken to this point but was unsuccessful. Contact your Team Foundation Server administrator for further instructions. Here is what Team Project Creation log file says.... 10/20/2005 1:56:17 PM | Module: ELeadServiceMediator | Team Foundation Server proxy retrieved | Completion time: 0 seconds 10/20/2005 1:56:17 PM | Module: Wizard | Retrieved IAuthorizationSer ...Show All
.NET Development newbie - can a web service open up a com port
hello - need to find out if a web service application can open up a com port (RS232) Thanks in advance Hi, Yes. The Web Service application can open a COM Port internally. You would probably wrap that part as a separate set of classes and call it from the WebService. Here are some links to topics on Serial Port Communication with .NET http://www.codeproject.com/dotnet/DotNetComPorts.asp .NET v2.0 has a SerialPort class. http://msdn2.microsoft.com/library/30swa673(en-us,vs.80).aspx Regards, Vikram ...Show All
Visual Studio Express Editions image processing and interface my pc to adigital camera
i want to learn how can i use image processing technique in vb2005 and how can i interface my pc to adigital camera and control the data which comes from it thanks my regards eng/ fikry samy zagazig univeristy Boy is this a very broad topic. First check with the camera's manufacture and see if they have a sdk. That might simplify things a bit. If there is no sdk you will have to use the wia. There are some wia samples on the code project web site. There are alot of good gdi+ samples on Bob Powell's web site. ...Show All
Visual Studio 2008 (Pre-release) Load XAML File dynamically
Is this possible I'm Beginner in winFX programming and I want to load a xaml file dynamically. For example I make an event handler which load the new Xaml Description from a uri (generated by another application) on event catched and load the new interface in a panel. Have you an example or a tutorial on it Thanks for your help Have a look in the SDK WinFX samples for FlowDocument_LoadSave sample. It does more or less what you need I think. Michael ...Show All
Smart Device Development Windows CE 4.x Emulator does not work correctly if you have PAE mode enabled
I am attempting to develop a smart device application but the Windows CE 4.x Emulator will not load. The file is VPCAppSv.sys. I have verified that PAE is not enabled. Any help would be appreciated. My wallet does not go deep enough for the technical help. I setup follow this http://support.microsoft.com/kb/891667#appliesto but it not work. ...Show All
.NET Development host ,shim ,mscoree....???
I want to understand how clr is working.I am reading whatever i find nowadays.I have some questions: 1-)There is a word "host" in articles What does this word indicate What must i understand Is it my managed application codes Or part of my managed application code which executes within clr 2-)Also there is one word i don't understan is "shim".Does shim mean mscoree.dll 3-)mscoree.dll ,mscorsvc.dll, mscorwks.dll. Are these dlls include manged code or unmanaged code Ayn answer, links,help will be greately appreciated... ok. Thanks for help.Now i am looking this blog. I have one question more.In your fir ...Show All
