SHDWDRAGON7's Q&A profile
Visual FoxPro Server 2000 v 2003
Hi all, I'm working on a multi-user FoxPro product across a network. Up to recently we used a 2000 server and everything was fine. Since we've moved to a 2003 server we've ran into problems. We get 3 testers working on the same network tables and within a few minutes the application hangs and seems to lock the tables. The really frustrating thing is that it never hangs in the same area or on the one computer. Our error messages are very vague as well. Basically I was wondering if other people had problems going from Server 2000 to 2003. Is there maybe extra security or configuration in 2003 that 2000 doesn't have. Any help would be much appreciated, I have been doing tests on my app on 2000 Server, ...Show All
Visual Studio Visual Studio Hosting process
Hi folks, I've been using Visual C# 2005 Express Edition for the last couple of weeks. It was working perfectly fine until I peformed a registry cleanup (however, I'm not sure if this is the reason for the problem to occur). Whenever I tried to debug applications, I got an error message which read: Error while trying to run project: Unable to start debugging. The binding handle is invalid. I fixed this problem by navigating to Projects > (Project Name) Properties > Debug and disabling 'Visual Studio hosting process'. This fixed the problem for good. However, I was wondering: What does Visual Studio hosting process do How would disabling it affect Visual Studio Why does this, " ...Show All
Visual Studio 2008 (Pre-release) Smart client callback
Hi there, I'm just learning wcf technolgy and it should be great. However, i have a question about how to implement callback. I have a smart client and a service under iis. My client call it's method and it's ok. I want to do something more complex now. I want to notify my smart client when a external event coming. So I would like to have a service with a method that i can invoke and the service method implementation will able to notify one or more smart client. Is it possible to do this Thanks a lot for this help Best regards, In other words i want to have this architecture : Smart client connected to a windows service hosted or service hosted on iis. TIBCO notify a service and the service notify ...Show All
Internet Explorer Development Animated Gifs
Hi Everybody!!! It seems that there is a problem with Internet Explorer 7: I have a web page with animated gifs that works fine with Internet Explorer 6... but it seems that these animated gifs don't work well with Internet Explorer 7. Now, from the begining: I created a web page in which I use some animated gifs to roll-up buttons. I use the traditional approach in which I load the gif image first into an array, as follows: document.images[this.lngImageIndex].src = this.arrAnimationLib[this.lngNextAnimationSequence].imgAnimation.src; Where: "this" is the typical JavaScript class implementation, arrAnimationLib is an array of objects, who then they have "imgAnimation" as a property which is an obje ...Show All
Visual Studio 2008 (Pre-release) How can I obtain from a service implementation instance a reference to its Host ?
I'm opening several services with a thread pool. The services are declared as InstanceContextMode.Single. I want to know from my service implementation when a service host state becomes opene d. I can not use the OperationContext.Current.Host, cause it is only relevent in a operation method call. Using the InstanceContext and giving (this) in the constructor did'nt work either, the state remained Created all the time and did'nt change to Open. You can subscribe to the host's Opened event: using System; using System.ServiceModel; using System.Collections.Generic; [ServiceContract] public interface ITest { [OperationContract] string Echo(string text); } [ServiceBehavio ...Show All
SQL Server Mail Task in SSIS
Please help me i am new to ssis ....I am trying to send an email using mail task and I am sure that ISP works fine with smtp. I am entering all the correct information in the task but it takes a long time to run the task and then comes back with a failure error. can someone help me find an easy way to send an email to group of emails...I even tried to send it to 1 email and it is still not working. use outlook client on the same machine (as SQL box) and see if you have the same problem, if the you have the same issue using outlook then this an exchange issue, if outlook can send it OK, then you have the investigate the problem on SQL. you also can set up DatabaseMail in SQL 2005 and test the send mail p ...Show All
SQL Server How to dynamically assign database name in query or store procedure?
Hello, I am not sure if this possible, but I have store procedures that access to multiple databases, therefore I currently have to hardcode my database name in the queries. The problem start when I move my store procedures into the production, and the database name in production is different. I have to go through all my store procedures and rename the DBname. I am just wonder if there is way that I could define my database name as a global variable and then use that variable as my DB name instead of hardcode them something like Declare @MyDatabaseName varchar(30) set @MyDatabaseName = "MyDB" SELECT * from MyDatabaseName.dbo.MyTable Any suggestion Please. Thanks in advance For one, you need to grant ...Show All
Visual Studio Express Editions Please help: Screen text Reader
Hi, I am in the process of developing an application in VB 2005 that assist with everyday writing skills. The application will focus on helping with spelling, grammar and continuous checking on writing style. The question I wish to ask is this. On my application there are two Rich-Textboxes: one is for displaying the contents of the currect document and the other one displays the sentences that need editing. Also beneath the sentence, I wish display to a suggestion of words that best fits that sentence. And the program will continue to proof-read the document until there are no more writing and structure errors. I wish to know whether anyone out there knows the code for displaying a replica of the document currently us ...Show All
Visual Basic Convert C# to VB.net
can anyone point me in a direction on how to convert a project that is written in C# to VB.net Hi, As pointed out, there are a few differences between C# and VB.net. There are a few web pages that will attempt to do the conversion for you. Here is one: http://www.developerfusion.co.uk/utilities/convertcsharptovb.aspx ...Show All
Visual Studio error MSB3323: Unable to find manifest signing certificate in the certificate store.
Problems began when I received the MSDN Final VS 2005 v8.0.50727.42 and uninstalled the RC build which I had worked with without issue and replaced it with the previously mentioned. After four or so installs/uninstalls I got past the Invalid license data. Reinstall is required. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=162712&SiteID=1 I have tested C++ project builds for managed and unmanaged code and both work without a problem. My C# projects however fail to build, the error I get is: ------ Rebuild All started: Project: D And P, Configuration: Release Any CPU ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(1718,7): error MSB3323: Unable to find manifest signing certificate in the certific ...Show All
SQL Server Connect from sqlce 2.0 to sql server 2005
I want to connect sqlce 2.0 to sql server 2005. From "Connectivity Tools for SQL Server Compact, SQL Server Mobile, SQL Server 2000, and SQL Server 2005", I know I should install sql server 2005 without the replication components. I do it, then i find i can not create publication. Without replication, how can i synchronize between sqlce 2.0 and sql server2005 Anyone can help me Thirst for your answer. ...Show All
SQL Server SQL Server 2000 DTS Designer Components
I kept getting DTS packages edit message before upgrading my DB from Upgrade advisor, even though I don't have any DTS package. Would someone help on how to Retain or restore the DTS Designer by obtaining and installing the special Web download of SQL Server 2000 DTS Designer Components Hi, i did not understand .. you do not have any DTS package and SS continuously asking you for editing DTS package... is it could you post error message / log message regarding DTS in Windows Event Viewer or SQL Error Log .... ...Show All
.NET Development DISPLAYING TABLES OF AN ACCESS DATABASE THROUGH C#
Hi everyone I am trying to display all the tables in a MS access database through a application im developing in c#. However im receiving errors. Here is part of my code. This method executes a SQL query and returns a OdbcDataReader object. private OdbcDataReader GetQueryReader( string query) { OdbcDataReader reader = null ; OdbcCommand command = new OdbcCommand(query, serverConnection); Open(); try { reader = command.ExecuteReader(); } catch (NullReferenceException e) { Utility.CheckTool.ShowMsg("Error in getting the reader, null exception error" ); reader.Close(); } catch (OdbcException e) { Utility.CheckTool.ShowMsg("Error in getting the ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Subscription not available on my Xbox!
Hi! Is there any reason why the Creators Club Subscription is not showing up on my Xbox I live in Norway, but I've not read anything about any region restrictions on this download. I want in on the fun too! Peter you only get the dashboard update showing up in the games downloads if you haven't installed the update. Perhaps you selected no by mistake. Normally the dashboard update is not visible. Have you tried installing it I'm willing to bet this is your problem as I have had a similar issue with VGA looking washed out after accidentally refusing a patch. The patch then shows up as a downloadable game. I'm not sure if the patches are cumulative i.e. you only need install the latest one. ...Show All
Windows Live Developer Forums Annotation function of the URL API broken
The URL API specifies an annotation parameter for the scratch pad: sp=an.latitude_longitude_title_description It should allow you to add a push pin at a specific latitude and longitude. It definitely used to work, but does not appear to now. Has this function been disabled or changed Or can someone provide an example URL where this works Same problem here. I used to have a scratch pad but now it doesn't display using the url syntax. When you enter a url that includes a cp parameter and a style of birdseye the view always zoomed to the users last viewed area. (I assumed this was because I didn't provide a required scene parameters for the oblique - Any ideas how I can get this on the fly ...Show All
