tarunkapur's Q&A profile
SQL Server Error Viewing the Execution option of a Report
I select the option execution from a report (it's in properties option) and then raise an error which says An internal error occurred on the report server. See the error log for more details. (rsInternalError) Get Online Help EXECUTE permission denied on object 'xp_sqlagent_notify', database 'mssqlsystemresource', schema 'sys'. I have full privileges in the DB and I think the report server is well configured. This is happening since I reinstalled all the system (including windows). Any ideas HI. I got my SSRS Subscription works with this: Code Block USE [master] ...Show All
Windows Forms Caret class?
Is there a class that can be used to display carets or do you have to use P/Invoke with CreateCaret/DestroyCaret/ShowCaret/SetCaretPos Thanks. Unfortunately p/invoke. You can change the cursor position in the textbox by setting the selection, eg: textBox1.Select(3, 0) ...Show All
Visual C# Disable button
Hi, I want the following thing to happen: I have FORM1 and FORM2. When I push on a button on FORM1, FORM2 should open. But my problem is, that when I push again on the button, I get 2 times FORM2. How should I fix this Thx You need to open FORM2 as a modal form, not as a modeless form. So, use Form.ShowDialog() and not Form.Show() ...Show All
Visual Studio Express Editions Where's the "e-book"?
As one of my "Registration Benifits" listed, I see: E-book - Download an electronic version of MicrosoftR Visual C#R 2005 Express Edition: Build a Program Now! from Microsoft Press I've searched High and low -- Where do I find this hello its will not work as soon as you register, you have to wait for a day or two at most, so be patient and give it some time and try again hope this helps ...Show All
.NET Development Plugins
Hello, I am just exploring visual studio.net 2003 and was wondering whether i can download any plugins... for example to make it work with another programming language or to add a featuer (e.g. creating UML diagrams). I would also like to know if visual studio net provides a testing tool. I couldn't find one in my IDE, and my book doesn't talk about it either... but maybe someone knows. Now my final question... if Visual Studio .NET is not really extensible, and doesn't even provide a testing framework, why do so many people love it so much... why don't they use Eclipse instead Any wanted feature can be added to Eclipse, simply by installin ...Show All
Windows Forms How do i make a Wizard that appears only the first-time ?
hello, i really have no idea on where to start about this, if anyone can help me, Thankyou no, a simple wizard that helps importing a different filetype, in fact what i'd like to know is , how do the program knows it's the first time it is launched thank you ...Show All
Visual C# tlbimp.exe problems
Hello I'm working with Visual Studio Net 2.0. I have a C# with ASP-NET and a MFC-Com interface. Now, i have a problem with my assembly file. Microsoft has a workaround in http://support.microsoft.com/kb/814721/en-us . If i use this workaround, he can't compile my webside net 2.0 anymore, because he doesn't know the namespace. If i use Visual Studio Net 2005 to load the dll, he can compile the project, but i get the 'System.Reflection.TargetParameterCountException' Error. My command is: tlbimp.exe tournet.exe /asmversion:1.00 /transform:dispret /out:Interop.tournetexe.dll. Do anybody know the standard parameter for the tlbimp.exe. t ...Show All
Smart Device Development Windows CE support?
Using using the RC I just found out I have a \CE directory which contains the compiler (and CRT includes and lib) for different CE architechtures. However I did not find any way to set it up properly. Having set PATH, INCLUDE and LIB environment variables it fails to compile any code by giving a error in crtdefs.h: cl test.cpp Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50725 for ARM Copyright (C) Microsoft Corporation. All rights reserved. test.cpp C:\Program Files (x86)\Microsoft Visual Studio 8\VC\ce\include\crtdefs.h(100) : fatal error C1189: #error : ERROR: Use of C runtime library internal header fil e. ...Show All
Visual Studio Crystal Reports Option question.
True or False Crystal Reports for VS 2005 is just a way of designing a Crystal Report in VS and deploying it Prerequisites for deployment is that the deployment computer MUST have a valid Crystal Reports license. Or is this license included as apart of the VS license If I dont have a valid Crystal Reports license then I have to use a report component in VS instead Hello, Here is a link to the web site we have on licensing as it relates to Crystal Reports for Visual Studio: http://www.businessobjects.com/products/reporting/crystalreports/net/licensing.asp Keith - Business Objects ...Show All
.NET Development Server Object not passing properties
I have noticed this weird behavior and wondered if anyone else has seen this or knows a solution. I have this class that inherits from NameObjectCollectionBase that has one public property (name): Private _name As String Public Property Name() As String Get Return _name End Get Set ( ByVal value As String ) _name = value End Set End Property Public Sub New () End Sub Protected Sub New ( ByVal info As System.Runtime.Serialization.SerializationInfo, ByVal context As System.Runtime.Serialization.StreamingContext) MyBase .New(info, context) End ...Show All
Windows Forms Need more info on SQLHelper
Where can I get more info on the SQLHelper object used in TaskVision Thanks Sam And I strongly recommend you to NOT use it for any serious development! Your options are: 1) Buy an O/R mapper 2) Wait for ObjectSpaces 3) Build your own O/R mapper bye Luxspes ...Show All
Windows Forms Open a file in default viewer
What is the API call to open a file in the default registered program ...Show All
Visual Studio Help!!! Error installing vstudio 2005
hi everyone, i'm installing my downloaded img file of vstudio 2005 express... but problems occur during my installation... here is the error signature... EventType : visualstudio8setup P1 : 183 P2 : 8.0.50215.44_beta2_x86ret P3 : msi P4 : inst P5 : f P6 : dd_ca_regtlb_mscoree.tlb_x86.3643236f_fc70_11 P7 : 5 P8 : 1603 P9 : - P10 : - This blog should help you out. http://blogs.msdn.com/astebne ...Show All
SQL Server Sql Reporting Services problem
Hi, I use sql reporting services in a C# windows form application. I made 3 reports which i use in the application. I tried to use each report several times during the application, i.e. - I filled in the report with parameters and DB data at first during the running of the application, and created a mhtml file from the report. when I tried to use the same report in the same running time of the application , but with different data and different parameters, I saw that the report I get is the first report I made, with the old data and old parameters although the data in the DB has changed and the parameters I gave the report have ch ...Show All
Visual Studio 2008 (Pre-release) CustomControl ConverterParameter
Hello, I would like create a custom control and i need to convert value for displaying. The convert of this value depends of an other property of my control and i would like to take my control in ConverterParametrer I hope you understand what i wrote because. Thanks for your help Exemple : < ResourceDictionary xmlns = " http://schemas.microsoft.com/winfx/avalon/2005 " xmlns:x = " http://schemas.microsoft.com/winfx/xaml/2005 " xmlns:local = " Local " > < local:ConvertWithNormalisation x:Key = " {ComponentResourceKey TypeInTargetAssembly={x:Type local:Custom ...Show All
