mkanik's Q&A profile
Visual Studio VSIP equivalent DLLs in Latest SDKs
I have developed an application in VSTS2005 Beta2 by using VSIP. I am converting the same application into Beta3 and I am using October SDK. Any help/suggestion would be appreciated if anybody can tell me which are the equivalent DLLs for the following in October SDK, which exposes the same functionalitiy. Microsoft.visualstudio.teamsystem.elead.common.dll Microsoft.visualstudio.teamsystem.elead.sdk.dll Microsoft.visualstudio.teamsystem.elead.vsip.sdk.dll Microsoft.visualstudio.textmanager.interop.dll Regards, sony Try this: Microsoft.visualstudio.teamsystem.elead.common.dll ...Show All
Visual Studio 2008 (Pre-release) Button clicked ?
hi all, i guess, this is simple, but i dont see the error: i want to know whether a button in a window is clicked or not. the way i tried does not seem to work: if (myButton.IsPressed == true) { myWindow.Close(); return ActivityExecutionStatus.Closed; } any idea, why this is not working thanks in advance, .k In general when you open a modal dialog the code that opens the dialog does not execute until the dialog is complete. If you are not running it as a modal dialog then it can get interesting as to what code is running when. For example i ...Show All
Audio and Video Development Where can I get MF SDK?
Where can I get MF SDK People are talking about it's existance and there is docs on it on MSDN, but where is that SDK Am I missing something The Media Foundation documentation is now here: http://msdn2.microsoft.com/en-us/library/ms694197.aspx . I'm not sure why MSDN doesn't have a redirect. mmdeviceapi.h should be installed with the SDK in the Include folder. Are you saying that you don't have this header Incidentally, the APIs in mmdeviceapi.h are documented here: http://msdn2.microsoft.com/en-us/library/ms678710.aspx , not in Media Foundation. ------------------------------------------------- ...Show All
Visual Studio Team System What features are specfic to VSTS Tester edition?
Can anybody elaborate which features are specific to VSTS Tester edition, that are not also in Developer (besides the Load Testing and Web Testing features) Thanks! Test view is available for both developer edition and tester edition. Test manager (aka test explorer) is only available for tester edition. ...Show All
Smart Device Development Strange problem ... form closes undeterministically
Hi All, I would like to ask some of these problem (sorry in advance for quite a long question). If someone has any idea, I really appreciate it. :-) 1. What is the minimum memory requirement that should be reside in the system In Dell Axim, my system's WINDOW FORM (the application still working at the background as I can hear the sound) sometimes closes when the memory is being used til approximately 12 Mb. 2. The window form SOMETIMES closes (like first problem) when I display the second form using Show(), instead of ShowDialog(). Imagine, like a regular game program which has a loading screen, after finish loading, we would go to ...Show All
SQL Server Exec procedure on database create/rename/delete ?
Hello, I need to execute certain procedures automatically when databases are create, renamed or deleted. I looked around in this forum and Internet but couldn't find anything. This is for SQL 2000. Well, in SQL 2000 it's not as easy as in SQL 2005 where you could use DDL triggers to achieve this. You could configure different Alerts in SQL Server 2000 to fire when certain messages are logged to the error log, in this case you could try possibly firing an alert when the error message # 1805 fires ("The CREATE DATABASE process is allocating 1.00 MB on disk 'blah'), but that would only capture newly ...Show All
Windows Forms can I use a datagridView combobox column when using RAD databinding?
hiya, I'm well impressed with the RAD databinding of the datagridView, when binding to single database table. I'd like to add a gridView combobox column which will be populated by a lookup table. I can't see to do this in a RAD way.Is it possible Even if not possible, is there any way that I can manually add code to handle databinding and updating of this gridView combobox column, without having to disturb the other, RAD bound columns in the datagridView many thanks for any pointers. yogi :-) Ok, lets assume you have a table called Products that has a UnitID in the table that is a foreig ...Show All
Windows Forms Brick wall reached...assistance needed
Hi All! I am writing an app in C#. I need to be able to display text (.txt) files created by the app in dialog boxes. I can do this in vb.net all day long, but cannot find reference for doing so in C# .NET. If someone could please, PLEASE point me in the right direction, I would greatly appreciate it. Thanks! Gary Gary, the technique ...Show All
Visual Studio Team System Installing TFS Beta 3
Does TFS beta 3 install contains sql2005 setup files Install guide says it does, but I can't find it. Beta 3 requires SQL 2005 sept CTP which is not available in MSDN subscriber downloads anymore. Thanks, <Ram/> I was confused by that as well, but I think what it says is that Team Foundation Services comes with a "license" for SQL 2005, which I image means once they release it, you won't need to buy a separate SQL license for a single server install ...Show All
Windows Forms No-Touch Deployment Issues
Dear .net gurus, I am trying the No-touch (Internet) deployment feature of the vb.net using framework 1.1 MSDN talks abt 2 ways this can be done. Using a launcher or stub application that loads assemblies from a web server using Assembly.LoadForm method and URL-Launched Executable approach where the user can provide the url of the EXE. I am able to la ...Show All
Visual C++ Breaking changes in the Visual C++ 2005 Compiler
Does anyone know of a way to suppress compiler error c3867 (Pointer-to-member now require qualified name and &) in visual C++ 2005 I am trying to convert multiple projects from visual C++ 2003 to 2005. I know this was listed as one of the breaking changes made to the 2005 compiler. I get this error hundreds of times.... Any help or suggestions is greatly appreciated, thanks! I believe you're going to have to bite the bullet and fix each instance. What you had before was non-standard C++, and in most (or all ) cases, there is no way to tell the compiler to not be C++ conformant. ...Show All
Windows Forms Missing system.resources.dll
Hi All, I have a small problem which I cant find answer anywhere. I wrote a small applcation in C#. It support english and German, So I am using resouce files for german and they all stored under the "de" and the "de-DE" folders. My Application loads through Internet Explorer ( IIS ). when I connect to my page from a German client console and check the IIS log files i see that a lot of GET command failed (404). the strage thing is that those dll are : system.resources.dll and mscorlib.resources.dll. My application is still working BUT I cant figure out why it searches for those file (.NET files) and if there is any way to solve this annoying ...Show All
Visual Basic Passing a structure with arrays of fixed length strings to a DLL
Hi, I need to be able to pass a structure to a DLL that has arrays of fields of fixed length in it. In old VB6 this could be done by having types with types type repeatingRecord field1 as string * 2 field2 as string * 5 end type type maintype field1 as string * 7 records(10) as repeatingRecord end type In .NET types become structures and fixed length strings no longer exist. However the attributes 'VBFixedString' and MarshalAs will solve this problem for simple structures. However it still does not solve my problem for arrays. .NET will not allow fixed length arrays ...... How do I pass the equivalent in .NET to un ...Show All
Visual Basic removal microsoft.visualbasic namespace
hi, well, i dunno what ive done, but every time i create a new class in my asp.net project, i see Imports Microsoft.Visualbasic by default. At the properties page in the project there isnt an automatic reference for this assembly, and in the web.config there isnt any automatic import tag, so it must be something in the IDE options settings.. please help. thnxs In vs.net 2003 it was automatically available to all of your project as the import was added to the vbproj file. As vs.net 2005 uses a project-file less mode, it automatically adds it for you. Even if you manage to remove it, when your code is compiled ...Show All
Visual Studio Disable updates in the edit window
Hi, I have an add-in that changes the text in the file that is currently in the edit window of VWD. How do I disable the updates to the window while I my add-in is ruinning then enable the window and refresh it when the add-in is finished Thanks, Nick You can diable UI by setting the following property DTE.SuppressUI = False /Ole ...Show All
