thespectre_2000's Q&A profile
Visual Studio publishing test results from custom test type
I'm trying to publish test results from a custom test type. I don't want anything except the normal result information published. I'm not storing any different or additional data in my TestResults class, but I'm not sure how to make publishing work. When I try publishing results from my custom test I get the following error: Publish Failed. Test Type not installed on the server for test type: "Microsoft.VisualStudio.TestTools.Samples.FooTest". I've copied my TUIP and TIP dlls to the Foundation Server under c:\program files\microsoft visual studio 8\common7\ide\privateAssemblies\1033 I also added entries to the registry ...Show All
SQL Server MySql SSIS Hangs with ODBC Drivers
Hi, we are writting a SQL Server Integration Services package to import data from a MySql database to a Sql Database. We are using ODBC 3.51 Drivers to connect to the MySql Database in SSIS. The package runs perfectly in design mode. When we schedule the package to run, the package seems to hang about 1/3 of the times. What can this be. We used to the package and ran it from a Sql Server 2005 to a Sql Server 2005 database. This setup works perfectly. When i'm doing MySql to Sql Server 2005, 1/3 of the times, it does not work. Can anyone help me with this Giovan Gentile Ayuda Media Systems Imple ...Show All
SQL Server Internal Query Processor Error
i have a few report have the following error during running in the test server. but it was running fine when i point the db to the live server in the same machine. in fact, the live server are having much more records then the test server, but wondering how come the live server do not hit such error, is it due to the SQL server version different appreciate any1 can help. thanks SQL server version in both server In live server the the SQL version is SQL server enterprise edition 8.00.760 (SP3) In test server the SQL version is SQL server standard edition 8.00.2039 (SP4) Reporting Services Error ------------------------------------------------ ...Show All
Windows Forms Timer Issue
Hey, Usually I am over moderating at ASP.Net, but today I have a question for you guys. I have a timer that just is not firing. Can anyone help Imports System Imports System.Collections Imports System.ComponentModel Imports System.Configuration Imports System.Windows.Forms Imports System.IO Imports System.Data Public Class Alert Inherits System.Windows.Forms.Form Private Timer1 As System.Timers.Timer ...Show All
Visual Basic text animation
How do I animate text I want to make a flying banner. Well yes. Assuming you haven't changed my code much, then it will remain the same. basically, You have to animate the position of the text. In the example, when you drawString, the last 2 arguements are X ands Y Position. What you have to do is passs differnt values to the XY coords for earh letter. If the String is "Hello", then... H= (X=1,Y=1) E= (X=10,5) L= (X=15,10) L= (X=20,5) O= (X=25,Y=1) THis would look like... H O E L L It's your responcibilty ...Show All
Software Development for Windows Vista Help! a confused trouble about my cumstom activity.
hi, I am coding a custom activity, which has a DependencyProperty named myProperty1. and this myProperty1 is a subclass of DependencyObject in the same assembly. My custom activity works well with Designer. However, while i run the assembly compiled from the XAML file generated by Designer, it allways fails. Then i disamble this assembly by Reflector, it confused me that Compiler DOESN'T generate a field matched with myProperty1. Why Is it a BUG? Some codes as following: public class myCustomActivity: Activity { ... public myClass1 myProperty1 { get{...} set{...} } ... } pubic class myClass1: DependencyObject { public string Nam ...Show All
Smart Device Development Cannot connect to custom CE 5.0 device
Hello, Here is what I have: PC w/ Win 2k SP 4 VS2005 Eval ActiveSync 4.1 Custom Win CE 5.0 device w/o ActiveSync and ethernet connection ( USB and Serial are not an option ) I've followed the instructions to debug a device w/o ActiveSync, but it's not working, or I'm doing something wrong. 1) Should I be using those instructions The top of the page says it is for VS2005 B2 ONLY. Is that line out of date, or is there another set of instructions I should be following 2) After following the instructions, in VS I can go Tools->Connect to Device and get "Connection Succeeded". However, ...Show All
Visual Studio Unable to acquire/convert string signature from primary or satellite DLL
Hi, there. I made a VSIP package and get a PLK. So, I tested my package, the package loads successfully. But I get couple of same message from the package loading. I really don't know what the message mean. Is there anyone knows what the follow first two message mean --> VSIP: Unable to acquire/convert string signature from primary or satellite DLL. --> VSIP: Unable to acquire/convert string signature from primary or satellite DLL. VSIP: Third party package 'My Package' approved to load ( GUID = {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX} ). I analysis the log file, and I found out couple of two ...Show All
Visual Studio Express Editions AppDev - Good Training?
Hello...has anyone out there completed the AppDev courses in VB.NET If so, how good are they Most books I read make me feel like I am spinning my wheels. Thanks, Brian I downloaded Course 2913: Creating Your First MicrosoftR ASP.NET 2.0 Web Application from the MS website and since it was free, wanted to try it out. Is it me or is the navigation of it very convoluted. And this is 3 hours worth of content Brian ...Show All
.NET Development Single Program instance
In .NET 2.0 is there an easy way of ensuring you only have one instance of a Windows Forms app running at any one time Thanks Graham For this I just found a great peice of code on the Code project that makes this much easier... http://www.codeproject.com/csharp/singleinstance.asp ...Show All
Visual Studio Express Editions VB6 WinXP and Beta2
Ok I have never installed my old copy of VB6 on the XP machine. Havn't even used the copy at home in many years. Get enough at work. ;O So I installed VB6 on the admin side of Xp pro. and try to run it on the user side.. First the add-ins' aren't listed at all.. fixed that sort of. Did some regedit magic.. I get alot of '''''you don't have a licence for this ... yada yada... when I try to use some of the VB6 Pro addition add-ins. Really all I want to do is play with the conversion process in the Beta 2 release to see how much there may be in convering some work programs.. Any way to 'install' the licence stuff to the 'user' account on XP Or ...Show All
.NET Development VS.NET 2005 and Sql 2005 Server x64 editions
We write business appllcations in VB.NET. We don't use C# or stuff "pointers' in integers. Our programmers generally use the VS.NET IDE to create their code. Question: we are installing Windows 2003 Standard x64 server and a Sql 2005 Standard x64 on a new server with 16GB of RAM. What issues commonly occur in this type of environment (e.g. sql 2005 returns a 64-bit integer but our old VB.NET 2003 codes expects a 32-bit integer -- that's got be trouble.). Is there a list of "programmer gotchas" that anyone knows about TIA, Bill The biggest pit fall I have found is there is not ...Show All
Visual Basic serial port - com
I toke from the VB6 the example about using the serial port with MSComm. I run this program in VB2005 after it was upgrade ofcourse by the VB2005 and try to send and receive strings in a loop(1-1000). But sometimes in this loop the string that I'm sending is stuck or something that I don't understand why I run this loop with the some strings a lot of times and everytime is a different string that stuck. if someone can tell me why In VB2005 there is something similar to MSComm that I can use Hi, Visual Basic 2005 has a separate SerialPort control which you can use for serial com ...Show All
Visual Studio Installed SQL components not listed on splash screen
Hi, I installed SQL Server Dev first, then installed VS, but when VS loads, there are no SQL components listed on the splash screen, just VB, C# and VWD. A colleague installed the other way, and has some SQL components listed on the splash screen. Can I get VS to 'refresh' this list I've since installed Reporting Services and that's not listed either... Thanks Mike devenv /setup will regenerate the splash screen. if you ran it, and you're still not seeing what you expect, then possibly something is wrong with the install of either sql or vs. if you really want these things on the splash screen, ...Show All
.NET Development TCP packet confirmation
Anybody know how I can checks that my TCP/IP packet have been really received on the destination side and that is not standing in the buffer because of retries or bad connection Ronald You can't rely on TCP acks to tell you if the peer application has received your data. It simply isn't going to work reliably, and there are already too many unreliable network applications out there. Deal with the extra cost - it's a requirement of what you are looking to do. The only time you get to use a TCP event to synchronise application events is when you can get a good FIN-FIN exchange at closure of the TCP socket. ...Show All
