AFuchigami's Q&A profile
SQL Server AS 2005 Business Intelligence Wizard scripts
In Analysis Services 2005, using the Business Intelligence Wizard in the BI Development Studio to add time calculations to a cube worked fine when only base measures are included in the scope. When a calculated measure is added to the scope of the Business Intelligence Wizard time calculation, all that is returned for the Business Intelligence Wizard time calculation value is “NA”. What could be the problem/how can I make this wor ...Show All
Visual Studio How to support "Export the Project as a template"
We are trying to support "Export the project as a template" for COBOL package, and we are looking for the process to support. we understood as follows. 1. When the project is exported as a template, .ZIP file is generated. This ZIP file includes the following files. a) .VSTEMPLATE file b) .Ico file c) project file and all projectitem files 2. When the project item is exported as a template, .ZIP ...Show All
Smart Device Development Virtual Keyboards on Windows Mobile 5.0
I've developed virtual keyboard for chinese language, which uses the chinese font. But when being installed on Windows Mobile 5.0 it hungs the system on reboot - the system frozes and nothing can make it alive. May it be connected with the amount of memory the keyboard allocatess Hi, This will likely not be the best place to get details on this question as this forum is more Visual Studio Centric. Please look at this http://forums.micro ...Show All
Windows Forms Adding Controls to a User control
Hello, I'm trying to add custom controls to a user control, and render them to it. I have a viewer user control in which several of these controls are built: //Create a verse item and assign the values to the property VerseItem verseControl = new VerseItem(); verseControl.Visible = true; verseControl.Enabled = true; verseControl.Anchor = AnchorStyles.Left | AnchorStyles.Top | AnchorStyles.Right; verseCon ...Show All
SQL Server T-Sql Preformance
I have a Stored Procedure that I need to make run more efficiently. I am calling the SP from a page that displays the data as a report. I have tried to change the SQL to several queries into temp tables and selecting the data from the temp tables, but the page does not display any data. I then put all the queries together and the page works if it doesn't timeout. I realize the query below is not efficient but I am uncertain how to speed it up fu ...Show All
Software Development for Windows Vista Problem with product activation for Vista build 5219
Hello, I have just purchased Windows Vista Ultimate Edition build 5219, I have a problem with the installation. The code is incorrect. The code is: GKFV7-F2D9H-QKYXY-777P3-4M73W Please help me! Send please a massage to my E-mail. boyekroeze@hotmail.com Ahh, how did you purchase Windows Vista It is not for sale and is only available to a select group Technical Testers, TAP, and MSDN subscribers. Its possible your act ...Show All
.NET Development Handle property in textbox
In .Net Framework, there is a handle property in textbox control. How do I implement this handle value in vb.net of .net compact Is there a trick Thanks ! that checkbox was gray out. However, I was able to uncheck it. But I could not see handle property, so I went to tools -> options -> text editor again, I saw the checkbox is checked and gray out again. ...Show All
.NET Development x64 vs x86 performance, strange results?
Checking to see if anyone as any good comment to this scenario... Using VS2005 to convert a server app to 64 bit. Running it on a Xeon ~3 GHz with 2 GB RAM etc. Since it is Xeon, we are talking EM64T and not AMD which might be the cause of this strange result: In debug compilation, x64 wins with 30% In release build, x86 wins with about 10% which seems pretty odd but there's nothing I can do about it. I've tried to check just about any project c ...Show All
.NET Development Using AppDomains with Generics
I'm currently writing a plug-in framework that consists of a base class that uses generics to allow me to change the Type of object contained in the container. When I extend the base class and provide a base type (an abstract class) and try to load all the plug-ins into seperate AppDomains everything is fine until I try to reference the created plug-in in my test program. At that point the Type is loaded into the base AppDomain. But, if I ...Show All
Windows Forms ClickOnce causes bsod
Hi, i wrote a c# windows forms application and using ClickOnce for deployment over our intranet. I can install it without problems and the program itself runs fine. But if another user tries to install it, the install routine crashes and cauese a blue screen. I have tried it with 3 different windows users (all are having the same access rights i have - and all are on the same computer) and every time it crashed. Only for my account it i ...Show All
.NET Development DataTable internal index is corrupted ... Is exist an reason?
Hello people, how are you I'm in front of a strange error. I have a data form, that show and manage the data by a BindingSource control. I hava a dataGridView and individuals controls like textbox to edit them. It's work fine at the begin , but after some adds, removes or updates, the .Net retrives me the follow exception: "DataTable internal index is corrupted: '5'" It's very borried.... it's an ilogical error.... Does anyb ...Show All
Windows Live Developer Forums Powertoy: Windows Media Player
I know how to use the Powertoy on my msn space but the only thing I'm stuck on is how to get a music url. I have plenty of music on my computer but I've never seen a music url and I would like to get one. Perhaps there is a site simular to photobucket only it uploads music urls instead of picture urls Thanks. hello i cant Powertoy: Windows Media Player on my space i cant understand who it comes plz tell me in simple words ...Show All
Visual Studio Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack
First, Thanks for any assistance I receive. I have a Dataset that I am using to populate a .CSV file and provide the ability for the end user to 'download' the resulting file. I am populating the dataset and populating a DataTable with it. I am then creating the Folder and File with the extension '.CSV'. I then populate the file row by row using a string. The file is in the correct location, format (.CSV) and properly populated at this point. ...Show All
SQL Server Returns Nothing, But Executes Fine
SELECT tblWatchInstance.WatchID,tblWatchBrands.Description,tblWatches.Serial_Number,tblWatches.OwnerFName,tblWatches.OwnerLName, tblClients.Name FROM tblWatchInstance INNER JOIN tblWatches ON tblWatchInstance.Watch_Key = tblWatches.WATCH_KEY INNER JOIN tblWatchColors ON tblWatches.COLOR_KEY = tblWatchColors.COLOR_KEY INNER JOIN tblWatchBrands ON tblWatches.BRAND_KEY = tblWatchBrands.BRAND_KEY INNER JOIN tblWatchTypes ON tblWatches.WATCHTYPE_KEY ...Show All
SQL Server Problem with linked server to Oracle
I run linked server from SQL Server 2000 to Oracle 9.i. In SQL Server oracle client is xa73.dll. EXEC sp_addlinkedserver @server='ORDB', @provider='MSDAORA', @srvproduct = 'Oracle', @datasrc='ORDB' EXEC sp_addlinkedsrvlogin @rmtsrvname ='ORDB', @useself ='false', @locallogin =NULL, @rmtuser = 'ivr', @rmtpassword = 'jjcom' SELECT * FROM OPENQUERY(ORDB,'SELECT * FROM SUBSCRIBER') but get error like for t ...Show All
