Software Development Network Logo
  • SQL Server
  • .NET Development
  • Architecture
  • Windows Vista
  • Windows Live
  • VS Team System
  • Smart Device
  • Visual C++
  • Game Technologies
  • Visual C#
  • Visual FoxPro
  • Microsoft ISV
  • Windows Forms
  • VS Express Editions
  • Visual Basic

Software Development Network >> SQL McOLAP's Q&A profile

SQL McOLAP

Member List

Reetu
SRIKANTHPRAGADA
Theo Postma
imate_bluetooth
CCdiver
Half Abude
MDougC
Dana Reed
abhidy
AndreasE
JBrinx
Stefan Knoche
Guatvao
Semilemon
chiang
DmitryB
webmixer
cborden
Hrasheed
Abha
Only Title

SQL McOLAP's Q&A profile

  • Windows Search Technologies Address bar - locked

    my address bar will to type in the full name of a web site, but once complete it will not pull up the site, it stays on the main msn page. Like typing in www.miamidolphins.com - but while typing it will drop down and offer a list of sites, if i pick one of those I can go straight to the sight or choose from my favourites. but to actually type a new site name in the address bar and click go - it goes no where. how do I solve this i do have google and msn tool bars open help maggie ebersold Hi Maggie, Your issue doesn't appear to involve Windows Desktop Search - does it Thanks, Bill ...Show All

  • Visual Basic File Read Error

    Hello All, I am creating a HTML file on runtime through my VB.Net application, using following code '**************************** Dim filename As String = "new.html" If IO.File.Exists(Application.StartupPath + "\Files\" + filename) Then    IO.File.Delete(Application.StartupPath + "\Files\" + filename) End If Dim HTMLFile As New IO.FileStream(Application.StartupPath + "\Files\" + filename, IO.FileMode.CreateNew, IO.FileAccess.ReadWrite) Dim objWriter As New IO.StreamWriter(HTMLFile, System.Text.Encoding.ASCII) objWriter.BaseStream.Seek(0, IO.SeekOrigin.End) objWriter.Write(objStrbdr) objWriter ...Show All

  • Visual Studio Team System How TFS is suitable for real projects?

    Hi all, I know, the question seems to be stupid, but how current version of TFS Beta 3 Refresh is suitable to be used for real work I mean, is this beta could be used only to see the progress and learn, or it is possible to use it with real projects without big risks Especially interesting the source controlling part. How buggy is it Where I could see the known bugs May be there is some experience when try to start/continue some project with current beta was completely failed I am leading a fairly large team that has been using Team System I believe for over a year now (We used Beta 1 for Wor ...Show All

  • Windows Forms Launching application after install

    I'm would like to know how can i launching the application that i'm installing ... I would like that just after the user exits the setup program, both windows services and they manager application (they are both part of the setup program) starts automatically !! Do i have to do a custom action a make a install class or there is a simple way I will appreciate any help or link to an article! Thanks a lot! Clickonce is ideal for Xcopy type diployments which are globally non impactful. You shoudl be able to find comparisions of MSI and CLkickonce technology in articles up on MSDN. For you particular question above since ...Show All

  • SQL Server Tool integration with upgrade advisor

    we have a tool that automates a few features of sql 2005 migration like migration, reindexing after migration, updating statistics, and a few other tuning and security options. i am trying to integrate upgrade advisor into this tool. i have written a few lines of code to do this after referencing the assemblies in upgrade advisor dll: AnalyzerEngine engine = new AnalyzerEngine ( false ); engine.ReportPath = "C:\\Rep.xml" ; engine.DBEngineDatabases = "MigrationWorkbenchDb" ; engine.ServerName = "xyz" ; engine.RunAnalyzer( AnalyzerEngine . AnalyzerType .DatabaseEngine); The code ...Show All

  • Visual Studio Parameters / credentials?

    Hi,    I'm getting an "A parameter or data source credential is missing a value. Prompting for this value has been disabled. Supply a value or enable prompting." error when I try to show a report in a Windows Form with Local Processing.    The "ShowParametersPrompt" and "ShowCredentialsPrompt" are turned on, but maybe the problem is I don't have a way to "link" the datasource parameters (its a stored procedure tableadapter) with Report Parameters in the report designer, as there is no DataSource pane in the .rdlc designer    Also, I had to change to a filesystem path for the LocalReport property ...Show All

  • Visual Basic VB2005 Icons for Binding Navigator

    The new data features in VB2005 are great, but when you need to do more than just form fill, I have found it to be too restricting.  For example, I need to find the next available ID and fill it in, along with uploading pictures etc.  In the end, I gave up trying to do it the 'easy' way and have gone back to my trusted VS 2003 way (creating the data adapter and dataset etc).  My question is, the binding navigator has good looking icons (better than I have created) and as some other forms still use the new method, I need this to graphically mirror the other forms to give a consistent look and feel. I pasted a binding navigator ...Show All

  • Windows Forms Problem with datagridview in VS2005 (C#)

    Hi, I've implemented a datagridview in a form and have create the event RowEnter in order to catch the events when changing a row, in this event i output the currentrow index. This works however i remark some strange behaviour. When launching the form the currentIndex is 0 (thus the first row). When i navigate towards the 2nd row the event is launched however the row index remains the index of the previous one. And this behaviour remains while i further navigate in the datagridview. Did i use the wrong event for outputting the cell value of the row that is selected on the screen Tnx in advance for the answers, Kind regards, In your ...Show All

  • SQL Server how to run the Service Broker Samples

    I am trying to run the Readme_HelloWorld sample on the SQL server 2005 Books online. But don't know where I can get the setup.sql, SendMessage.sql, ReceiveMessage.sql scripts. I followed two examples on the blog, but they did not work at all. Here are the scripts: /* example 1 */ create database TestSB go use TestSB go create queue TxQ create queue RxQ create message type Msg create contract MsgContract(Msg SENT BY ANY) create service TxSve on Queue TxQ Create service RxSve on Queue RxQ declare @h uniqueidentifier begin dialog conversation @h  from service TxSve to Service 'RxSve'  on contract MsgContract;  send on conve ...Show All

  • SQL Server Problem connecting to SSAS

    I have installed the September CTP and am having problems connecting to Analysis Services.  The error message I'm getting is "No connection could be made because the target machine actively refused it (System)".  The log-in is set identically to what's set in Reporting Services, SQL Server 2005, etc.  Has anybody else come across this error only i try to connect to RTM version of the Reporting Services. anybody found a solution yet i see a lot of posts with this problem. ...Show All

  • Windows Forms problem to call a Dll function .NET

    I have the following code in VB6 to create a picture object: Dim IPic As IPicture Private Declare Function OleCreatePictureIndirect _    Lib "olepro32.dll" ( PicDesc As PicBmp, RefIID As GUID, _    ByVal fPictureOwnsHandle As Long, IPic As Image) As Long The IPic is to store the picture object created. After I convert this code to VB.NET, it becomes Dim&nbs ...Show All

  • Visual Studio Team System Couldn't add user/group ...

    Couldn't add user/group 'Lastname, Fname (Company/Org)'. It may be in an incorrect domain. Thats the error if I try to add additional Namespace Administrators or to the TFS Everyone  group.  Any reason TFS won't accept commas, forward slashes, parenthesis or @ symbols Hi, I also get this problem. It happens when I try to add a doamin user ( same domain) that has / char in it's caption. The message is: "Couldn't add user/group 'Technical Leader/ Eli Ofek'. It may be in an incorrect domain." The workaround I found so far is to create a new security group with a simple name & caption that I am th ...Show All

  • Visual Studio ToolBoxItems.Add does nothing

    Hello, Using Whidbey Beta 2, I'm trying to add a control to the toolbox using a windows forms application. All goes well, and no error found, but the control does not appear after the application finishes, even after I restart VS.NET. I'm also adding a new toolbox tab, which works fine. First I tried using the sample code provided in the documentation, but it din't compile because it expects an object instead of a class. Since I had this working with VS 2003, I borrowed some that seems to work, at least for creating the tab. The code I'm using is the following: Dim latestDTE As Type latestDTE = Type.GetTypeFromProgID( "Visu ...Show All

  • Visual Studio 2008 (Pre-release) Need Help With XAML Data Binding

    i am trying to learn XAML data binding and have developed a simple demo application to this end. forgive me, i am trying my best here. i will post my code below. if any bright spark could spare 5 minutes to look at my application, perhaps they could explain to me what is going wrong. i have been wrestling with this thing all day long... the idea is that when you select an item in the ListView, the TextBox should update to reflect the currently selected item. Also when I click the SAVE button, the ListView should automatically rebind to show the new contents of the array. Some questions please: 1. My TextBox refreshes properly at fir ...Show All

  • .NET Development dataadapter doesnt generate update insert commands

    Hi all. Ive a problem with dataAdapter that can't generate delete and update commands with the wizard. First, i have a simple project where im trying to save data to a simple 3 fields table table (CostumerID, Costumer ,Address) , without keys. (access database) I add a new data source with the wizard that makes the connection, i select customer table and vb 2005 (express) creates the dataset. At dataset design view i realize that update and delete commands arent generated. If i configure the adapter with the wizard and selects generete direct methods doesnt work. It leaves update and delete commands blank. ive tried to manually sel ...Show All

©2008 Software Development Network