plasticgoat's Q&A profile
SQL Server Errors in the OLAP storage engine
One of the dimension in my cube is Region. When I try to browse this cube with Region deimension, I get the following error: "Errors in the OLAP storage engine: The process operation ended because the number of errors encountered during processing reached the defined limit of allowable errors for the operation" When I browse Region dimension alone it displays data without any error, also when I browse the cube with other dimensions there are n ...Show All
Visual Studio Cannont Get VSS2005 to Work with VS2005
I've installed, deinstalled and reinstalled at least 3 times now, VS2005 first, then VSS2005. Running VS2005 does not show any items that deal with VSS. Both apps work fine individually, but I cannot access VSS within VS. Hey, How do you acess it I've installed the VS.NET 2005 and got sourcesafe to work fine. Brian ...Show All
.NET Development Oracle Error on x64 bit
Hello everybody, I compiled my application as x64 bit and tried to run it on x64 installation of Server 2003. When connecting to Oracle my application has issued the following error: System.InvalidOperationException: Attempt to load Oracle client libraries threw BadImageFormatException. This problem will occur when running in 64 bit mode with the 32 bit Oracle client components installed. ---> System.BadImageFormatException: An attempt ...Show All
Visual Basic Is it there?
Here is what I have in my password form. Public Class PassCreate Dim strPass As String Private Sub btnPassCreate_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnPassCreate.Click strPass = txtPasscreate.Text My.Computer.FileSystem.WriteAllText("C:\Pass.txt", strPass, True) Me.Hide() PGS.Show() End Sub End Class What I want is If C:\Pass.txt <> exist then create a password write it ...Show All
Microsoft ISV Community Center Forums VBA XmlMap.loadXML problem - repeating call
Hi all, I have the following XSD load to XML Source of excel: < xml version="1.0" > <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs=" http://www.w3.org/2001/XMLSchema "> <xs:element name="stock"> <xs:complexType> <xs:sequence> <xs:element maxOccurs="unbounded" name="quote"> <xs:co ...Show All
Game Technologies: DirectX, XNA, XACT, etc. XACTENGINE_E_INVALIDDATA due to wrong version being used
We started using the Dec 2005 Sdk, and then upgraded to the Feb 2006 Sdk. We installed the Feb06 Sdk only after uninstalling the Dec05 Sdk. On some machines running XP the system seems to still be using the older Dec05 Sdk dlls, even though the Microsoft DirectX SDK (December 2005) folder has been removed by the uninstall. The problem is when we intialize XACT with our xgs file, we get the invalid data error(All data building, compiling and li ...Show All
Windows Forms How can I fill a dataGrid?need help
I am new to the DatagridView and I am trying do a simple thing fill it. What I am trying to do is Programmatically Create a dataset with a table and 2 columns Bind it to the datagridview Show 01 column as text Show 01 column as comboBox For example sake I have Created a ...Show All
Windows Forms App crashes when run from default install location
Hi folks, A new user of my application had a problem in that the app never started. It installed fine, but crashed as soon as it ran. I tried all sorts of things to diagnose the problem, and finally out of sheer desperation I asked him to try copying the exe, the exe.config, and a few support files it uses to a new folder (under My Documents, for example) and try running it there. It ran fine. What could cause an application to work ...Show All
Visual C++ Resource Editor: Add/Remove Operation impossible code read only - Release VS2005
I've seen this bug discussed frequently with regard to the beta release of VS2005, but not often in the release version. I've tried former resolutions suggested. I'm running the release version of VS2005, Professional Edition, XP Pro, all latest service releases. Source Safe 6.0b We only recently moved to VS2005 from VS 6.0 and project was upgraded from a 6.0 project. Symptoms: - Dialog control event handlers do not appear in the proper ...Show All
SQL Server Load Balance Clustering on 2005?
My company is planning on using a datacenter for our customers. These are manufacturing plants from which we collect batch and trend data (currently stored in SQL Server) If we move to a centralized database model we may need Load Balancing. I read that SQL 2005 will accommodate this so I called MS Support and no one could confirm this. My dilemma is that I need to report upon what our options are for the datacenter.  ...Show All
Smart Device Development error with MFC in visual studio 2005
Hi, I'am using visual studio 8 beta2, i think it's missing a lots of things. One of them is mfc code of MFC. When i am using CCommandBar, when i compile with emulator. It make an error like that: f:beta2\vctools\vc7libsce\ship\arlmfc\src\mfc\barcmd.cpp how can i get this packet Thank The workaround (resource file changes) worked in beta 2, but now that I'm using the release version I'm still having the same problem AND t ...Show All
.NET Development DataSet Update() Method...has anyone seen it work?
I've been working on this for several hours now and I just can't get it to work. Here's the idea...2 identical databases (one local, one remote). Fill dataset objects with the contents of the the same table from each database. I then clear the contents of the dataset of the local table data and use the Merge() function to merge the data from the Remote database table data into the local database table...then update the local database. Sounds ...Show All
Microsoft ISV Community Center Forums outlook code modification
the following code executes in the some machines..but it fails in some machines...please help and point out the line to be modified var app= new ActiveXObject("Outlook.Application") nameSpace = app.GetNamespace("Mapi") var AddLists = nameSpace.AddressLists var AddEntries = AddLists.Item(1).AddressEntries var AddEntry = AddEntries.GetFirst for(i=1;i<AddEntries.Count;i++) { alert(AddEntry.Address); ...Show All
Visual Studio 2008 (Pre-release) Remove Window Border Completely
Is there anyway to completely remove a Window object's border If I set the Window.WindowStyle = WindowStyle.None, there is still a "border" around the window which is rather annoying. Thank you, Jaco I am having another issue with all this. I am making a custom-draw window in which I manage all the border drawing and window resizing, etc. So to achieve removing the "standard" wind ...Show All
Windows Forms mapping enter key !!
I have a window's form with textbox (single line) and 2 buttons OK and Cancel I want the OK button to trigger when the user hits enter on the form. How do I acheive this TIA satch: To restate the obvious: don't forget to also ...Show All
