crystal report printing problem's Q&A profile
System Center .NET Runtime 2.0 Error Reporting
I badly need help for this issue I am facing every time I try to run the simulation and export the details into excel I get the below mentioned error. Please help me .....I desperately need the details exported into an excel sheet. Event Type: Error Event Source: .NET Runtime 2.0 Error Reporting Event Category: None Event ID: 5000 Date: 5/9/2006 Time: 12:14:23 AM User: N/A Computer: TESTLABW3B Description: EventType clr20r3, P1 capman.exe, P2 1.0.362.6, P3 43a1e646, P4 microsoft.topology, P5 1.0.362.6, P6 43a1e640, P7 629, P8 2c, P9 system.nullreferenceexception, P10 NIL. Data: 0000: 63 00 6c 00 72 00 32 00 c.l.r.2. 0008: 30 00 72 00 ...Show All
.NET Development .NET Web service call over SSL fails, but IE works O.K.
We have a .NET web service client application that talks to our server over SSL. Most of the time this works fine, but on some client machines Internet Explorer can hit our web service URL no problem, for example https://ourdomain/Service/sync.asmx , but our .NET application fails to do the same thing. We are experiencing a variety of issues with different internet service providers. Some issues, such as making sure a valid certificate is installed on the client, have been fairly easy to overcome. The one constant in the problems we have been experiencing is that IE never seems to have an issue. So our conclusion at the moment is t ...Show All
Visual Studio Error Reading Project File
Hello All, I have recently migrated our Build Environment to a new machine and installed VS.NET 2005 Beta 2. We use a 3rd party tool to automate our builds. The tool uses MSBUILD.exe to perform the actual build of the solutions. We have developed a solution using 2005 Beta 2, and are attempting to build it using the MSBUILD.exe command line utility. I keep receiving the following error message when attempting to build the solution using MSBUILD.EXE "'Error reading project file (relative path held in .sln file to my .vdproj file)': Could not find part of the path (INCORRECT full path to the .vdproj file)" The problem is ...Show All
Visual Studio Team System HTML Traffic seen as [Binary Data]
In my Web test, I am calling urls that look like this https://systestonline/WCBSecAuthMember.Authenticate.AuthenticateMember.mts In this case the http status is 302 (redirect), but I also have similar calls to other urls that have the same format (the mts extension). Recording is fine, the recorder also detects that the hidden fields need to be correlated. However, when I play back, these hidden fields cannot be found because the data is deemed to be [Binary Data] and not containing HTML. When I look in the response tag, I see the following: 0x00000000 3C 21 44 4F 43 54 59 50 ...Show All
.NET Development Can I Limit rows returned in native data grid in VS05 and SQL Server?
I don't know if this is the right place to post this, since it is a tooling question, but I am pulling back rows in a native data grid from SQL Server - I don't see an option where I can define how many rows to return (or limit rather). It looks like it is fetching it in blocks, which is good - -but I just want to return the first 100 rows let's say -- can I do this The problem about this limit is that it will return more than 10 rows if there are duplicate values even if sorted. Is there a better fix for this I am having the same problem however I am thinking the best approach would be to do a ...Show All
SQL Server FTP Task Failure
We are unable to get a file from a VMS FTP site. The specific error message is: [ftp task] Error: File represented by "/VEQFFP.TR.MTSS.RATE" does not exist. normal command line ftp and other ftp tools all succeed. Is anyone else experiencing this difficultly Thx in advance. Hello Had problems with the FTP task opening more than one connection (this was ) to the server. Workaround was to use cmd ftp taking input from file. That was best practice at the time. ...Show All
Visual C++ Conversion question: Marshal::PtrToStructure
Hi guys, I am in the process of converting a derived VS2003 listview control to the new C++/CLI synatx. Here is the problem I have: NMHDR *h = dynamic_cast<NMHDR*>( Marshal::PtrToStructure(msg->LParam, __typeof(NMHDR)) ); When I compiled it, it gives me 2 errors: error C4980: '__typeof' : use of this keyword requires /clr ldSyntax command line option error C2440: 'dynamic_cast' : cannot convert from 'System::Object ^' to 'NsCtlListView::CtlListView::NMHDR *' error C2664: 'void System::Windows::Forms::Control::WndProc(System::Windows::Forms::Message %)' : cannot convert parameter 1 from 'System::Windows::Forms::Message ^' to ' ...Show All
Visual Studio Express Editions Printing in VB 2005 Express
I am trying to print a text document that I am generating in a program to develop math workbooks. I have tried everything that I can find on printing but have not been able to get it to work. I tried writing the text to a disk file but the file is always empty when I look at it with the program running. I know that the program is working properly because I put the generated problems into a displayed text box before trying to print them. Any help on this would be appreciated. Thanks. By the way, this is the first time that I've tried printing from Visual Basic. I could do it from standard Basic. Do a search o ...Show All
Visual C# Is possible to do the basic drawing operation?
I spend my time trying to draw a simple point and create a bucle to paint alot of points but i cant. i mean: for(int i=0; i<=100; i++){ ... something.drawmyponit(x, y); } is possible Thanx Instead of using a for loop you can easily draw a line using DrawLine method: Point p1 = new Point(0, 0); Point p2 = new Point(100, 100); . . . Pen pn = Pens.Red; Graphics g = this.CreateGraphics(); g.DrawLine(pn, p1, p2); ...Show All
Windows Forms Hyperlinks in MessageBox
Is there a way to include a hyperlink in the text of a MessageBox Like having an error message pointing to a website or local html document Or would I have to create a special form for this I'm afraid you can't. But it will be very easy to build a MessageBox-like form yourself. You can use the LinkLabel control to add hyperlinks. Maybe it is also an option to use the messagebox's help functions for error-specific information and hyperlinks ...Show All
Windows Forms launch winform apps from winform apps.
This is probably a simple matter, But I can't find a reference to it. I have a VS.Net solution that contains two forms applications. I need to be able to launch them independently so they are set up as two seperate applications. I also want to be able to launch app2 from app1. Does anyone have a link to some info or sample code Thank You ...Show All
Visual Studio Team System Scenario Work Items
Are there any mechanisms/plans in the future for splitting/merging Scenario Work Items.Typical Agile Development/XP methodology allows for splitting/merging user stories (scenarios) as necessary. All process templates are customizable, and we encourage people to do so. A link can be found here http://msdn.microsoft.com/archive/default.asp url=/archive/en-us/MBNSDKv1/htm/mbs_mbn_introductiontoprocesstemplates.asp and will be in more detail at RTM ...Show All
SQL Server issues writing a deployment script
In this post , i asked if there were any tutorials available on using the RS command-line utility. I have since found some that steered me in the right direction. This guy demonstrates how to render a report by passing a scripty-VB file with extension .rss into the utility : http://www.sqljunkies.com/Article/B197B9E7-EF3D-4D70-9B5E-47B74E57EF38.scuk And this guy explains some of the underlying principles behind this marvel of modern software engineering : http://odetocode.com/Blogs/scott/archive/2005/01/30/975.aspx What I'm trying to do is build a script that deploys my whole suite of reports to the report server. I've built a ...Show All
Visual Studio Express Editions Unable to "require" or "use" classes and functions from a included .cs file
I am using Visual web developer 2005 Express Edition and i have right clicked the project file in SolutionExplorer and included a .csharp file.It got added inside a App_Code directory. When i created an object for the class constants the dropdown was visible and constants class was selected. Constants cons = new Constants(); When i ran the webform an error occured indicating: CS0246: The type or namespace name 'Constants' could not be found (are you missing a using directive or an assembly reference ) Willfin David. You need to have a line like: using Constants; in your code at ...Show All
SQL Server Problem migrating NonEmptyCrossJoin query to AS2005
Hi, In AS2000 we were using following query as a basis for product report: select {[Measures].[Stock], [Measures].[Sales Qty YTD], [Measures].[Sales Qty LW]} on columns, NonEmptyCrossJoin([Hierarchy].[Sub Category].Members, [SKU].[SKU Name].Members, [Supplier].[Short Name].Members) on rows from eSalesActStock where [DOp Calendar].[OpYear].[2006].[08.February].[Week 32] It was used to show all products either on stock, or sold this year or both. It was getting approx 9k rows as result The cube used was a virtual one, merging stock and sales cubes. The where clause is only to put calculated members from sales cube in context. Dimensions are c ...Show All
