tonyGasparich's Q&A profile
Visual Studio Express Editions ClickOnce CD Deployment
Is anyone else having problems with the ClickOnce deployment in VB2005 Express I am trying to do a CD/DVD Deployment using the Publish feature, and I have the publish settings to include or "download from the same location as my app" but whenever I go to build it says that it cannot find the DotNetFX or the Windows Installer 3.1 files. I even tried to manually download them and plop them in the folder but I still can't build without ...Show All
Software Development for Windows Vista Using root activity parameters
I've created a workflow from using a root activity class that derives from SequentialWorkflowActivity and adds some additional properties. These appear fine in the designer properties grid but I'm unable to find them in the browser when I want to associate them to properties against other Activities. I'm using Beta 2.2 version. Any help would be appreciated. Tim, Can you post the code snippet of your p ...Show All
Visual C# Compiler stalls
Something's happened with my project lately, and it's driving me insane... When I'm connected to a (any) wireless network, compiling my project can take several minutes. When connected to the LAN at work, or not connected to a network at all, it compiles in a few seconds. It only happens with one of my projects. What could the reasons for this be What can I do about it (I'm on VS 2005 Professional Edition) Thanks, Jonas ...Show All
Windows Forms Change Location at design time problem
Hi, I am implementing a windows form designer that is based upon the designer sample from microsoft (http://support.microsoft.com/ id=813808). The problem that I have is that i would like to change the size and location of a certain control when I drop& ...Show All
.NET Development Visual Studio 2003 and .Net 2.0
I'm _sure_ I read somewhere that .Net 2.0 is incompatible with Visual Studio 2003, but I can no longer find any information on this on MSDN. Will bad things happen to my VS 2003 tools and environment if I install the .Net 2.0 SDK Is there an online compatibility table No, there's no problem installing .NET 2.0 Framework, .NET 2.0 SDK or even Visual Studio 2005. Just don't expect that VS2003 will use .NET ...Show All
Visual Basic Windows Positioning on distributed software
I noticed that when I complie an application and distribute it to my fans (My Family :) That the windows display differently depending upon the screen resolution of the client computer. Is there a property besides the center property of the form that I can use to assure that the program will look the same on all computers. A third party add-on, or something I'm over looking in the property settings of the form. Thanks in advanc ...Show All
Visual Studio Team System How to capture InnerText?
How can I extract InnerText or InnerHtml from the HtmlTag I get the enumerator from e.Response.HtmlDocument.HtmlTags.GetEnumerator() and then the HtmlTag but I dont see any method available for extracting the InnerText or InnerHtml. Can anyone suggest how to achieve this You might be able to use the built-in extraction rule "Extract Text" to achieive this. You can specify the surrounding text wit ...Show All
SQL Server Adding SCRIPT and LOOK UP components using C#
Hi, Could you please tell me how to add SCRIPT and LOOK UP component to a data flow using C# Also, is there any artilces/site which gives information about the SSIS programming Regards, Gopi Gopinath M wrote: Also, is there any artilces/site which gives information about the SSIS programming from the bol: http://msdn2.microsoft.com/en-us/library/ms136025(sql.90).aspx ...Show All
Visual Studio Sorry - correction to my previous answer
hi. i have a solution with 40+ projects in it. allmost every time i add a new project, check out a file or do a 'get latest version' one of the projects gets checked out automatically. (its allways the same project). the output window has a message that says 'project nameOfProjectHere was checked out automatically for editing'. however, nothing has been done to that project. none of the files in the project have been changed for ages. the projec ...Show All
Visual Studio Team System MSTest Arguments during MSBuild
During Beta 3 (I think) of TFS, the syntax for MSBuild test in the was: <TestingArgs>/testmetadata:"$(SolutionRoot)\SampleApp.vsmdi" /runconfig:"$(SolutionRoot)\localtestrun.testrunconfig"</TestingArgs> where you could specify the .testrunconfig that you wanted to pass to MSTest. Post beta3, the syntax changed to: <MetaDataFile Include="$(SolutionRoot\SampleSolution\SampleApp.vsmdi"/> ...Show All
SQL Server Client unable to establish connection Encryption not supported on SQL Server. (Microsoft SQL Native Client)
On Windows XP systems I get the following issue when trying to browse the MSDB folder in SSIS Client unable to establish connection Encryption not supported on SQL Server. (Microsoft SQL Native Client) I have noticed another post where several others have noticed the same issue. It appears to only occur on Windows XP installations. Is there a workaround or fix for this Is the SQL 2005 instance the default or named instance If it is ...Show All
Visual Studio Express Editions e.graphics in wrong area.
I have the following section of code that is obviously, even to me, not quite right. The Error message is that the e.graphics iss not a member of 'system.EventArgs. Basically im trying to draw a cirle on a userforn once the value in a textbox is added or changed. Private Sub TextBox1_TextChanged( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged e.graphics.DrawEllipse(Pens.Black, (bolt ...Show All
Visual C++ Microsoft Visual C++ Runtime Library error question
I recieve this error when I launch Internet Explorer - version 6.0 OS Windows XP Home edition 2002 Service Pack 2. Error is as follows: Microsoft Visual C++ Runtime Library Runtime Error! Program C:\Program Files\Internet explorer\iexplore.exe This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. I am not certain where to post this questi ...Show All
Windows Forms Is there an IE 5.5 UserControl that I can use in my WinForm application?
I want the best of both worlds.... Winforms for data entry and IE for ease of deployent etc.... I need to host my IE ASP.NET application inside a WinForm Application. I know that I could do this in Visual Studio 6.0 and VB 6 can you ...Show All
SQL Server Error uninstalling SQL Express CTP
I am getting system error 1332 "No mapping between account names and security IDs was done" trying to uninstall SQL Server CTP so I can install the released version. I went to the SQL Server Configuration Manager to try to change the Log On account but whenever I do I get the same error. I am almost certain that the error is because I recently demoted the computer from a Active Directory server to just a regular stand alone server. Is ...Show All
