bertuahki's Q&A profile
Visual Studio VSIP/Visual Studio 2005 SDK and open source language services?
In the near future I would like to attempt a language services plug-in using the Visual Studio 2005 SDK (formerly called VSIP I believe); the free version, to be specific. However, since I may or may not have much time in the future to work on it, I was wondering if a non-viral open source license - something like MIT or BSD that does not propogate up the chain - would be OK. I do not care much about the particulars of whatever licenses are ac ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Where did my first post go?
I can believe it was erased by moderators with no explanation nor even a response ... it was a technical question about MDX + Net Framework 2.0 + CS Express + Win XP x64 ... Currently, the forums software doesn't notify the original poster when a thread is moved. That will change sometime in the near future. ...Show All
Visual Studio Team System Can visual Studio 2005 work with vsts
Hi, One of our client is thinking to have VSTS on server. All the developers will have visual studio 2005 (NOT visual studio for developer within VSTS family). My question is can visual studio 2005 can connect to vsts server Can it make use of source safe available in VSTS Can it make use of other features within VSTS Or to use features of VSTS we should have visual studio for develoepr version within VSTS family -- Regards, MS Guy ...Show All
SQL Server Full-Text Search / User Instances
Is there any documentation on using full-text search with user instances Is it even supported We just spent quite a bit of time adding support for user instances into our application. It solves a number of problems for us and we're very happy with how it works. But I wouldn't have done it had I known about the FTS limitation. Please tell me there is a chance of this changing at some point ...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 Se ...Show All
SQL Server Matrix Subtotals
I looked at RS a couple years back, around the release of SP1. The biggest issue I had was the lack of Aggregates of Aggregates. This still seems to be the case in RS 2005, is that correct So help me with a work around. In a Matrix report how can I Have a calculation (Aggregate) that has a scope that is for both the Row and the Column. Example: What is the percent of to ...Show All
.NET Development .NET UI Application Crash
Hi, We have a vb.NET client UI application which calls a number of web services. The application is intermittantly crashing completely without any evidence of an exception etc. The application is single threaded for the most part, the only area that deviates is a class managing serial port comms via win32 calls. (we do not use p invoke..) I understand the most likely cause for an unexpected termination of this nature is threading - more specific ...Show All
Visual FoxPro Form clattered at design time. How to change pages?
With many controls added to a form I am beginning to sense a problem. During runtime many controls will be invisible on the first page but when subsequent pages are chosen they will appear. It is determined programmatically. I do not see an option to choose pages at design time. It would allow me to see some controls much better. In Visual dBASE Plus such convenience if taken for granted and much appreciated. How can I do it here Thanks. H ...Show All
.NET Development creating vb 2003 .net applications that I can reuse in VBA
I have been trying to figure this out for months. I bought visual basic .net 2003 standard edition and assumed (like in vb6) I could easily create .dll to reuse in my VBA applications. I guess that isnt possible. Do I need to upgrade to .net professional or just abandont the hype of .net and go back to what works ... vb6 I am so confused by all the options and choices . Appreciate and feedback. Mark ...Show All
Visual Studio Express Editions character string functions in C++
Long story short I've tried using Visual Studio to get back into programming and I'm writing simple programs at the moment but I've come across this snag. I can't seem to get any of the character string functions to work. For example the ischar() or isletter() function. I've added the string and math headers but the compiler still doesn't recognise the functions. Does anyone have an idea of what could be wrong Thanks ...Show All
.NET Development Search and copy strings from steam in txt file
HI, i made program that download html page as .txt file and open .txt file as steam in C#. Now i need to search this .txt file which i could load with streamReader, find the words i need to and paste them to the new file or database.. But i dont know how to use indexOf /to search the file/ with stream Could you help me please IndexOf(....) will give you the starting index of the word you are search ...Show All
Visual Studio 2008 (Pre-release) XBAP and default browser
Hi, I got the following problem since I uninstalled the February CTP and installed the May CTP instead: When I press Ctrl-F5 in Visual Studio for a XBAP application, Firefox is started instead of IE. Since Firefox doesn't understand XBAP, I cannot run or debug the application as easily as before. I know how to change the default browser for a HTML application, but I didn't find such a setting for XBAP applications. Any hint welcomed! Greetings, ...Show All
Visual C++ statically link msvc*.dll's
every time i want to distribute an exe, i have to distribute a bunch of msvc*.dll's also, which is annoying as hell. Is there a way to statically link against these so they are included in my exe Martin commented: " I heard rumors that there is a discussion to stop any support of statically linked version of CRT, MFC and ATL." This has already happened somewhat in Visual Studio 2005 - if you were using Man ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Flicking when draw within a panel
I know I can use " this.SetStyle(ControlStyles.AllPaintingInWmPaint | ControlStyles.Opaque, true);" to solve the problem of flicking, but it seems this method only works if I set the main window as the rendering area. Now in my program, I only use a panel as the area for directx. I see very bad flicking, anyone can help me to solve this problem Thanks! Create your own user control that inherits from the ...Show All
.NET Development Network Development Kit
Can anyone reccomend a good NDK for VB.NET 2005 The application will be multi-user and will include database access (server-side) as well as file transfer. Thanks for your comments. This is a good place to start:http://msdn2.microsoft.com/en-us/library/w89fhyex.aspx It has both async and sync socket code examples. You may also want to look at the WebClient class that abstracts away much of the socket ...Show All
