zivco's Q&A profile
SQL Server Change a dimension table name?
Does anyone know how to change a dimension table without copying and pasting Not sure what you are talking about. What version of Analysis Services do you use Edward. -- This posting is provided "AS IS" with no warranties, and confers no rights. ...Show All
Visual Basic Creating a Windows Service
In VS .NET 2003, you could create a Windows Service using Visual Basic. This was a great feature and I used it several times. I went to try this in VS 2005 and it doesn't seem to be an option. Will this feature be included in the final version of VS 2005 or am I just not finding it in B2 Thanks. That is the case, but I would be very surprised if VS Profesional didn't contain the Windows Service Template. Well it did in VS 2003 anyway. ...Show All
Windows Forms Minimized Windows Completely Disappear, however, they can be found in Task Manager as Active/Running programms!
Not sure if this is the right forum.This forum is for Windows Forms and related matters. ...Show All
Windows Forms how to disable all other controls on a form, when an event handler is being executed.
Hi, I have a windows application. I would like to "suspend" all other controls on a form, while an event handler is being executed. Currently, what happens is say, I hit a button called "save" while it's click event is being handled if the user clicks on any other controls on the form, their event too gets kicked off. How can& ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Problem installing Directx 9.0c Failed due to cabinet file plus how do i get administrator level permission
So it installed everything and then after downloading the runtime components and is ready to install it says: a cabinet file necessary for installation cannot be trusted. What in the world does that mean and how can I fix it I would really appreciate your help thanx. Two things. 1) Download the runtime components again (just to be sure) 2) Make sure you're running with administrator level permission ...Show All
Visual Basic HELP WITH AUTORUN.INF file to start a VB setup
Hi Friends, I have a installation program that installs MSDE and I need to restart the computer upon successfully installing MSDE.But the problem is the "AUTORUN.INF" file does not start with any program on computer restart. Is there any parameter I need to add in the .INF so that it can detect a restart and appropriately load setup/.exe or entry in registry so that the computer can start a program on restart Thanks in advance. SK The only way you'll be able to tell what program launched another is by the command line arguements passed to it. Atleast, i'm pretty sure. ...Show All
Windows Forms Can't publish using August CTP
I took an existing application written in BETA 2 and attempted to publish it using the August CTP build. I made the required changes, recompiled, etc. And I can't get it to deploy to a machine that doesn't have the August CTP bits on it. I keep getting the following manifest erorr. PLATFORM VERSION INFO Windows : 5.2.3790.65536 (Win32NT) Common Language Runtime : 2.0.50215.44 System.Deployment.dll : 2.0.50215.44 (beta2.050215-4400) mscorwks.dll : 2.0.50215.44 (beta2.050215-4400) dfdll.dll : 8.0.50215.44 (beta2.050215-4400) dfshim.dll ...Show All
Visual C# turn this algorithm into code...help please
The following algorithm is for checking a person's birth date / birth number combination (an equivalent to social security number). The birth date / birth number combination consists of a 10 digit number, YYMMDDNNNN, for example 7401204933. To decide if this number is correct, you multiply each digit alternatively with 2 and 1, starting with 2. Next, you add the results together. Finally, you have to be able to evenly divide the sum by 10, for the number to be correct. For example, checking the number 7401204933 would look like this: 7 * 2 = 14 ---> 1 + 4 4 * 1 = 4 ---> 4 0 * 2 = 0 ---> 0 1 * 1 = 1 ---> 1 2 * 2 = 4 ---&g ...Show All
.NET Development Computed Columns in TableAdapters
Hello, I'm very frustrated with the TableAdapter created by the dataset designer in Visual Studio 2005. Here's my problem: My select statement is just a select * from X. Some of the columns are computed columns, and should not be included in the update or insert commands. However, they are. I can't seem to get it to not include these columns in the update and insert commands without removing them altogther. This problem did not exist in 2003. Any advice Thanks, Bryce Bryce, Okay I'm not sure where exactly are your columns computed - as a part of the SQL Statement, or as Expression on the d ...Show All
Visual C# A couple of small newbie C# questions.
I'm making a breakout game in C# to try and help myself understand Structs. I used this code to define a "brick" object... struct obj_brick { int x, y; Boolean removed; Image sprite_index; public void draw( Graphics g) { if (removed == false ) {g.DrawImage(sprite_index, new Point (x, y));}} public void remove() {removed = true ;} } I can easily now create instances of obj_brick like so: obj_brick myBrick = new obj_brick(); //creates it, ok myBrick.x = 5; //does not work due to "protection level" .. I can however, access myBrick.draw(); fine... A final (and shorter!) question... how do I go about iterating through ...Show All
Visual Studio Team System Changing Methodology During Working On The Projcet
Hi Can we change project methodology during working on a project If YES, How thnx Not really in an easy way. The best that you can do is too modify the existing workitems or add new ones (modifying the existing types is very limited). Reports, documents, etc can be handled in a similar manner. ...Show All
SQL Server Bulk Insert
Hi all I need to write a bulk insert statement to import some data from a file, as i have not done this before I used BOL to help. The statement is below: BULK INSERT pubs..publishers2 FROM 'c:\newpubs.dat' WITH ( , DATAFILETYPE = 'char' , FIELDTERMINATOR = ',' , ROWTERMINATOR = '\n' ) I have created the .dat file with the data, the problem is when i execute the statement i get this error. Server: Msg 4863, Level 16, State 1, Line 1 Bulk insert data conversion error (truncation) for row 2, column 1 (pub_id). Server: Msg 4863, Level 16, State 1, Line 1 Bulk insert data conversion error (truncation) for row 3, column 1 (pub_id) ...Show All
Visual C# Erroneous form display in designer mode
I've created 2 user controls and place one user control to other one. Sometimes while viewing those controls in designer mode it shows some erroneous state by not showing those controls, but sometimes they viewed ok. why is that, if there is any solution When the designer could not find the corrosponding dll of the UserControl it happens. When the designer shows you the error. Close the designer window. ReBuild the project and open it again. ...Show All
Visual Basic Where is data grid when creating a Windows Application?
I have posted this on a couple other forums and have not recieved an answer. Anyone here able to point me in the right direction I am trying to create a database Application following a step by step in my text book Programming in Visual basic.net by Bradley/Millspaugh. I am told that in the following step by step tutorial I will create a web application....with only a couple of exceptions the same procedures work for a windows application.. I am trying to do the windows application. I follow the steps beginning the project, setting up the connection adding the cinnection and the data adapter to the form, naming the adapter, ...Show All
Visual Studio Team System Authentication error during installation
Hi, I'm installing TFS Beta 3 on a virtual machine that sits in a domain. I have created two local accounts (TFSSERVICE and TFSREPORTS) and I use a domain account to run the setup. After a while I get the following error in the event log. Event Type: Error Event Source: TFS Services Event Category: None Event ID: 3000 Date: 14/11/2005 Time: 13:06:00 User: N/A Computer: SRVVE32TFS Description: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the adm ...Show All
