like .net's Q&A profile
SQL Server Time Intelligence gives this failure if X64bit installed on a different drive
TITLE: Microsoft Visual Studio ------------------------------ Could not find a part of the path 'C:\Program Files (x86)\Microsoft SQL Server\90\Tools\Templates\OLAP\1033\TimeIntelligence.xml'. ------------------------------ BUTTONS: OK ------------------------------ SQL Server is installed on D:\SQLServer2005 (x86). and the XML file is on the D: drive. Has anyone come across this Here is previos post about templates. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=247945&SiteID=1 You should be able to just copy the TimeIntelligence.xml into the folder you mention for BI Dev Studio ...Show All
Windows Forms OnPaintBackground still getting called after AllPaintingInWmPaint and UserPaint are set...
This was a control overriding a basic System.Windows.Forms.Control. Nothing fancy at all. I have a habit of overriding OnPaintBackground just in case, and with VS 2005 Express you get a nice NotImpl exception in the default thunk method. Well, it got thrown, so I know the method is getting called still. I removed the NotImpl and just return out of the ...Show All
Visual C++ Excel Chart in MFC Dialog
I have been researching this for some time without much luck, so I am hoping to find someone to point me in the right direction! I have a program that displays outputs as graphs in MFC dialogs. Right now, I write the code to draw the graphs, but I think it would be much better if I could display it as an excel chart. I have found ways to automate Excel, but I don't want the user to need to have Excel running when they use my program. What I want is the user to begin my program. Select the dialog they want from a menu, and have that show the corresponding Excel chart in the MFC dialog. Any ideas Thanks in advance for your help! ...Show All
Windows Forms A Few Queries :-)
Hi! Just discovered WindowsForms.net, this forum seems to be very much alive. :-) Very nice. Well, I'd like to start my time here with a few queries dat are bugging me.... 1) What is difference between groupbox and panel (ya it sounds silly but i really dont know) Aside from the obvious appearances, wot it the semantic difference 2) If I have multiple ...Show All
SQL Server How do you specify special characters as flat file delimiters?
I have a flat file that has fields delimited by tilde {~} and rows delimited by {CR}{LF}. The problem is, my source is spitting out the {NULL} (&H00) at the end of the row. The data displays correctly in the pre-viewer (with a non-print symbol at the end of the last field), but gives an error when I try to run the package. Example: “data”~”data”~”data”{NULL}{CR}{LF} I can process the row in c# using: “\0\r\n” as the row delimiter. What is the equivalent notation for SSIS Thanks, The weird thing is that ascii 0 does not exist. I cannot create a test file. Can you send me a test file with a dozen rows ...Show All
.NET Development When .net programming will be Operating System Independent?
Tell now the .net developers have a big problem dealing with deferent clients in the world cos. There is no .net frame work ready to run on any operating system (as java). SO when we will be out of this. Mono has never been atleast a version behind. Please don't spread FUD. Mono was started later (just a little over 2 years) so the 1.1 compatable framework is now complete, however work on 2.0 was going on at the same time. Anytime a beta would come out for 2.0, it would be matched shortly afterword. Much of 2.0 will complete only 3 to 4 months behind Microsoft's release date. In the future, its planned to have Mono ready nearly on ...Show All
.NET Development Why its work in My Local FTP Account and not work in the remote FTP Account ??
Hi When I try to download the file from local FTP server using this code, the file will be downloaded successfully ---------------------------------------------------------------------- FtpWebRequest ftpRequest = ( FtpWebRequest ) FtpWebRequest .Create("ftp://localhost"); ftpRequest.Credentials = new NetworkCredential ( "a" , this .password); ftpRequest.Method = WebRequestMethods . Ftp .DownloadFile; FtpWebResponse ftpResponse = ( FtpWebResponse )ftpRequest.GetResponse(); // now I will use ftpResponse To Download The File ---------------------------------------------------------------------- Bu ...Show All
Windows Forms Outlook Control
Hi, Looking at the screenshots for the new whidbey controls and a simulation of Outlook 2003 is there. Will these Outlook controls be available in whidbey or is Microsoft just showing what can be done if you feel like re-creating something from scratch like Outlook in .NET Tom, I am interessted. Would you please post the code thanks Daniel ...Show All
Visual C# Calling Win32 API Functions from .NET
I have to import 2 methods from a Win32 dll via P/Invoke. I have to write the new signatures in C# (using P/Invoke) I have even tried using p/invoke wizard, but it didn't gave the right answer. The C/C++ declaration for these methods is BOOL __stdcall CodecStart (int hRadio,void __stdcall (*CallbackFunc)(void *),void *CallbackTarget); and DWORD __stdcall CodecRead(int hRadio, void *Buf, DWORD Size); I would highly appreciate if any1 can suggest the signature that I can use in C# You should be using the Dllimport attribute to get these functions. You will find examples in the MSDN CD, or in the MSDN online. ...Show All
Windows Forms Problem adding files to deployment project.
I am having problems adding text files (xml) to a deployment project. I check out the deployment project and try to add a file (from both the File System View and the Solution Explorer). I select the desired file from the Add File dialog and click Open. The Add File dialog closes and nothing happens. In the past I found when I observed this behavior I had to make sure the file I was trying to add was writable so I would check it out from the source control (I am using ClearCase) and I would be able to add the file. Now this doesn't seem to make a difference, no matter what I do, the Add File dialog closes and nothing happens. I have not seen ...Show All
Visual J# click n' drag: easy question (i hope)
Should be an easy question: I've seen in several programs, that you can click anywhere in a form window to drag the form around, how do I set that up Hi, You may like to post this query on Windows Forms Forum . That's the best place to get quick response on language agnostic winforms related queries. Is you are unable to do so then please let us know. We will write and post a sample code here. Thanks. ...Show All
Visual Studio Express Editions Books: Recommendations
My hope is this will become a sticky posting, so everyone can see it, use it and reply to it. I am looking for recommendations on books for Visual Studio 2005 & Visual Studio 2005 Express Edition (if there's a difference). If you know of any good books related to these, could you please post them here This way people will have a resource they can go to so they can find this type of information, especially beginners like me. I think a good format would be. Title, Author (if known) Level: (Beginner/Intermediate/Expert/Reference, etc.) Subject: (Again, if there is a difference between VS 2005 & VS 2005 EE, then tell ...Show All
Visual Studio Team System Error 32000 The Commandline "F:\TFS\Tools\Createds.exe"/Setup/install ...
While installing Team Foundation Server Beta 3 Refresh (Single-Server installation)an error {Error 32000 The Commandline "F:\TFS\Tools\Createds.exe"/Setup/install " http://kaushal-2k3/ReportServer/ReportService.asmx " tfsREportDS "Data Source = KAUSHAL-2k3;intial catalog=TFSWarehouse" "KAUSHAL-2k3\TFSREPORTS"} is displayed. INstalled Prerequistes: OS Windows 2003 Server. Windows Share point Services. IIS 6.0 SQL 2005(RTM) (Installed Analyisis and Reports services) Error is as displayed: Help me out in finding solution to overcome this error. Thanks in ...Show All
SQL Server Changing page size
Hi, I would like to change paper size of a report. I set PageWidth/PageHeight of report properties same as paper size. I also set Width/Height of body properties as same size of the report properties. If I set 0 to left/right/top/bottom mergins and export the report to excel, correct page size is set in excel. However, if I set top/bottom mergins and change height property of body (pager height - amount of top/bottom mergins), page size setting is ignored on excel. The report is long, so I need to set top/bottom mergins. Any grow wider objects like matrix are not in the report. Is there any one can give me s ...Show All
Visual Studio Forms designer in beta 2 Visual C# 2005
After iinstalation of Visual C# beta 2 I tried to create simple windows application from template - ewerything worked fine but when I am trying to view sample form designer is not showing up and I am reciving error message: "Could not load type "Microsoft.VisualStudio.Shell.Interop.IVsRunningDocumentTable2" from assembly ... (And then version information and stuff)" I had some warning messages when first running Visual C# but I am not recalling them - it was something about re-enabling something I dunno what to do yes - quite unique keyword I just thought that like in many search engines this one uses "or" logic - I just went a ...Show All
