djun_kang's Q&A profile
SQL Server Different aggregation based on dimension attribute
I am very new to Analysis Services, so please forgive the relative ignorance. I *think* what I want is to aggregate a measure differently based on the "level" of a time dimension. What I am starting with is a transaction table that has (among other things) an amount, a posting date, and a flag. The flag indicates whether the amount of the transaction applies to the current period/month or to the entire year. I am envisioning that when a user drills down to a certain period, the amount is a sum of the amounts applied directly to that period plus the average of amounts applied to all periods within the year. Thanks very m ...Show All
Visual C# Unable to update the dependencies of the project
I have had this error every time I try to check my program into source control after making changes. The project builds and works fine until I check it in and check it back out then it won’t build. I have deleted the setup project and built a new one only to have the same problem after checking it into source control. It also givs me a warning that " Assembly ' FolderName\FileName.exe ' is incorrectly specified as a file. Any suggestions would be helpful. 1. Yes, there is a database project in the solution. 2. If I delete the hierarchy section in the project file I just get the same series of " ERROR ...Show All
Visual C# ListBox
Is there anyway to make a ListBox have a picture background I guess not. It might be more practical to design your custom listbox control with a BackgroundImage property. -Mamta ...Show All
Visual Studio Team System Role of the architect in MSF V4
Can anyone tell me if V4 documentation is ready for release Specifically Has the role of the solution archiotect be defined Are any posters and./ or training materials available - if not, what can we expect MSF v4.0 will be released with Team Foundation Server in the second week of March. There is a role for Solution Architect described in the guidance. David J. Anderson ...Show All
Windows Forms Windows Forms Control Deployment
PROBLEM: I have made custom contorls and used them in a few projects. Is there a way, that when changes are made to a custom control, it does not have to be re-drawn on the form manually. For example, if i use a custom control ten times in an application, then make changes to that control i have to re-draw it ten times, this becomes&nbs ...Show All
Visual C++ Tell to VC++ 7 to use .NET framework 2.0
I have Vc++ 7 and it comes with .NET framework 1.1 now I have installed both the 2.0 framework and the SDK. The files are in the HD but VC++ continue to use 1.1. Thanks a lot I don't believe you can use the VC 7.0 tools to target the 2.0 framework. The best way to target the new framework is to use the VC2005 tools. You can install the express version of the tools with no cost from http://lab.msdn.microsoft.com/express/visualc/default.aspx . Thanks, Ayman Shoukry VC++ Team ...Show All
Visual Studio Team System Windows Sharepoint Services is not configured as Recommended by Team Foundation Server
I have gone through an installed all of the parts for Team Foundation Server. I installed SharePoint Services 2 (SP1). When the final page came up I did not do anything (per the instructions). I still keep getting "Windows Sharepoint Services is not configured as Recommended by Team Foundation Server" . I can not select "continue" as it goes back to the main Team Foundation Server Setup. What can I do Matthew I may be wrong on this, but take a look to see whether your TFSService account is a member of the IIS_WPG and STS_WPG security groups. I had to ensure that this account was a member of these groups to get my inst ...Show All
SQL Server SSIS Portability
I moved an SSIS Package from a computer A to a computer B. I opened it on B. A number of tasks got the red bullet, obviously because the Connection Managers were no more valid. One could have expected that if the names of the servers, databases and tables were identical on A and B the Connection Managers would remain valid. Not so I’m afraid. I tried to Edit one of the Sources in order to link it to the new Connection Manager. After more than one minute (on a powerful computer) during which VS was “Not Responding”, I got the following Massage Boxes: ================================================= TITLE: Microsoft Visua ...Show All
Visual Studio Express Editions vb2005 xpress, sql2005 xpress and two computers
I want to share a database with another computer. The computer that has the db is "SOBREMESA" and the other client is "PORTATIL". I have this code in my program 'CREO El OBJETO FACTORIA E INDICO EL PROVEEDOR QUE VOY A USAR factoria = DbProviderFactories.GetFactory("System.Data.SqlClient") 'CREO EL CONEXIONBUILDER PARA PREPARAR LA CONEXION Dim parametrosConexion As DbConnectionStringBuilder = factoria.CreateConnectionStringBuilder 'PREPARO LA CADENA DE CONEXION With parametrosConexion .Add("Data Source", "SOBREMESA\SQLEXPRESS") .Add("Initial Ca ...Show All
Visual Basic Real Time Data Monitoring
Hi All: I am writing a project to analyze data from a device in real time. The idea is to pick up the signal from a sensor through serial port in 20Hz and to do some calculation on the data received, and plot out the result on the form. I use a background worker to read data from the serial port and do the calculation within a Do Loop. There is no problem on this. My problem is that when I try to use GDI+ to plot the results on the form, data are not refreshed instantly on the form. I use a Collection of Single to store the data for plotting. Questions are: 1. Can Vb2005 do the job Or VC2005 is better 2. Is there a control ...Show All
Visual Studio Express Editions Lost Key
Hi, i have downloaded and installed visual estudio express app. (Basic C#,C++) but my system has broken and i lost my keys, how can i recover them You can simply re-register the product for a new key, you don't need to have your old key and there is no key limit per person. Thanks, Dan Fernandez Product Manager http://blogs.msdn.com/danielfe/ ...Show All
.NET Development FileSystemWatcher Service doesnot detect changes when folder containing the file is deleted.
I am using the FileSystemWatcher Service to monitor xml files within sub folders in a root folder. The problem that I am having is that when I delete the folder within the root folder which contains the xml file, the delete event does not seem to be fired. It works fine when I delete the xml file itself. here is the code. Please let me know what I am doing wrong. watchfolder.Path=WEBDest; watchfolder.IncludeSubdirectories = true ; watchfolder.Filter="*.xml"; //watchfolder.NotifyFilter = NotifyFilters.LastAccess | NotifyFilters.LastWrite //| NotifyFilters.FileName | NotifyFilters.DirectoryName | NotifyFilters.Siz ...Show All
SQL Server readxml doesnt work :(
hello! i'm working on a project for pocket pc, which is an app that registers customers, suppliers, stocks and orders. all this is stored in the ppc itself using the SQL CE server. i'm programming with VS2005, which is great, the tableadapters make the work lot easier. i'm just having some problems importing and exporting data from the sql tables to files. the export function works quiet well, i just load the data from the tableadapter into a table and then use the WriteXml(file) function. Now, for importing I do more or less the same thing: DataSetrTableAdapters.Customers cta = new ... etc etc DataSetr.CustomersDa ...Show All
Visual Studio Express Editions a minor problem
whenever i change the graphics of a cursor, as soon as it goes over a picture box the graphic changes back to the pointer. How do I make it so that the graphic i set stays the same I have minor problems too, hanging out at my house at late hours drinking all my liquor, sheesh. Dumb minors! hehe ...Show All
Visual Studio Express Editions HOW TO capture a previously loaded form in MDI application
Hi all I am a newbie to Vb.net I have approx 3 forms all nested inside MDI form and each accessed by menus menu1---form1 menu2---form2 menu3---form3 CONTROL TOOL BOX IS NOT SHOWN IN ANY OF THE FORMS AND ALL ARE IN MAXIMISED STATE each time the next menu is clicked i want to identify the reviously loaded form and close it whats happens now is ..a person does the folliowing menu1---opens..form1 menu2---opens..form2 menu3---opens..form3 now he cliks menu1 again..expecting to see form1 but as form1 is already open (at the back) he will not be able to see it again can anyone please help me with this...Class;module.. anyting i am ready to try and ...Show All
