TheViewMaster's Q&A profile
SQL Server Permissions for SSAS Service Account?
Hi All, Please help with this. I'm running a server with Windows Server 2003 R2 Enterprise x64 Edition. On the box I've performed one named instance installation of SSAS. I've installed SP1 as well. There's no firewall running on the machine. My domain account is in the SSAS Server role. SSAS Service is running according to SQL Configuration Manager SQL Browser Service is running according to SQL Configuration Manager If I run both SSAS and SQL Browser under Local System, everything works OK. But this is not the way I want it, because it's not safe and SSAS is unable to read data from the remote SQL box. If I change the service account to a domain user account, I can't connect to SSAs anymore. The error mes ...Show All
Visual Studio 2008 (Pre-release) Little help with Windows Communication Foundation plz
Hi i have the following code taken from a tutorial. Now i wish to return a string called returnString but it won't compile because the string is being accessed from another class. So how do i return the string Basically i wish my service to access objects from the application hosting the service. Thanks. using System; using System.Collections.Generic; using System.Text; using System.ServiceModel; namespace Messenger { public class ClientService { ServiceHost serviceHost; String returnString = "String I want to return"; public ClientService() { } public void startService() { Uri baseUri = new Uri(" http://localhost:1234/hello "); serviceHost = new ServiceHost(ty ...Show All
Software Development for Windows Vista dsnetwork problem
I am having problems programming the dsnetwork interface in my application. Strange errors show up and its help on msdn is totally messed up. Firstly, I wanna ask about the IID_IMulticastConfig. Where is it defined. I have added the dsnetifc.h as well but to no use, I cant find the CLSID for it. I hope someone here has worked on DsNetwork. I really need help on it! I'm afraid I can't get the errors you are describing. I've tried. I have a two line program in foo.cpp: #include <strmif.h> interface IMpeg2Demultiplexer *pDemuxInterface = NULL; While it won't link (obviously, no main), it compiles. Not sure what you could be doing. Maybe you have a *really* old strmif in your include path Are ...Show All
Windows Search Technologies no search results
I recently had a corrupted registry that prevented my WinXP pro machine from booting. Our Tech Support team was able to repair it, but it appears my workstation is still somewhat crippled. I had to reinstall all of the software back on it, and lately I've noticed that the Search function within File Explorer fails to return correct results. I have several .asp text files in a folder, at least three contain the result I'm looking for, and the search only returns one instance of these files. Refining the search makes it worse. I get no results at all, when I'm certain there are more than three instances of the string I'm looking for within the files in this folder. Any help will be greatly appreciated. Hello Genaro, The search ...Show All
Software Development for Windows Vista All WorkflowRuntimeServices running in the same thread?
Hi, If I add three services to WorkflowRuntime, does the services will run in the same thread (3 services inside only one thread) Regards RL I think that I didn't understand very well. My services inherit from System.Workflow.Runtime.Tracking.TrackingService and System.Workflow.Runtime.Hosting.WorkflowPersistenceService. ...Show All
Visual Studio 2008 (Pre-release) 2 questions on WPF
1) Is it possible to hide Title text and Icon in my Window I want it visible in Tasmanager but not in Window caption bar. Is there some property (bool)IconVisible like in WinForms 2) How to Clear Focus on TextBox When my TextBox is Focused, I want to programaticaly remove that focus, is it posible There is only LostFocus event, I am looking for some method to clear focus. (1) There is no property on Window object that allows you to hide the icon and title text only. You can remove the caption bar entirely by setting WindowStyle =None, but that would also remove the system buttons (min/max/close). You can create them by yourself via simple buttons and hook them up their functionlitys via WindowState property and Close meh ...Show All
Smart Device Development Updated Virtual Machine Network Driver for Device Emulator 2.0 Beta?
I Installed the " Microsoft Device Emulator 2.0 Beta - Community Technology Preview" from http://www.microsoft.com/downloads/details.aspx FamilyID=13f5de85-30cd-4506-9c5b-a2068fa1ee9e&DisplayLang=en on top of VS.Net 2005 Team Edition and then registered it as the default emulator. However, it seems to require a newer version of the " Virtual Machine Network Driver for Microsoft Device Emulator" than what is available from http://www.microsoft.com/downloads/details.aspx familyid=DC8332D6-565F-4A57-BE8C-1D4718D3AF65&displaylang=en The driver from emulator 1.0 is 2.4.x vs emulator 2.0 preview seems to want 2.6.x Where can I find the new " Virtual Machine Network Driver for Micr ...Show All
Windows Forms renaming a picture to a file
i need to change the format of an image from jpg to dll so i can use it as an icon. im using this vb code to handle the conversion theBitmapSize.Save(savefiledialog1, System.Drawing.Imaging.ImageFormat.dll) i can't get it to accept the dll part can someone help Hi, When does it say the file contains no icons The simple code snippet works. Bitmap bmp = new Bitmap("D:\\test.jpg"); bmp.Save("D:\\test.ico", System.Drawing.Imaging.ImageFormat.Icon); And I think it's no necessary to save it as a dll file, simply an icon file is ok. ...Show All
Visual Studio Express Editions Link Resource Image to PictureBox
I have several pictures in the Resources File of my application, and have made several forms. What I would like to do is autogenerate a thumbnail on a button for each image, and when someone clicks on the thumbnail I would like it to open Form2 and fill the PictureBox with the appropriate image from the Resources File. I cannot figure out how to do this though, and so would appreciate any help that anyone can give me. 1) I would like my application to create a thumbnail of the appropriate JPG Image. 2) When someone clicks on the button / thumbnail I would like to open Form2 and fill the PictureBox with the appropriate image. I am able to open the form, but I cannot seem to open the image. 3) I would also like to know how to arrange it so t ...Show All
Visual Studio Express Editions concerning media player
renee where do I post pause button code btpause.Text = "pause" btpause.ForeColor = Color.Beige ps.....these two lines have to be copied into the play and stop button events ...Show All
Visual FoxPro Caps lock ON when application activate.
Can I trap the 'activate' of my app I want to turn on caps lock every time the user selects the VFP application. I don't want to do this at the start of the app because the user may minimize the app and then get back to it. Thx. Why in the world would you make everything in Caps Any form field that needs caps should have it set in the format property. MANY USERS DON'T LIKE CAPS IN THEIR EDIT BOXES BECAUSE IT IS HARD TO READ. Don't you think ...Show All
SQL Server Is it possible?
Hi, I am planning to use Reporting Services (2005) in our CMS environment where each customer has it's own (similar) database. The basic idea is that each customer can access it's own reports or make use of some generic reports. Any suggestion how to accomplish this Thanks in advance, Frank Custom (report-specific) data sources allow you to specify the connection string as part of an expression (see "dynamic source expressions topic in http://msdn2.microsoft.com/en-us/library/ms156450.aspx ). So, you could parameterize the "database value" to create a dynamic connection string ala: = "server=myserver;uid=someusername;pwd=somepassword;database= " & Parameter ...Show All
Visual Studio Express Editions Component Question
Hi again, I've been trying to build a component as Express doesnt come with a component template, does anyone know what code I need to insert in order for it to work correctly I am sure its not as simple as merely putting 'Inherits Component' under the class declaration, I'm pretty sure you have to some stuff with the 'New' and there's also a 'Site' property that needs sorting out. Like I said, I'm new to this, but if anyone could post the generated code for a new component, that would be great. Thanks again. Okay, I found out where the component name is situated. If you inherit from Component, you can access the name property of the component from Mybase.Site.Name That brings me to another question, assuming you cr ...Show All
Smart Device Development How to make the application start with system
Hello,everyone: I want to make my program run when the system boot. So how can I do that by code Any APIs or sample codes Well,then sometimes I do not want the application start with the system,and smoetimes I do.So may I switch the selections in my program My question is how can I remove the shortcut from windows startup folder when I don't want the application start with system ...Show All
Windows Search Technologies Desktop Search shortcut
I'm trying to make a shortcut to launch Desktop Search with the Search Filter panel displayed. Does anyone know the syntax to do this "C:\Program Files\Windows Desktop Search\WindowsSearch.exe" /xxxxx What should the /xxxxx be to make this work "Windows + F" invokes Windows Desktop Search ...Show All
