Roman Benko.'s Q&A profile
Visual Studio Team System DDL for which database?
I know that only Visual Studio Architect Team edition generates SQL. My question is for which databases can DDL be generated. Specifically, is it generated for: o MySQL o MS Access o SQL Server other If, as Richard suggested, you're asking about which databases are supported by Team Edition for Database Professionals, the answer for our initial release is that we support SQL Server. As we look to the next release, one of the primary considerations is supporting additional databases. I don't believe that there's a list of what will be supported out of the box, and what won't, but I know there is discussion of allowing third parties to plug in their own providers. ...Show All
Audio and Video Development how do I marshall custom interface across the PE boundary?
If I implement a custom interface in a filter and the filter works under the protected environment, how do I marshall the interface to be used by application What are other ways to communicate to the application from inside the protected environment Yes, I am implementing a MFT (video decoder). The decoder needs to send some userdata to application during playback. The application may need to configure the MFT during playback as well. ...Show All
.NET Development Active Directory Access then using Organization Unit returns error : There is no such object on the server
Hello, I am new in AD. So, I am trying to get a list of all computers from particular Organizational Unit. If I am connecting to AD through path: "LDAP:\\DC=domain, DC=local" it works fine But then I add OU, like "LDAP:\\OU=Irene, DC=domain, DC=local" it returns me error There is no such object on the server. Of course, I checked if OU exists... and I am also passing my user name and password.. Please HELP!!! When formating an LDAP Ads path the slashes need to be forward slashes. I have pasted a code sample below that will open the OU and then use the children property to enumerate all the objects in the OU. You should also verify that you are usi ...Show All
SharePoint Products and Technologies Templates
After a successful upgrade from WSS 2.0 to 3.0 - I am trying to add templates to site. Adding the templates seems to work however when I try to create a new page using them they are not available to select from. Below are the steps I followed to add the templates and how I am trying to access them. Everything below works except for "Selecting the Application Template" when creating a new site - they are not available to select. Any help is appreciated. Thanks To upload the extracted template files to the WSS 3.0 server 1. In a browser window, open the top-level WSS 3.0 site where you want to upload the extracted templates, and then click Site Settings . 2. On the Site Settings pag ...Show All
Microsoft ISV Community Center Forums Help Building a Custom Annotation Report View for BSM
Hi, I am trying to make a custom report for MS Business Scorecard server. I have implemented the sample report from the white paper on building custom report. When I alter that code to output annotations it crashes the report or portal its self. The code is the same except I added the GetTheAnnotations()function and created a new PMServer() which is part of the Server class. Please suggest how to access the annotation with the scorecard API. This is the code used: using Microsoft.PerformanceManagement .Scorecards.Extensions; using Microsoft.PerformanceManagement .Scorecards.Client; using Microsoft.PerformanceManagement .Scorecards.Server; output.Write(HttpUtility.HtmlEncode(GetTheAnnotations())); ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Camera woes
Hi all. I'm having trouble with my camera class. All is well (walking, elevating, strafing) until I pitch up a bit and start yawing. What happens is, as I'm yawing, the camera seems to be rolling in the direction of the yaw on its own. This only happens when I have my camera type set to FPS, where I'm trying to limit to yawing on the world Y axis. The FREE type works as intended and yaws on it's own local Y (Up) axis. Any ideas Before: http://img435.imageshack.us/img435/2787/ss1ja1.jpg After pitching about 35 degrees up and then yawing to the left several times around: http://img282.imageshack.us/img282/4946/ss2aq7.jpg I pasted my Yaw, Pitch, and BuildView methods below. Yaw public void Yaw( float angle, ...Show All
Internet Explorer Development IE7 and issue with TrackPopupMenu(Win32) within ActiveX-control
Hello. I have a trouble with calling win32-function TrackPopupMenu from ActiveX in new Interner Explorer 7 (RC1 and all betas). The situation is: I have some ActiveX-control - "MyPopupMenu". This control is being used to show context popup menu. To do it, it used win32 function from winuser.h. There's an issue with one of them - TrackPopupMenu. Control has worked fine in IE6, but in IE7 it doesn't. When TrackPopupMenu is called in non-dialog window, nothing happens! There's no popup menu (it was constructed by calling CreatePopupMenu and InsertMenuItem previously). But popup menu still works fine in dialog windows (ones that created in script by window.showModalDialog). Can anybody help me THX. Hi Sergei, ...Show All
.NET Development 64 bit ODBC driver for Microsoft Access
Hello, I am trying to connect to one of my Access databases (.mdb file on my local) from ODBC connection. The problem is, I am using 64-bit Xp Pro and it does not see any Access driver on 64-bit architecture. Does anybody have 64-bit compatible ODBC driver for Microsoft Access Any other help also will be appreciated.... Hi To continue the theme. Heeeelpppp. Am i right in thinking that there is absolutelly no way to read and write data into an Access Database from VS2005 on a 64 bit machine, with my app running in 64 bit mode I cannot compile to x86 I cannot use SQLXpress Any ideas at all would be greatly appreciated Glen ...Show All
Windows Forms Culture of DatePicker
Hello Is it possible to change culture and language of DatePicker Thank you (Moderator: Thread moved to this forum for better responses) Hello All. worldhello: Um, OK, never mind. The short version is that if you want a DateTimePicker to be displayed in Hebrew, then the user must have Hebrew selected as the language choice for date and time formatting in Control Panel -> Regional and Language Settings -> Regional Options. The longer version is that DateTimePicker (and MonthCalendar) are Windows Common Controls. They use the user setting in Control Panel regardless of any assignment that you make to CurrentCulture or CurrentUICulture. See this article for more information. HTH. ...Show All
Visual Studio 2008 (Pre-release) Avoid UserControl Initialization
Hi I'm writing an application with a rule based view. For a admin-user 2 UserControl's will be shown, for a non-privileged user only 1 UserControl. Both of them will open the same Page / Window, which imports these 2 UserControl's. My question is: How could I avoid an initialization of the hidden / not shown UserControl directely in XAML without any "code behind" This is nessecary because these UserControl's will read data over the network during the initialization process. Thank you for reading my problem. Manuel you can try placing a contentcontrol on the window and do something like this <Window.Resources> <DataTemplate x:Key="dt1"> <local:UserControl1></local:UserContro ...Show All
Visual Studio Express Editions Uninstall Questions
I'm going through the control panel, add or remove software tool, and the uninstallation has now crashed 2 completely different computers. It never finishes. Then when I come back and go to uninstall again, I receive nothing but errors. Any ideas Thanks in advance. Took a bit to hunt this down. Try this: Start->Run-> msiexec.exe /x {AB6F4AB9-AC85-4002-9829-B6EEA55AE3A5} This will tell the installer to remove Visual C++ Express. Let me know how it turns out. Thanks- -Tim <MSFT> ...Show All
Visual C# How can I Instantiate a dynamic array and still be dynamic after?
Hello, I have a program which pulls config information in from a file. The files length will vary depending on how many items are configured in the application. the application stores the config information in an array while reading the file. since the file's length varies the array must be dynamic after instantiated. From all the information I have found I know I can prep a dynamic array but I cannot find any info on instantiating it dynamically. All the info shows is instantanting the dynamic array to a static one. anyone have information on keeping the array dynamic Either that or is there a way to determine how many lines in the file are left from the current Stream position It would have to be in lines, not characters. Thanks ...Show All
Visual Studio Team System CA1053 (Remove the public constructors from [className]) in test class...
I have a class decorated with the [TestClass()] attribute. It was auto-generated by Visual Studio's unit testing framework. I'm getting a CA1053 error when I run code static analysis. Can this be fixed Will it affect the unit testing generated code or render it unusable Thank you, Sammy This warning should only fire if you don't have any instance members. Methods marked with the [TestMethod] must be instance methods for the Unit Testing Framework to run them, so do you have any tests within this class ...Show All
Visual Studio Express Editions Does Edit and Continue work in VS2005?
Hi all, I imported a VC6 project into VS2005, and I cannot get E&C to work - whenever I hit a breakpoint, the menu option is always greyed out. I have the following compiler settings: /Od /D "_DEBUG" /D "_WIN32_WINNT=0x0500" /D "WINVER=0x0500" /D "WIN32" /D "_WINDOWS" /D "_VC80_UPGRADE=0x0600" /D "_AFXDLL" /D "_MBCS" /Gm /EHsc /RTC1 /MDd /Gy /Yu"stdafx.h" /W3 /nologo /c /ZI /TP /GR /errorReport:prompt and linker settings: /NOLOGO /MANIFEST:NO /DEBUG /SUBSYSTEM:WINDOWS /MACHINE:X86 /ERRORREPORT:PROMPT WS2_32.lib Version.lib Winspool.lib Kernel32.lib and, Tools->Options->Debugging: Edit and Continue -> Enabled. ...Show All
Visual C# Help with a 'Delete' MessageBox
Hi I am pretty new to C# and VS2005 so I am sorry if this sounds like a stupid question but; I am trying to create a messagebox like the one that appears when you attempt to delete something in windows. Form1 has fields for editing data into an SQL database which works fine from a control within Form1. I have created a new form (form2) and can get it to display no problem but what I can’t do is get the button on form2 to run the script for deleting the data on form1. "On form1 user wants to delete data from database, clicks delete, messagebox pops up (form2) 'Are you Sure', user clicks 'yes' form2 disappears, and data is deleted". (This is what I am trying to achieve). Currently all databinding etc ...Show All
