Krisn Kumar's Q&A profile
SQL Server Dataset
hey guys, I created a dataset using a design view of the MDX query designer. As you know, in the filter pane of the MDX query, there is check box if you want to parameterized your report. When I checked that option, SQL Server created a dataset specifically for the report parameter. So my question is that I can see this dataset in the data tab of the report designer but not in the Report Datasets list. Do you have any idea why this happened ...Show All
Visual Studio Team System Help creating a team project
Hello, We finally installed the April CTP, I know we're behind, and have created a test team project. I see all of the new folders (ie work items, documents, reports, etc) but how do I actually add/create a vb.net winforms application for that project. I would like to know if there is a basic tutorial in creating a vb.net team project. Thanks. Here's a walkthrough for Team Foundation Source Cont ...Show All
Visual C++ Resource Editor: Add/Remove operation is impossible '(null)' is read only
MESSAGE: Resource Editor: Add/Remove operation is impossible, because the code element '(null)' is read only So, I moved files from /ProjectA/ProjectA to just be /ProjectA fixed the project settings deleted and added files to go with the changes. My 'ClassView' contains duplicate classes CMyClass and CMyClass with two different paths one in /ProjectA/ProjectA and the new one /ProjectA; I can't delete the old /ProjectA/Project ...Show All
SQL Server SQL Server 2005 Remote Connection Problem... Big Time.
Hi, I installed SQL server 2005 express edition on my windows server and I had no problem with connecting it remotely through Management Studio, then I removed it and installed a full edition SQL server 2005. That's when it's gone all wrong. Now I can't remotely connect the server through Management Studio. The error I get is the same as some of the people in this forum has which is: "An error has occurred while establishing a conn ...Show All
Smart Device Development Using the device emulator with VS.NET 2003
Hi, I have issues with getting the existing VS.NET 2003 emulators to work but device emulator works fine as a standalone emulator. Is it possible to use the device emulator with VS.NET 2003 so that it can directly be called (for connect/deploy ..etc) from the VS.NET 2003 IDE Yes - just use the Device Emulator Manager to cradle an emulator instance, then tell VS.NET 2003 to connect to a hardware device vi ...Show All
SQL Server Limit number of bars on bar chart
Is there a way to specify how many bars to display on a bar chart And if the data set has more than the specified number of bars, then display another bar chart (on the next page) with the remaining bars Thanks for your time You could achieve this by adding a table with a table grouping to the report. The chart itself would be shown in the table group header or footer . The important part is the table grou ...Show All
Smart Device Development Capturing RAW images
Hi, i would like to capture raw images from the camera of my windows mobile 5 device. My first thought was to plug an ISampleGrabber but this seems not to be implemented on windows mobile. Any hints on how to grab the raw camera images Thanks in advance Thomas The integrated cameras in devices that are available do not support capturing RAW images. This is due to the limitations of the device (RAW images are huge, storage is limited) a ...Show All
SQL Server SQL Server Data Archiving
I have two SQL Server db's that I have to delete a bunch of old data from. What is the simplest and quickest way to accomplish this Yes I'm new to DBA tasks. Any help will be greatly appreciated. Thanks ...Show All
Visual C++ mkDir
Is there a way to use _tmkdir to create an entire directory given a path For example, if I give C:\AA\BB\CC , then assuming AA, BB and CC do not exist, the function should create all of them. Thanks, KarthikR In this case as Nishant suggested, SHCreateDirectoryEx should do the job. I have unmarked my post since Nishant's one is more directed into the problem. Thanks, Ayman Shoukry VC++ Team ...Show All
Visual C# Sort using directives region
In visual studio 2005, is there a way to automatically sort the using directives region and remove unused using statement in the beginning of the C# code Thank you C# dev CodeSkipper can sort your using directives (along with the rest of your C# code elements). It doesn't remove stale usings, however. Ken Cooper www.coopercode.net ...Show All
SQL Server Porting IFilters or Wordbreakers from 32-bit to 64-bit SQL 2005
(repost) We have a custom wordbreaker coded and working in SQL 2000 32-bit, and are trying to get it to work in SQL 2005 64-bit. A simple cross-compile as an IA-64 dll worked with no errors, but getting SQL to load or use the file is proving difficult. To make things worse, the LRTEST.EXE that ships with SQL 2005 32-bit seems to be missing for the 64-bit version of SQL 2005, making diagnostics on any wordbreaker or ifilter next to impossible. ...Show All
Windows Forms SQL HELP
I'm new at SQL and database programming. I have three tables. 1)MainInventiry 2)Parts 3)SubData the 1)maininventory has a ID# and the 2)parts table is all the parts that come with the maininventory and is tied to the first table by the identified called  ...Show All
Windows Forms Main Menu Disappearing
My Code is in VB.NET 2005. I have a Launcher the sits in the system tray and show different forms from a menu. The problem is I have a mainMenu in one of the forms and it is disappearing from the form. When I first run the applet its there then after I do Me .Hide() when I do a frmWorkorder.Show sometime the menu is gone and I get runtime error when I try and make changes to the menu items like enable. Any help with be great. ...Show All
Visual C# problem with memory
Hi everyone, I have a uncomfortable problem. I've made a simple application, but when I started it , It takes about 10MB of RAM memory. How is it possible. Where can be the mistake Thanks for your answers In .NET when your application is run, the memory footprint you see in Task Manager is not only the memory being used by your application, but also that of the portions of the .NET Framework required to run y ...Show All
SQL Server problems creating report (parent child hierarchy)
hello, im working with as/rs 2005 and need help in creating a report. my cube has a parent child hierarchy in "category". structur is as follows: A a 1 2 b B C f g 10 11 12 I like to have a function or something, that gives me the unique names of a ...Show All
