nivanov's Q&A profile
SQL Server BIDS - Error on design surface of Calculation tab in Cube
Has anyone seen this Within 'Business Intelligence Development Studio' (BIDS) with a cube opened and the calculations tab selected, the design surface displays a message that reads: Unexpected error occurred: 'Error in the application.' This occurs in any project I open and it still occurs when I restart BIDS or the computer itself. Any ideas Can anyone suggest a remedy Hello, Not resolved - Crashes Now. 1.) I have mad the recommended changes, reviewed and confirmed the file changes I made; In all of these locations; C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\ C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies ...Show All
Visual C++ ListBox Scrolling
Hello all! I seem to have a problem. I have a listbox that is constantly updated, but when the number of items is greater than the available space and the scrollbars appear, it doesn't show the newer items. I know that's not what it was meant to do, but I need it to automatically scroll down. Is there anyway Thank you! This forum is for the Visual C++ product itself, not for Win32 API questions. You may want to post the question here: http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.win32.programmer.ui&lang=en&cr=US ...Show All
.NET Development Help request on how to optimally link VC++.NET applications?
Hi! I posted this question to a wrong forum earlier, now I am reposting it to the right forum. My problem is that I write C++ aplications in tradional form, e.i., the programs include one header file (.h) and one implementation file (.cpp). Compiling is going very smoothly. However, I get problems with the linker and most of the time I get the notorious LNK 2020 error, "token could not be found etc". The reason that I am getting this error message is that the linker cannot locate the implementation files and therefore cannot see where the "tokens" are implemented. It entails that you are supposed to load these .cpp files into the associated projects. My solution to this problem have been like this, because unti ...Show All
SQL Server How to To transfer SQL server Express to web hosting Provider
Hello, FYI, I'm using Visual Studion 2005 with SQL server Ex Edition in my developer PC. So the problem now is how i can migrate the database into my web hostin provider . The provider also use the same version of SQl server. What i noticed the express editon dont have function to import or export. Anybody iin here know how to solve Right now, i'm create the databse using my controll panel in my web hosting then i create tables using management studio express, this way i must do twice works, 1st in my developer PC then into my web hosting..please anybody give a hand please I already copy web site include the app_data into my web hosting, but unfortunately i dont know the connections strings when i ask the provider they told m ...Show All
SQL Server SQL connectionstring parameters
Hi, does anyone knows where can i find all the values that support the connectionstring since the connectionstring uses the "server=local;database=nortwind;UID=me...." etc. are there more parameteres to specify which one of them is not REALLY important , where can i find a list or something about it Thank you, i hope i made my point clear A set of ready connection strings can be found on www.connectionstrings.com HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
SQL Server Exporting sp result to flat file using XML schema
Hi there, To put in context, we are using BizTalk to get the result from a stored proc and export it to a text file using a XML schema (XSD). The XSD includes formatting info such as the justification, padding, etc. We are moving this process to SSIS and we want to reuse the BizTalk schemas. Is it possible Thanks Frantz fleo wrote: I have no idea! They're telling me it has to go through XML because it's the only way BizTalk can communicate between systems. I have never used BizTalk, I don't know if they have it completly wrong... I couldn't tell. They are partially right. The output of a BizTalk message is XML. If the destination system can't handle that XML file, BizTalk will have ...Show All
SQL Server Web sync and partitioned snapshot - failed from time to time. Why?
Hi! Well.. There's operable web sync with parameterized filter. But sometimes the strange errors appear. Below the list of the errors I got from ComErrorCollection property of MergeSynchronizationAgent instance: ERROR: -2147199433 SOURCE: Merge Replication Provider(Web Sync Server) TEXT: The Merge Agent was unable to start the SQL Server Agent job to generate the partitioned snapshot for this subscription. Verify that the SQL Server Agent service is running at the Distributor. ERROR: 22022 SOURCE: HOST3\MAIN TEXT: SQLServerAgent Error: Request to run job dyn_HOST3\MAIN-Customers-Main-2__20061014_14 (from User distributor_admin) refused because the job is already running from a request by User distribut ...Show All
Software Development for Windows Vista Error Code 80070017 Solution
to get past the error code without downloading a bunch of useless hardware, do the following. After you burn the iso to a DVD, go into my computer, right click on the Drive that has the burnt DVD in it, Copy and Paste all files to your hard drive (I made a new folder on the desktop). DO NOT TRY TO BOOT TO THE CD!!! You have to be logged on to XP to install this way. after copying the files open the folder and click on the setup.exe. ENJOY Yes, It is work! BTW, I would like to share my experiance. I had faced a same captioned problem when I install the New Vista in my HP Desktop (P4 3Ghz, 512MB RAM, DVD drive, 250GB HD, on broad display). I found that the HP's DVD drive can't be 100% compatible with the Vist ...Show All
Visual Studio Express Editions Object and Property Descriptions
I am making a managed dll in C++ to use in later projects for C++, VB, and C#. When ever you click on properties of MS user controls in the design portion IDE it tells you what that property is, ect. I would like to know how describe properties in the same manner. Also when you look at an object in the object browser it gives you a summary; I would also like to know how to define these summaries in C++. Thanks in advance for any help The summary description of classes and members that you see in the Object Browser are generated from the XML documentation comments in your source code. ...Show All
Audio and Video Development Scaling still does not affect the renderer dimensions
Hi I asked about this problem and got an answer that it was fixed here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=718158&SiteID=1&mode=1 But it still seems to do not work as it should. The problem: I built MFT that performs 2x scaling with input type YV12, NV12 or YUY2. To test it I use a player that based on the PlaybackFX SDK sample. When the output type is YV12, everything is OK and I get the scaled dimensions from the renderer using GetNativeVideoSize(). When the output type is NV12 or YUY2 the GetNativeVideoSize() returns the original dimensions of the video and what I see is a quarter of the frame. I also tried to set it manually with the correct size but it only stretched the quarter and did not display the ...Show All
Visual C# How to return properly from an eventhandler (or do something approximating the same thing)
Hi! In my code, I need to return from an eventhandler function (function for handling the click of a button), and I can't figure out how. I think this is impossible. I'm not sure. But either way I can't figure out how to redesign my code to work around that problem if that is indeed an issue. Here's the code in question: [code] private void BtnConnect_Click(object sender, EventArgs e) { Connect(); return; } private void Connect() { Socket = new NetFXSocket(false, "82.116.68.153", 1345); UserState = new StateObject(0, Socket.Listener, 1024); if (Socket.Connected == true) { LstConnectInfo.Items.Add("Successfully connected to login server!"); } else ...Show All
Gadgets can someone make a gadget for me.
i want a gadget that would show me the tv shows that would me coming up next hour. like a tv guide. i would really like a tv guide gadget. If you have a media centre there is a product called WebGuide . The newest release has sidebar gadget that you can use to view your tv guide. ...Show All
SQL Server SQL DUMPER Error
Hi, I have a package which reads data from set of tables, goes thru a script component for some data changes and written to a flat file. To speed up the process, I have created 6 threads of this same sequence, but instead of writting to different files, I am joining the outputs of all 6 scripts components using 'UNION ALL' and writting it to a single file. I have to execute this for different input years and so calling this data flow within a 'Foreach loop' container for multiple years. When I ran this package for single year, it ran without any error. But when I ran it for multiple years (in debug mode), after processing 3 years, the package just stopped running. It does not abort, but just created a SQLDUMPER Error log file with the f ...Show All
Visual Studio Express Editions If...Then for an image
I don't know if I'm jsut doing something stupid wrong, but for some reason, I can't get this to work. I want something like... If PictureBox1.Image is My.Resources.picture Then PictureBox2.Image = PictureBox1.Image End If The problem lies in the If statement. It doesn't seem to register. Basically, I want a way to say "If this picture box is of this image then set another picture box to have the same image." Dave299 wrote: This seems to work: Dim Image1 As Image = My.Resources.picture Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click PictureBox1.Image = Image1 End Su ...Show All
Visual Studio 2008 (Pre-release) How to do Hand writing recognition in VSTO
Hi, I need to know is there hay to get an input from a styler. Our application is to regognize hand writen charators on a styler. We have a mechanisum to identify it but dont know how to get input from styler. Give us coding samples or other help. Thank You. Pati Hello Pati, I'm not sure, but maybe this could be helpful. http://msdn2.microsoft.com/en-us/windowsvista/aa904991.aspx Greets, Helmut ...Show All
