HermanMoore's Q&A profile
SQL Server Getting “EXECUTE permission denied on object 'sp_start_job'” from activation procedure.
Hi guys, please see if you can help me with this... I have an activation stored procedure that starts a SQL Agent Job which executes a SSIS package. However when the stored procedure runs it fails with the error EXECUTE permission denied on object 'sp_start_job'. The message queue was created under the ‘sa’ account, and I have tried setting the activation procedure to run as SELF, OWNER as well as creating a user acc ...Show All
System Center MOM Reporting Server
Why doesn't the MOM Reporting Server show any utilization numbers Cheers Dave Currently, the MOM Reporting Server is included only for disk sizing purposes. This issue will be addressed in future releases. ...Show All
Visual Studio i have a problem with deployment a crystal report
i have a problem with deployment a crystal report in windows applection, the problem is whin i deploy the applection and run it it give me the following exception " cannt find CrystalDecisions.* DLL files" one of the solutions which i take is to copy the CrystalDecisions.* DLL files into the pin folder and change the referance path to them, but it didnt work. then i traid to merg the CrystalDecisions files in the deployment project and add it as ...Show All
SQL Server Oracle and Analysis Services
We have a world wide ERP built on top of Oracle and .net. We have no way to change Oracle for SQL Server at this time. But, we would like to use the Excel OLAP features. From what we've seen, the OLAP features in Excel only work on top of SQL Server's Analysis Services. Is this true Could we have Oracle and just Analysis Services installed What would be the cost of such a solution (could you point a price table) Thanks ...Show All
.NET Development Retrieving Units of Measure in use
How do I determine whether the user is in a metric locale or inches locale The CultureInfo objects do not seem to have this property. Besides millimeters and inches, are there any other types used Thanks in advance. I'm not aware of any property or settings that you could look at to determine this information. I don't believe Windows even stores this information. As a rule however I believe the US is the ...Show All
.NET Development '.ctor' is not a valid identifier .net 2005 Designer Problem
I am frequently facing this problem in Visual Studio 2005 Designer. i have searched all files of my project, '.ctor' is mentioned nowhere One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes. '.ctor' is not a valid identifier. Hide at Microsoft.Visu ...Show All
Windows Forms How to use DElphi 7 DLL in VB.Net
Dear Frd, I have no any idea abt Delphi7 but I want to use Delphi7 DLL in VB.Net as per requirement. In this DLL there is a Procedure that return four different type of VALUES and take 11 input parameter. Please help me asap that How to use this DLL in VB.Net By the way, these below process I have already tried, 1. This DLL is not going to registered through regsvr32.exe. 2. This DLL is not going to add in the VB.Net Project through Add ...Show All
Visual Studio Team System TFS Extensibility problem in RC - Microsoft.VisualStudio.Currituck.Proxies.DataServices
We have just built a new system with the RCs and Sept SQL and are now getting a FileNotFoundException on Microsoft.VisualStudio.Currituck.Proxies.DataServices -- our application was working under BETA 2- any ideas on what we need to fix now for it work under the RCs I have read this thread, but it wasn't helpful: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=89392 Here is what I have installed: o   ...Show All
Visual Studio Express Editions How to implement an IDE kind of editor
I am implementing an IDE for a programming language . What the best way to implement IDE with formatting for the comments, keywords etc. Currently i am using RichTextBox to display the text in IDE. And i have a thread running in the background which will format the text. In the thread function i am looking for the string match and changing the color. But the problem with this is it is refreshing always. Here is the code i implemented. (This loo ...Show All
.NET Development Service OnStart ends - "now work to do" message
I'm getting a message that my service ended because it had no work to do. Well, it did have work to do because it has a FileSystemWatcher object monitoring a directory. That worked until I added an TCPListener with delegated callback when a TCPClient connects: Protected Overrides Sub OnStart( ByVal args() As String ) Dim dt As DateTime = DateTime.Now Dim sDir As String & ...Show All
Visual Studio How can I programmatically load a solution?
I have see (and used) the rather nice interface for working with Projects. It is quite easy using Visual Studio 2005 and C# to open a project file (using VCProject from VCProjectEngineObject ) and to get the collection of configurations the project contains. And from the configuration, it is fairly simple to update virtually any setting. But what I’m wanting to do starts at a level higher. I would like to ...Show All
Smart Device Development replace wince popup keyboard
how would i go about replacing the popup keyboard in WinCE with one that i have made I can't believe how quickly it takes to answer questions around here. I have figured out my answer. For those of you with similar questions i am including a link to useful code. http://www.pocketpcdn.com/articles/im.html ...Show All
Visual Studio Change Report Datasource at Runtime ???????
If CRVS is to be used in the development of Visual Studio-based software products , one must be able to dynamically set the report data sources at runtime. However, I have found no clear way to do this, in either the documentation or on the web. Say it isn't so !! TIA, Karl Karl, it ain't so! You can, indeed, change the data source at run time. In fact there are numerous articles on the web to support this ...Show All
Visual Studio 2008 (Pre-release) type inference
What is the Linq team's current thinking on type inference With the preview, type inference seemed somewhat... constrained, in that the inference process seemed to flow into function calls but not out of them. For example: foo<P,Q>(P x, Q y) { return new { X = x, Y = y }; } What is the type of this function Even if the type is known, how can the caller 'receive' that type. With the current bits, the only way to infer T is to call ...Show All
Windows Forms Adding Fields
As a relative newcomer to the world of .Net I am looking at the TaskVision source. I am keen to understand how to add further fields easily to the project Any ideas or top tips. Many thanks I checked the DatasetTasks.vb anf ...Show All
