TDi Develop's Q&A profile
SQL Server how to configue the reportserver?
hi, I have recently start learning reporting service! A problem is that when I try to run the report, a error message like "report server can not be found" always occur how can i solve it thx There is probably something wrong in the configuration of your report server. Did you do a default install of report server Were there any errors showing in the configuration tool Is there anything useful in the log file ...Show All
Visual Studio hotfix for visual studio .net 2003
Sure. I just purchased the academic software last week for a night school course. I installed it without errors. Problem 1) When I go to the tools > upgrade it cannot find the page of the upgrade. Problem 2) For the library problem. I decided to have a look around and read the help files. I had already installed the mdsn libraries. However, when I try to start up the help files, it opens what looks like a browser, and then says server not found. It looks like the browser that is inside the tool does not work. I have attempted to use the same pages on my internet explorer and they work fine. ...Show All
Visual Studio 2008 (Pre-release) Messages larger than 12K fail with security enabled
Hi, I have an operation that returns a large data structure. If the structure exceeds 12k in size then I get a timeout at the client side, but only if SecurityMode is set to SecurityMode.Message. This is the case for bith NetTcpBinding and WSHttpBinding. Any ideas If I enable trace at the client side I can see the following exception is present in the trace file: System.ServiceModel.Security.MessageSecurityException: Message security verification failed. ---> System.Xml.XmlException: The maximum array length (16384) has been exceeded. at System.Xml.XmlExceptionHelper.ThrowXmlException(XmlDictionaryReader reader, String res, ...Show All
Visual Studio Team System Web site Unit Test: Object reference not set ... error
I tried to setup unit testing for an existing web site by: 1. Create a new websit by pointing to an existing site. 2. Create a new test project 3. Create a new UnitTestLogon.cs page (code attached below) 4. Inside the test manager and run UnitTestLogon.cs The test can be executed but get Object Reference not set to an object error when loginBox.Text = "UserName"; being hitted. Any help will be appreciated. Thanks. using System; using System.Web.UI; using System.Web.UI.WebControls; using Microsoft.VisualStudio.QualityTools.UnitTesting.Framework; using Microsoft.VisualStudio.QualityTools.UnitTesting.Web; using System ...Show All
Windows Forms What is the good starting point for learning crispy looking form?
Yup, I'm just a beginner in programming world, and started learning good looking UI. So, any useful information to start learning it Maybe some link, book, ebook, or some advice... thanks... best regards Dicky Arinal Here's a piece of text pasted from the FAQ. My personal advice would simply be to practice, to browse through the help, use google, and to post on the forums and newsgroups for specific questions. What are some good books on Windows Forms programming and related topics Windows Forms Programming in C# Chris Sells, 2004, Addison-Wesley. ISBN: 0321116208. Windows Forms Programming in Visual Basic .NET ...Show All
Windows Forms Creating my own types?
I have a quick question. I'm not sure if I'm in the right category for this but... I want to create a form that is basically a form that a user will enter information that will show up in dropdown boxes. This form will handle all the necessary DB functionality, formatting, etc. - all based on a byte value that is sent to the  ...Show All
Software Development for Windows Vista New Workflow In VS2005
Hi, I'm facing very strange behaviour of VS2005 while adding new sequential workflow (with code separation) to the project: I've got 2 new files added: WFlow1.xoml and WFlow1.xoml.cs as it would be, but instead WFlow1.xoml.cs being added under WFlow1.xoml, it appears just like another file in the project, not related to the WFlow1.xoml. Somehow, it depends on whether the project resides on virtual (mapped) drive or not: i'm adding new workflow to the project in the C:\ and it works fine. When I add it to the project that resides in the S:\ (which created with this command - subst S: "C:\......\.....") I've got t ...Show All
Visual C++ Support for dual core and dual CPU
When does Microsoft plan to add support for dual core and dual cpu when compiling C++ code I was asking the same question 8 years ao when I got my first dual CPU machine. Did not get any answer. Distributed compilation like Incredibuild would also be nice to have. Regards Lars Schouw In VC2005 you can build multiple projects at the same time. http://msdn2.microsoft.com/en-us/library/9h3z1a69.aspx contains more details. Also, there are some future work currently in progress. Please see Herb's talk about concur at http://www.gotw.ca/ Thanks, Ayman Shoukry VC++ Team ...Show All
Windows Forms How to make a splash page
How do I enable my application to have its own splash page to stay on the screen for 3 sec. Well, like I said in my post, the code dismisses the splash when the main form is ready for display. In your situation, you'll probably want to build in a delay: Public Class ApplicationEntryPoint Pri ...Show All
.NET Development XML/XSL Based Drop Down Mneu
Hi I am developing xml/xsl drop down menu. enyone has idea of how to do it thanks kamal See http://msdn.microsoft.com/library/en-us/dnexxml/html/xml01152001.asp . ...Show All
Visual Studio VSTSBeta2 VPC the evaluation period for this copy of windows has ended.
I have downloaded the VSTSbeta2 VPC image, decompressed the Virtual PC files and started in Virtual PC. The following error came up on windows 2003 Server: The evaluation period for this copy of windows has ended. Windows cannot start ... Then it reboots the Virtual PC. The documentation states that is expires Sept, 16, 2006. Has anyone else seen this Any ideas Tried setting time in the BIOS to a week ago, but no change. Thanks! Bob, I have seen the same problem and it pissed me off! Apparently I read in another post that the Windows Server 2003 that w ...Show All
SQL Server Report not reflecting Dataset
My SSRS 2005 Dataset refreshes fine but my report, even though I refresh isn't really picking it up 100%...it's missing an account but I know that account shows in my dataset in VS. I only am using one filter and that is fine...has no affect. Is there a specific way to refresh my report after my dataset besides the refresh button for the report itself Thanks for the info on the .rdl.data, but I don't have such a file. Two (out of three) datasets (ds) on my report are not refreshing, and if you try to run them, they err. The third dataset works fine. And, another report with 3 other datasets, works fine. I have verified all the wa ...Show All
SQL Server Page Size
Hi, Is there any way to control the page size of the report returned by the Repoting Service How can i specify that, for example only 10 rows should be returned at a time by the Reporting service for a report In other way, for a report having 20 pages only 10 rows should be shown in one page. Thanks Anobe ...Show All
Visual C++ Memory Leak and New
I'm a bit confused about the utility of crtdbg.h if I use the new function. If I use malloc I get a nice report saying that line x of file y leaked z amount of memory. Nice. If I use new, I get a pretty useless report that line 691 of crtdbg.h leaked z amount of memory. Well gee, thanks. I KNEW that new is being redirected to that inline function in crtdbg.h, I was kinda hoping maybe you could tell me where I came from, not where I went. Here is the source: #define _CRTDBG_MAP_ALLOC #include <stdlib.h> #include <crtdbg.h> int main(int argc, char* argv[]) { _CrtSetDbgFlag ( _CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF ); int* lea ...Show All
Windows Forms form's focus question
Hi, There's a problem in my program, due to the limitation of my knowledge, I post it for your hands. The technique background is VB2005 After the "OK" button of a dialog is clicked, a new form composed of a webbrowser will be opened. However, the new form could not get the focus which remains on the original main form composed of a DataGridView and a Menu controls. it means that the new form just hides behind the original main form. I need your help to make it focused Thanks a lot hmm. ...Show All
