Fshad's Q&A profile
SQL Server PMML in SS05
Does SQL Server support the ability to import a PMML mining model and score it I've got customers in SAS and want to score or visualize in a database to make it run faster. ...Show All
Visual Studio 2008 (Pre-release) LINQ install fails (May CTP)
Hi, When starting the installer, I get the message: "Cannot find a valid Product to install LINQ with" and then tells me that I need a version of Visual Studio 2005 installed in the next dialog. I do have Visual Studio 2005 Professional (German) installed and I never had such problems with other previews that involved VS 2005 (e.g. Orcas). I believe that the problem is related to the german language version of VS 2005 since there was also a language problem in the last preview (you had to copy some files after installation). The last CTP however installed at least. Does anyone have a workarround for this I know that oth ...Show All
Visual Studio What does error CTC2114 mean?
I am using the Visual Studio SDK with Visual Studio 2005 Professional. The following problem occurs with both Oct and Dec versions of the SDK. The following also occurs when trying to compile any sample project that uses CTC. When I try to build a sample project the output is as follows: ------ Build started: Project: MenuAndCommands, Configuration: Debug Any CPU ------ d:\vssdk\2005.12\VisualStudioIntegration\Tools\bin\ctc.exe CtcComponents\PkgCmd.ctc obj\Debug\PkgCmd.cto /I"d:\vssdk\2005.12\VisualStudioIntegration\Common\inc" /I"d:\vssdk\2005.12\VisualStudioIntegration\Common\inc\office10" CTC : fatal error CTC2114: Erro ...Show All
SQL Server Migrating SQL Server 7.0 to 2005
I am in the process of migrating from [Source] SQL Server 7.0 sp4 on windows NT to [Target] SQL Server 2005 on Windows 2003 Server. Please suggest me what should be the migration approach it this case. Would De-attach and attach of DB still be valid if OS changes (both are 32 bit OS). regards Attach/detach won't be bothered a bit by OS upgrade. Go for it! Paul ...Show All
Visual Basic HScrollBar and AutoRedraw
HScrollBar From the toolbox, the HScrollBar does not seem to be working (as it did in VB6) It does not fire on "Gotfocus", no matter where you click There is no "Mouseup" event for ending the scroll. Is this tool being phased out, or are there known bugs Related to this problem is Auto-redraw. I use the Scrollbar to help make a selection. As the user pulls the cursor, I have a floating textbox to provide information as the scrollbar passes the choice in question. In VB6 the AutoRedraw of the form avoided erasing stuff in the pathway of the textbox. I read that AutoRedr ...Show All
Windows Live Developer Forums Image search?
I'm not seeing a source option for performing an MSN image search. Google and Yahoo both provide this, why not Microsoft Thanks. Seth, Still no image search Can you tell me if it will be weeks or months before this feature is available Thanks, Ray ...Show All
Visual Studio 2008 (Pre-release) Problem Drawing to Desktop DC
When I create a DC by calling CreateDC(L"DISPLAY",NULL,NULL,NULL), what I draw disappears very quickly. This did not happen until I installed build 5219. It continues to happen in build 5231. This makes a technique used to draw tooltips not work. It does not happen under remote desktop, just on the local screen. Any ideas on when this might be fixed Do not write directly to ScreenDC, you're asking for trouble ( I did that before, won't do it again ). I'm not even sure this will still be possible on OS >= Vista RTM. So to answer your question it might as well be "never". ...All right, for app compat reason, it might still be there fo ...Show All
Windows Forms Use Designer Tools like smart tags on runtime
Is it possible to use designer tools like smart tags on runtime And if so, how For example I have a Grid and (if a user has administrative rights) the user could hide and add collums of the grid by using the smart tag feature To customize the appeareance on runtime... regards fbecker Hi! You can make you own designer, check here http://msdn.microsoft.com/msdnmag/issues/06/03/DesignerHosting/default.aspx But in your case easiest way is to create context menu with all columns. User can check on/off any column. ...Show All
Visual Studio Express Editions Printing from VB Express
I have come across several posts indicating that it is nearly impossible to print documents, much less interact with Word, when using Visual Basic Express. Is this true If so, will this functionality ever be included or will I have to either purchase Visual Studio or learn another language While not impossible to print in VB 2005 ( this includes the Express Edition too) it takes a bit of work to get the results you want. There are a lot of printing capabilities in VB 2005, but, you need to do some reading to maximize your results. Doing a Google Search in the Groups section will find a lot of info on print ...Show All
.NET Development Can't update Access 2000, unhandled OleDbException BugID FDBK49997
I can't update a Access 2000 Database, the sourcecode you can find below causes a error message "syntax error in update statement", "unhandled OleDbException" and no data is added to the database I even copy and past a working example from MSDN into my VisualStudio, I got the same error message again . An other problem I have is that I can not add a OLEDB DataSource to my Application with the help of the IDE, I can add a ODBC or SQL DataSource but if I click on Add DataSource in the Main Menu of Visual Studio 2005 and choose add Datasource and then I click on the Database Icon I can click on New Connection, but then I ...Show All
.NET Development Test Message. Please ignore
Test Message. Please ignore Please consider posting test messages as comments, rather than questions. That helps us track question statistics more accurately so we can see which forums need more attention. TIA. ...Show All
Visual Basic SerialPort coding
Hi, i've recently been trying to connect my RFID tag reader to my vb application. when i read the instructions, it appears that i need to use the mscomm control which isn't available. I am simply lost as to how to write the code for the serial port. i am supposed to install a INRFID125CTRL into the application. Then write the code using the mscomm control. Unfortunately, i was only able to add the INRFID125CTRL as a reference. How do i make use of this i am sorry there is no code, because i simply don't know how to go about using the serialport component. am i supposed to enter the reference into the SerialPort1_DataReceived ...Show All
Visual Studio Express Editions Getpixel API
visual basic code: Where did you find this code What is it supposed to do Cut and paste of code you don't understand is always a bad idea. hdc would be a device context, the thing that Windows must generate in order to draw something. GetPixel is returning the color of a pixel in a DC, build from a window, which would be a single number which, when converted to hex, is an RGB triple. Can someone please explain to me how to use this code so that I can grab the pixel color from a location on the screen Well, forget the session stuff, and instead just pass IntPtr.Zero ( from memory, it's NULL that you want ) to GetDC to get the DC of ...Show All
SQL Server Dataflow where sourcecolumns vary ?
Is it possible to set up at dataflow with for example an excel source that points to a sheet with varying number of colums. In the file there is some information about number of columns. But the question is here how you use that information to define the columns in the dataflow The columns in the data-flow need to be known at design-time so by and large you cannot chage things at runtime. There is a workaround though - you can change a package that you are about to execute using the execute package task. Here's how courtesy of Kirk Haselden: http://www.sqljunkies.com/WebLog/knight_reign/archive/2005/ ...Show All
Microsoft ISV Community Center Forums Installing Business Scorecard Manager 2005 on a SQL Server 2005 instance.
I'm trying to install BSM 2005 into a Win/2003 Server running SQL Server 2005 (everything) and the Web Service won't install because it reports the following: Failed Microsoft OLE DB Provider for OLAP Service (MSOLAP) 2000 SP4 (8.00.2039) as well, the Alerts won't install because of the message: Failed Microsoft SQL Server 200 Notification Services 2.0 SP1 Engine Components I understood that this version was compatible with SQL 2005. Any idea how to bypass these checks and install the software properly Hi Dave, There were some other questions around the BSM installation on the forums. Does the information on this post help resolve your ...Show All
