Ashraf Hameeda T's Q&A profile
SQL Server Problem with Service Broker and DBMail
Hi! I try to use Service Broker and DBMail together, but have some trouble with that. I need to create the queue with activation. And the stored procedure activated on this queue must send e-mail using DBmail. It's looks simple, but it doesn't work. There is my script to create objects, but don't forget create dbmail profile before use it. PS And replace my email by yours Activated procedures are under the EXECUTE AS context, so they cannot dirrectly invoke procedures in another database (e.g. msdb DBmail procs). The issue is covered on this serios of articles: http://blogs.msdn.com/remusrusanu/archive/2006/01/12/512085.aspx http://blogs.msdn.com/remusrusanu/archive/2006/03/01/541882.aspx http://blogs ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Animation sample?
Great work on XNA GSE 1.0! I downloaded it today and signed up for the 360 Creator's Club. Getting the basic engine code I've been working on under Windows for the past few weeks compiling and running on 360 was far easier than I was expecting (though it would be nice if the IDE had better support for projects that target both platforms). One aspect of the engine I've been avoiding for a while is mesh animation, as there has been talk around here for weeks that a sample would be released and I'd much rather start from a sample, even if it is very simplistic, than dig though the documentation enough to figure out how all the classes fit together. So my simple question is.. any updates on this sample Has it been made available and I'm j ...Show All
SQL Server using sql to deploy a database
I am trying to write an installation for my application. I am using an SQL Express database as well as an ODBC driver to connect and querry an existing interbase database. Therefore the install needs to do the following: Install .NET - done Install SQL Express - done Install application - done copy some XML files - done Install ODBC Driver - done Create database - not done I am using a setup and deployment project to do the above. I have also written a small application to install the ODBC Driver and attepmt to create the database which I intend to run as a custom action if possible. I have used the SQL management studio script wizard to write an sql script for creating the database with the intention of usin ...Show All
SQL Server Help me Deploying rdl Report
Hi I am new to SQL Reporting Services. I have developed an rdl report in SQL Server Reporting Serices 2005. It works very fine in development environment. But now i want to include this report in an exisitng project running at our client in some remote location. This report 'll be accessed by several clients from different offices. To view reports locally I have added myself as an administrator on the local Report Server. But how would i authecticate specific users that i want to grant access to the report. I have a database table that stores users that have access to that report. Also how do I upload these reports with all these users settings on the client's Report Server. Looking forward for ur good response. Regards ...Show All
SQL Server Reference Package Level Variables in a Script Component.
I am trying to reference a package level variable in a script component (in the Code) and am unable to do so successfully. I have it listed as a ReadOnlyVariables in the custom properties of the script component, however unable to reference it in the code. Any help will be appreciated. Thanks, Andy. Andy_1979 wrote: Jamie, Firstly, I am very new to SSIS with no prior DTS experience, so please pardon my stupidity while asking questions. No problem. We're all here to learn right :) Andy_1979 wrote: 1) Yes, RowCount and Script component are in the same dataflow. I wasn't aware that the RowCount variable gets populated once the data flow is completed. ...Show All
Visual Basic Graphics: smoothing problem
Hello, I would like to use the circular progress bar control that is shown on the Code Project site at this URL: http://www.codeproject.com/useritems/sql2005circularprogress.asp The control works well, but the inner circle is not smooth. This is especially evident when the control is enlarged. Any ideas how to make it smooth Thanks Tom Hi Mike, Thanks for taking time to reply to this question. I think I must be missing something. I tried to add the 5 lines at the end of the method CalculateSegments(). The e.Graphics.FillPie... would not compile there, so I put that line where the "e.Graphics.ExcludeClip(innerBackgroundRegion)" was and it compiled, but it did not create a ...Show All
SharePoint Products and Technologies Task Modification Forms
i know that MOSS 2007 supports using InfoPath forms to collect data from user during various stages of the workflow(Association,Initiation,Modification etc.). Is any of this functionality supported by Office Forms Server 2007 ...Show All
Audio and Video Development Playing sounds from markup
How would one go about playing sounds in markup Specifically, I want to trigger audio from a focused state without passing an event to script. I understand that I can create a wav object, but how is the object sent to Player.audio.effect in markup Thanks! Is the player unabled to play sound effects if the disc isn't AACS protected I'm accessing the .wav file from the script it works good in the emulators but not on the real player. Using 1536kbps 16bit 2ch 48khz PCM wav's and no luck also not with a the mono version. ...Show All
Windows Forms got made of app.config
i have the followinf connection string inside app.config <connectionStrings> <add name="connection_string_test.My.MySettings.frtConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\frt.mdb;Persist Security Info=True" providerName="System.Data.OleDb" /> </connectionStrings> how can i call it inside a form . Dim ss As String = My .Settings.frtConnectionString Dim conn As OleDbConnection = New Data.OleDb.OleDbConnection(ss) actually i called it but i was jus ...Show All
Windows Forms ClickOnce deployment and Dotfuscator
Dear All, I am using the VS.NET 2005 and I would like to use the clickonce deployment. I would like obfuscate the exe file before publishing the deployment package to web server. I was trying the PreBuild and PostBuild events in the project property to obfuscate the executable file but the clickonce doesn't use obfuscated exe file at all. Could anyone advise on how to obfuscate the exe file before publishing the project into webserver please Regards, LG Is there any answer to this question We have hit this problem as well. Here's the scenario: Build normal .NET exe. Run post-build command to obfuscate target exe. Deploy via ClickOnce Sounds like it would work, right Well, when we deploy ...Show All
Visual Basic Change icon in treeview control
Could you please tell me how to change the icon when the 'plus/minus' sign in a treeview control is changed. For example, if the sign beside a node is "-", then display icon "A"; otherwise, display icon "B". I would highly appreciate your help! refer to http://p2p.wrox.com/topic.asp TOPIC_ID=35294 also http://www.obout.com/t2/ex_changeicons.aspx much better .. http://forum.java.sun.com/thread.jspa threadID=5133180&messageID=9481080 in java .. dear frnd if u find this helpful mark it as helpful n as answer as well.. thx.. ...Show All
SharePoint Products and Technologies Web Application & Site Architecture Question
I'm looking to add a WSS 3.0 site collection and sites "under" an existing ASP.NET 2.0 web application. The basic site structure I'm looking for is shown below: http://www.domain.com (CS2007 web application) http://www.domain.com/sites/customer1 (WSS 3.0 site) http://www.domain.com/sites/customer2 (WSS 3.0 site) http://www.domain.com/sites/customerX (WSS 3.0 site) The web application was built using Commerce Server 2007 and I don't want any WSS 3.0 functionality in the "root", just in the "sites" under it. The existing web application and new WSS 3.0 site collection will use the Commerce Server 2007 custom membership provider for authentication and authorization in order to provide a single sign on exper ...Show All
Visual Studio Team System TF14043: An error occurred computing the delta for item
Hi, We started seeing the following error periodically in our TF server event log (full error text below): TF14043: An error occurred computing the delta for item ... Has anyone seen this before Any idea how to fix it Thanks, Shay We have RTM installed. The Team project in question and the erronous file were created in one of the previous beta versions and upgraded to RTM. I will contact support and open a support case. Thank You, Shay ...Show All
.NET Development ADO Date question
Hi Guys I am trying to find out if any records exist for a particular day or dates from a MS Access DB using .net. In VBA i had to format the date so that it would be mm/dd/yy. If i try this using ADO and .net it doesn't seem to work. Dim rst As New ADODB.Recordset rst.Open( "Select Count(*) From DutyTimes Where DutyDate=#" & dteDutyDate & "#" , ConnString, ADODB.CursorTypeEnum.adOpenKeyset) Using this code if i search for a 21/11/2006 then it works fine but if i search for a date 09/08/2006 then it does not find any records although they do exist. I have tried formatting the data to no avail. Any help would be great Thanks Steve You need to remember that dates are usually ...Show All
Smart Device Development Main
how I can pass values to the main in visual study thanks You need to specifiy the values as commnd line arguments to the program. These shall get passed on to your ain method as (argc,argv) pair. To see where to specify the commandline arguments in VS2005 Please have a look at http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=567954&SiteID=1. Thanks. ...Show All
