_CN_'s Q&A profile
SQL Server I am using the reportingservice web service, everything runs fine but does'nt display report
Please am i doing something wrong, i debug the code no where it is giving me an error: I am using the reportservice.asmx web service to render the report, but it is not displaying the report at all. it just shows me on IE saying Done with out any error, please can you tell me am i doing something wrong, after a very hard time i reached upto this point, on my form i just have a button on its click event i wrote the following code. and i have no other control on the form. except this code. just referencing the webservice. thank you. Dim rs As New ReportingService Dim LogonCredentials As System.Net.NetworkCredential Dim Items As CatalogItem LogonCredentials = New System.Net.NetworkCredential("usernam ...Show All
Visual Basic Compiling Error******
Hello. I just saved my file in viual basic's, then I complie it. After the compile is complete, I look at it in the .eze format and I notice an error. So, I went back into visuasl basic's, corrected the error, and went to compile it again, but I get this message: Project Failded To Build! Method '~' of Object '~' failed Any on help ...Show All
Software Development for Windows Vista Getting TrackingChannel Reference
Hey all, I have a EXE that calls a WorkFlow. I want the workflow to get updates from the workflow and display the most current Tracking changes to the .exe's form. Every example I have seen for the TrackingService shows writing the Tracking changes that are sent to the Tracking Channel are written to the EventViewer, or to the Console. I may not be going in the right direction, so someone chime in, and let me know where I'm gong wrong. I inherit off the TrackingService abstract class. All of the methods that I need to impliment are protected. I then create a class that impliments the TrackingChannel class. This class overrides and receives the Send(TrackingRecord record) method that gets all of the Tracking events from the workflow ...Show All
Visual Studio Team System Unable to check in when Solution Explorer is open
One of our developers is having trouble checking in a file when the Solution Explorer is open. (When he invoke "Checkin pending changes, the file in question is not listed) However, when he closes the solutions explorer, he is then able to check the file in. Any idea how this could be Thanks, Maggie It is a toolbar button in the Pending Changes toolwindow (or Pending Changes dialog) that is just to the left of the workspaces combobox. It can be toggled on or off. --Ben Ryan ...Show All
Visual C++ sending visual c++ programs via e-mail
i cannot send my visual c++ program via e-mail.how is it done Please be more specific than " visual c++ program ". Do you mean: source code the project the executable Or something else The problem (" cannot send ") is probably dependent on the software that you are using and therefore might not be relevant to this forum. If it is the executable you are having problems with, then it is probably your anti-virus software and would be a problem (with the same solutions) for all executables regardlous of how they were built. Note that I would not have to write as much in this reply if the question had been more specific. It helps to be more careful about the question. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Using a Render Target with a Depth Buffer (bug?)
I'm trying to make my game render to a RenderTarget2D, but when I do, it seems that that the Depth Buffer becomes disabled. In the LoadGraphicsContent() function, the code creates a render target: oRenderTarget2D = new RenderTarget2D (graphics.GraphicsDevice, graphics.PreferredBackBufferWidth, graphics.PreferredBackBufferHeight, 1, SurfaceFormat .Color); Then, in Draw() the code selects the render target, draws some objects (they use BasicEffect, almost right out of the help text "Programming Guide/Content Pipeline/How to: Render a Model"), then de-selects the render target, and uses the SpriteBatch functionality to draw the render target to the screen. If I manually set the RenderState.DepthBufferEnable to true, ...Show All
SharePoint Products and Technologies BDC number instead of string
I've a SQLServer table with an int column. I want to access this table with a BDC an show its content in a Business Data List web part. But in the web part the integer column of the database table is now just a text column. The type descriptor in the BDC for the column is <TypeDescriptor TypeName="System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Name="MyAge" /> The XSL of the web part is <th class="ms-vh" align=" right "> <xsl:call-template name="dvt.headerfield" ddwrt:atomic="1"> <xsl:with-param name="fieldname">@MyAge</xsl:with-param> <xsl:with-param name="fieldtitle&q ...Show All
Visual Studio Tools for Office Adding the Viewing of Office documents into an application without Office being installed
I am looking to add the viewing (not editing) of Office documents into an application without any of the Office applications being installed. I know there are Word, Excel and PowerPoint standalone viewers. Can this functionality be embedded into an application My preference would be to not use .NET Framework, but if the only way is to use .NET then I will. Thanks in advance. Hi, You could use WebBroswer control to view Office files. Check this example. ...Show All
SQL Server OpenQuery() to Linked Server hangs, leaving SPID with open tran, then templog.ldf grows without limit.
Hi, We have a customer that is using SQL Server 2000, and experiencing the following intermittent problem -- occasionally templog.ldf will grow and grow until it fills the entire disk. This is a rare problem, it has happened less than 10 times in the past two years, for a job that runs once a minute. But it has happened on 3 different SQL Servers, (two production servers, and one test server). Our suspicion is that the root cause is an OPENQUERY() to pull data from a linked server (Oracle database on Unix). We have seen that these OPENQUERY() statements occasionally hang and cannot be killed. The OPENQUERY() is used to populate a local table, and when we originally populated permanent tables with OPENQUERY(), then there would be a ...Show All
Windows Live Developer Forums HELP!!!!!!!
whenever i open messenger its gives me an erorr message : pure virtual function call. What is that, i tried repairing it ...no use, it deleted the n installed again and big surprise ....no use, what should i do, some please help me. ...Show All
Software Development for Windows Vista How to get a existing inkoverlay object?
I am programming with ink. My program supports inkoverlay in order to handwrte on client document. I found that after one inkoverlay object was created , set a hWnd and enabled, new inkoverlay object would not be enabled in the same hWnd and return 0x80280010. So I hope to know whether there is a way to find existing inkoverlay object from hWnd. Thank you. I am appreciated Best Regards Hi marklar kotm, I would recommend using different ink objects that you swap in and out of a single InkOverlay that is attached to your hWnd. The AutoClaims sample that comes with the SDK demonstrates how to do this with an InkPicture control. The concept is the same for InkOverlay (regardless of managed o ...Show All
Windows Forms how to capture key + modifier
This is probably a numpty question but can't figure it out - I want to handle CTRL-L in a datagridviewcell editingcontrol, and can't figure out how to do it with keypress or keydown. Can anyone help TIA Look at my answer in this thread, you need to do similar script for datagrid too. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=998506&SiteID=1&mode=1 Good Luck ...Show All
Visual Studio How do you determine the size of your VSS database?
I am VERY new to VSS and have been named 'administrator' but given NO training! FUN! I cannot find any option w/in the tool to tell me the size of the database. The actual filesystem where the projects are located have other non-VSS related information. I am using VSS 6.0 Thanks in advance. Hi There is no mechanism within the SourceSafe tool that tells you the database size. The database itself consists of the srcsafe.ini and users.txt files along with the data,users, and temp deirectory. Normally the size of the database is considered to be the size of the data directory (this contains all files and history added to the database) hope this helps. ...Show All
Windows Forms Readonly dgv
hi, how can i have a readonly grid with addnew available. all records should be readonly but i should be able to add records. thanks Try something like this Public Class Form1 Dim newRow As Integer = -1 Private Sub Form1_Load( ByVal sender As System. Object , ByVal e As System.EventArgs) Handles MyBase .Load Dim dt As New DataTable dt.Columns.Add("Student Name", Type. GetType ("System. String ")) dt.Columns.Add("Score", Type. GetType ("System.Int32")) Dim dc As New DataColumn("SumCol") dc.Expression = "Sum(Score)" dt.Columns.Add(dc) dt.LoadDataRow( New Object () {"Ken", "90"}, True ) dt.LoadDataRow( Ne ...Show All
Visual Studio 2008 (Pre-release) Add icons in treeview???
Could anyone know how to add icon in the treeview The treeview is from system.windows.control in the WPF, I cannot find the properties to help me add the icon to the treeview. Could anyone tell me how to do it Thanks & regards check out the traffic alert app in the sdk or you clcould check u p this link for the same http://blogs.msdn.com/llobo/archive/2006/01/14/513917.aspx http://blogs.msdn.com/llobo/archive/2006/01/30/Traffic-Alert-App-.aspx ...Show All
