zzzzzzzz's Q&A profile
SQL Server Reporting Services Error After Formatting Report
I created a drill-down report from a cube in Analysis Services using the report wizard. When I preview the report, the columns are not wide enough to view the data without the data getting wrapped around to the next line (the number 51,520,384.92 does not display on a single line). When I try to change the column width and then preview the report, I get a fatal error and Visual Studio closes. I had the same problem when I tried to change the num ...Show All
Visual Studio Express Editions Error Message
I have create a dll name "Special". At the C# IDE, i able to add the special.dll file to my reference. But, when i running the C# program, It come out with below error message Could not load file or assembly 'Special, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. Did you know what message is it How's to solve it Glad t ...Show All
Visual C# Dataset for programmaticly generated data
Hi all, Got a question about datasets. I have data that is programmatic generated that I need to display in say a grid view. How do I do that It looks like I should use a dataset but after lots of searching it seems like no one can fill a dataset with out a db connection. Got any Ideas You can fill a dataset without an adapter. There is a lot of functionality built-in to .NET to allow DataSets to be tied to d ...Show All
Visual C++ "Correct" Workerthread Termination
Hello, I have used worker threads for a long while and yet always had and still have problems with the "correct" way such threads should be killed for premature termination. They may have files open, are in the process of allocating global memory or doing any number of other things. The closest I got to "correct" is to signal the worker thread through it's priority if it's services are not required anymore for terminati ...Show All
Visual Studio Team System Project Creation Wizard Didn't Find Reports Data Source
I was trying to create a team project based on my own process template... Event Description: TF30162: Task "Populate Reports" from Group "Reporting" failed Exception Details: The Project Creation Wizard encountered a problem while creating reports on the SQL Server Reporting Services on MyServer. The reason for the failure cannot be determined at this time. Because the operation failed, the wizard was not able to finish ...Show All
Software Development for Windows Vista Ifelse activity in workflow
How can I set the condition for the ifelse activity . how do I invoke the branching based on the condition. Raskal, I ended up writing an IfElseActivity of my own, due to an additional requirement I had. My requirement was to select multiple conditions for the branch, and I also wanted to pass parameters to the conditions. So I implemented an ifelse activity that takes conditions in the form of activities that implement an interface c ...Show All
.NET Development Web Service proxy
This might be really basic,but can someone pls explain. I have created a proxy class using WSDL.exe.Do I still need to add the web reference. I'm a bit confused does one normally do it one way or the other or both ways (adding the web reference or using WSDL.exe). Not sure if this even makes sense.. Thanks in advance No, you typically do one or the other. Underneath Visual Studio actually use ...Show All
Visual Studio Fix: for Class Details Window Disappearing Issue
Hi, Can anyone else confirm this issue (and the possible fix) I fixed it for myself but only have one computer to test on. Issue: The Class Details Window flickers or disappears when clicked on with the mouse making the window unusable. btw: This is an update to the following thread about the Class Details window: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=67472&am ...Show All
Visual C++ How can I read the txt file into CString object???
I like to read the content of txt file into a CString object without losing the spacing between words like (eg. I like apple.). But the way I tried give me only the this format like "Ilikeapple.". The following is my code. char htmFile[50]; *htmFile = 0; while ( ! fhtmFile.eof()) //Read in the content of html into CString object fhtmFile >> &htmFile[strlen(htmFile)]; m_strhtmFile.SetStri ...Show All
Visual C# Evaluating a Variable
I have searched and searched for a solution to the problem I'm having with no success. I'm creating a variable that represents a control, and want to evaluate the variable to get the value of the control. The control is a DropDownList and has an ID that starts with “lstOffer” and ends in a 2-digit value (i.e. lstOffer01, lstOffer02, lstOffer03 ...). In the onClick event for the submit button, I need to loop through the rows of the dynamica ...Show All
Visual Studio Express Editions Learning curve verses production
So here I am for the first time. I've been working with the videos to learn more. It seems that Bob T. even mentioned something about being productive. I am disapointed then if production people are the target audiance. I played with a working model only of VB6 from SAM's publishing about two years ago and am just now getting to learn about this .NET stuff. Great, where were you when I was going to school and just learning to program in BASICA. ...Show All
Smart Device Development Multiple serial ports
I have a tester that communicates to my Devices Under Test(DUT) thru 1 of 8 serial ports. I have 128 DUT's in my tester hooked up to the 8 serial ports thru a mux which selects 1 of 16 banks (8 * 16). Normally I will select a bank and port and send cmds or get status from that device then switch to any other combination of bank and port and continue using the WriteFile(hComm, ...) & ReadFile(hComm, ...) after selecting the proper bank and co ...Show All
SQL Server A "not in"-lookup?
Hi, This may be an easy one, but I can't seem to crack it: What would be the best way to implement a "not in"-loopkup. I want all the rows in my dataflow, where the key is not found in a specific table, to proceed in the data flow. I could modify my data source only selecting the rows I'm interested in. However I don't like this solution as it is not very transparent. I could also just use a Loopup transformation and then just use the Error Outp ...Show All
Windows Forms why do I keep getting this error
Good morning all, I am trying to rename a file in a folder in vb.net. Seems simple but is turning out to be a right pain. This is what i have: Imports System.io dim strPathToFile as string = "C:\My Photos" dim strResult as string = " ...Show All
Visual C++ Need help with a funtion to take a name entered by a user
I want this function to take the name of the user and then display it. However it will only display a number when I run the program. I am new to C++ and programming for that matter so any help would be appreciated. char GetNameOfInvestor( char name) { numberOfYourFunctionsCalled++; Console::Write(S"Please enter your name: "); String __gc * input = Console::ReadLine(); return name; Christain, Thanks for pointing me towards cod ...Show All
