Mido#'s Q&A profile
Software Development for Windows Vista SqlStatePersistenceService troubles
Hi, Adding a SqlPersistanceService to my workflow host causes the workfow to abort when it tries to persist. Unfortunatly the WorkflowAbort events arguments don't realy tell me anything usefull. The database is SQl Server 2000 sp3a and the persistance setup scripts have been executed creating the required tables and sp's. Initialising the SqlPersistanceService instance with a valid connections string causes no errors (indic ...Show All
Visual Studio Error connecting to VSS test database
I have VSS 2005 July CTP installed on a Windows 2000 Server and I had success setting up a test database. When I tried to connect to this database using HTTP access on a Windows 2000 Pro system I got this error: --------------------------- Visual SourceSafe Internet --------------------------- Cannot contact the Visual SourceSafe Internet Web Service or cannot access the specified database. The server returned the following error: A connect ...Show All
Visual Studio Extending C#/VB-Project Properties
Hi! I am new to the VSIP SDK and don't know where to start. I want to extend C# and VB projects with an new property page. I have already read about sub project types but I think this has too much overhead. I only want to add an additional property page and persist some settings in the project file. Kind regards Sebastian Hi Again! Here is a more precise description of what I am going to do: I would like to ...Show All
Game Technologies: DirectX, XNA, XACT, etc. dxut: keeping carent in editbox
sorry if im being a pest but one more thing is there a way to keep the Caret with in the editbox control if you type in the editbox control the Caret moves all the way off the screen, I have tried seting many different properties and mothing seems to work. thanks a bunch I was searching to see if there was a fix to this problem, and my question is this still going to show up in a sdk update ...Show All
SQL Server How to view reports from ASP.Net
I'm new to reporting services and can't figure out how to access/show a report from an ASP.Net web page. It'd be nice is reporting services BOL explained this but it doesn't. I've put a reportviewer control on the an ASP.Net web page but everything I put into the ServerReport properties for the control are wrong. Help. What are you putting in these properties If you want another cooler option you can read ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Drawing a background bitmap as fast as possible
Hi I'm playing around with MDX a bit, but I have some issues. Many of them I already figuered out, but some I need to ask. What is the easiest way to draw a background bitmap. The bitmap doesn't need to do alpha-blending, nor does it need to stretch or anything. It is a simple Draw(MyTex, 0, 0); When I'm not drawing this imageI have an FPS of 4000 on my GForce 7800, when I draw this image it falls down to 1300 FPS. Not really an issue y ...Show All
SQL Server Internet Merge Replication IIS
Maybe I am missing something here, but it seems like the point of doing Merge Replication via IIS is so that you do not have to expose your DB server directly to the internet (i.e. all your clients), rather you expose a webserver to the internet and the webserver handles the replication keeping your DB server closed to direct internet access and thus keeping it more secure. However, to set up Internet Merge Replication using IIS a client has ...Show All
Visual Studio Team System Can't connect to TF Project with MS Project
I have setup a "sand box" project in TFS, and am using it to try out how to do various things. I have decided to try to upload a series of tasks from an existing MS Project file. When I try to connect to TFS in Project, I get a message "Unable to initialize the Office Addin" Does anyone know what is happening here and how to fix it TIA Ron L Ron, Have you already tried repairing Visual Studio Tools for Offic ...Show All
Visual C# How can I use the delegate to update the user interface from a thread?
hi:) I make a thread to do some work, here I want to see how the thread is going on. How can I use the thread to update the label text(used to display the message from the thread). I am a newer in c# , any advance will be helpfull! thanks in advace. coz you are working on another thread you cannot acess directly the label.. if the label wasnt created by that thared.. and howd you guess you need a delegate , and a methofd Be ...Show All
SQL Server Securing the MS SQL Server 2005 database on client side
Hello! I developed database driven .NET application and I need to deploy it. I faced a problem, which is "how to protect my database against direct access". I use MS SQL Server 2005 Express Edition as a DBMS and appropriate database. I want to make possible to manipulate with data in my database only through my client application. 1. How do I define SA password and instance name in silent mode of MS SQL 2005 EE installation with M ...Show All
Visual Studio Team System Can you programmatically checkin a file to source control with a specified date?
We are looking at importing some RCS based projects into TFS. We can grab each version and it's history via the command line and then pump each version into TFS. However the dates in TF won't reflect the actual dates of the checkin in our other version control system. How would you go about doing this BTW, in this case the old system never supported branching and we don't care if we lose labels in the transfer.  ...Show All
Visual Studio Team System TF10139: problem after upgrade freom B3R to RTM
Hello all, After the upgrade from B3R to RTM I have the following problem during check-in of an previously excisting project: TF10139: The following check-in policies have not been statisfied Internal error in Ensures that code analysis is run with a defined set of rules. On the project Code Analysis is enabeled and on the Team Project setting: Check in policy: Code Analysis has been added. If I override the policy, I get an error ...Show All
Visual Studio Express Editions Reference an Array using a String Variable
I want to be able to pull an array using a string that I built. Is there any way to do this Here is my example code: dim ary1() as string dim ary2() as string private sub test() dim totalLength as integer dim i as integer totalLength = 0 for i = 1 to 2 totalLength = totalLength + getAryLength(i) next i end sub private function getAryLength(i as integer) dim ary as string ary = "ary" & cstr(i) 'This is the part wher ...Show All
SQL Server How to spool into a script file in SQL Server?
Hi friends, Suppose that I want to generate an script that has a "DROP TABLE <table_name>;" for each table in one of our databases.In Oracle I can do this using "spool" command in "SQL Plus" which is a commandline utility somewhat like isql or osql(I don't know these two perfectly! ).For example: [code]spool c:\DropAllTables.sql select "DROP TABLE "||table_name||";" from user_tables; & ...Show All
Smart Device Development How To Convert IR into Wave Formate ??
Hai Guy's I am doing a project universal Remote Control for that i need to convert the Ir into wave format and it will be more sufficeient for my project .That is it over come the line of site problem . So, all you want is to make remote control out of you PPC Yes, it is possible in some cases to generate IR commands using standard IR ports on some devices. It ...Show All
