Rastislav Maskal's Q&A profile
SQL Server rs.exe - SetReportDataSources error
Hi, I wanted to ask if anyone else has found a problem with rs.exe when trying to use the SetReportDataSources method. The line appears as RS.SetReportDataSources(fullpath, dataSources) The error is BC30456 - 'SetReportDataSorces' is not a member of 'Microsoft.SqlServer.ReportingServices2005.ReportingService2005'. The aim is to design a single set of reports, that will be deployed to different folders with a different ...Show All
Smart Device Development msfp for WM 5.0 emulator
Hi all, I'm looking for msfp for WM 5.0 emulator, is this msfp included in WM 5.0 images coming with SDK many thanks, Bayu A Cahyono We currently working on making images with MSFP available for download. The SDK contains the AKU0.0 images. Thanks, Vladimir ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Fix Found Windows XP Pro, DirectX 9c install completed ! I cant Install Directx 9.0c December 2005 dsound.inf problem
When I try install Directx 9.0c December 2005 Redlist I Envisage with this Error : "An internal system error occurred. Please refer to DXError.log and DirectX.log in your Windows folder to derermine problem." I several time download Directx 9.0c December 2005 and November 2005 but everytime I Envisage with this error and when I go to DXError.log and DirectX.log see this Problem with dsound.inf : -------------------- [01/05/06 01 ...Show All
SQL Server To find all pairs in table that fits to given criteria.
Task: To find all pairs in table that fits to given criteria. For example: I have a table with id's and weight of people. The task is to find all pairs of people (id's) that their weight in range of 0-5 kg. The result need to be without repetitions of data. id weight 1 80 2 84 3 81 4 90 So results should be: 1 2 (or 2 1) 2 3 (or 3 2) 1 3 (or 1 3) but not both I'm using MS SQL Server 2000. Question: How to do ...Show All
Visual Studio Editing project references in visual studio 2005 project files
Currently, if you add a reference to a project that is outside the folder structure of the current solution, but on the same drive, you will get a relative path in the HintPath of the .csproj file. The only problem we have with this, is that the reference will be to a DLLat an exact location, so switching between debug and release build will still reference the same DLL. I've found that you can edit the HintPath in the .csproj file to use the e ...Show All
Visual Studio Licensing & pricing
I thought I should start a thread on licensing and pricing where we can give some feedback to MS on the type of scenarios we intend to implement and how various licensing & pricing schemes would interact with that. As I see it there are two separate questions here: 1) What license is required to author a DSL 2) What license is required to use a DSL For 1) I guess the main question is which edition of Visual Studio will be required, and ...Show All
.NET Development Using MessageBox::Show() in VC++.net
Hi Guys, I was trying to write a simple application in vc.net and display a messag box. So, I created a sample Windows Forms Application(.Net) and on the dialog box I just have one button. In the click event of this button I wrote the code: MessageBox::Show("TestStringText", "TestStringCaption"); But, when I run the program I can see the CAPTION BUT I just cannot see the MESSAGE STRING and the BUTTON TEXT in the resulting message box d ...Show All
SQL Server how to do case-sensitive search
say, in my database there're two rows, name age career ------------------------ dave 20 student Dave 20 student if i use select * from db where name='dave' both will come out, how to do a case-sensitive that i got only the 1st row I do think I understood your question, however you can pich the collation you want but be sure to check the Case sensetive checkbox. ...Show All
.NET Development Strange Issue Consuming WebServices
Hi, I'm developping a WinForms application that consumes several Webservices (all of them are in the same server). All WebMethods calls are Asynchromous. When I debug the application, breaking the Common Language Runtime Excetions into the debugger, sometimes I get the socket exception "An existing connection was forcibly closed by the remote host Web service" and then the IO exception "Unable to read data from transport...&quo ...Show All
Visual Studio Tools for Office VSTO - Outlook - Unload addin
I have written an addin for Outlook 2003 using VS.net 2005, VSTO, and C#. In " ThisApplication_Startup" I perform several tests to see if the addin should load for the current user. If the addin should not load, how do I unload the addin without shutting down outlook I keep seeing things that say you can shut down the addin's app domain, but I have not seen code that says how to get the addin's app domain. If this is how you are su ...Show All
SQL Server Unexpected error during Sept. CTP setup?
Hi, During the Sept. CTP setup I get the following when it tries to install the Workstation tools. Anyone else get this and work around it "There was an unexpected failure during the setup wizard. You may review the setup logs and/or click the help button for more information." I didn't find anything in the logs and when setup asked me to find more info online regarding this message it said there is no further info on this error. Th ...Show All
Visual Studio Team System errors in load test ("Object reference not set to an instance of an object")
When I use the following code to enumerate dependent requests, I dont get the error "Object reference not set to an instance of an object" foreach ( string s in LastResponse.HtmlDocument.DependentRequestUrls) { WebTestRequest loopRequest = new WebTestRequest (s); yield return loopRequest; } if I add in the following check, I get an "Object reference not set to an instance of an object" mor ...Show All
Game Technologies: DirectX, XNA, XACT, etc. to David Weller and tom miller
Hello . Please fix before xmas Microsoft.DirectX.DirectInput; Version beta 2 december 2005 no mouse or keyboard support SystemGuid.Keyboard or SystemGuid.Mouse SystemGuid is gone. We have to release a sdk for game engine cos money problem it is hard to wait 4 month with no income in the firm and 4 peoble on the payrool we have been programing for allmost 1 year now prepering for net framework 2.0 of directx and mobile directx ...Show All
Windows Forms My Windows Forms Wish List
I've been using windows forms extensively for about a year, and there are several things that have really irritated me. Don't get me wrong, Windows Forms is the best way to program a GUI in the windows environment, but I think there are&n ...Show All
Visual Basic convert graphic to bitmap
I have dawn a graph on a graphic and is need to convert this to a bitmap. How do I do this Next i need to disply the bitmap and draw more graphs on it. How is it done Any advise would be appreciated. Thanks in advance. Do you mean you've drawn onto a Graphics class, presumably in OnPaint Instead, create a Bitmap, create a Graphics instance from Graphics.FromBitmap, and then when you've drawn on your bitmap, draw that to the scre ...Show All
