anaylor01's Q&A profile
Visual Studio SourceSafe 2005 Internet Plugin
Hello, I've succeeded working with the SourceSafe 2005 beta and the internet plugin on Visual Studio 2003. Is there any support for Visual Studio 6.0 (VB) I've tried using the internet plugin with VB 6.0, but received an error ("The source code control provider did not initialized properly") Thanks, Hi Tim, There is no separate option in installer just for the VSS Remote plugin. After installing VSS2005, to use the internet plugin with VS2003 you'll have to use a MSSCCI provider switcher provided by 3rd parties. Here is one I personally like http://www.codeproject.com/tools/sccswitcher.asp You can also search the ...Show All
.NET Development Reflection and Plugins
Hi, I am starting out creating an app that I would like to dynamically load dlls that would be developed, plugins. I am using the C++.NET framework. My question is, Is Relection the way to do this I have been searching for examples in C++.NET but most seem to be in C# or VB.NET. Can any point me in the best direction Examples Relection Thanks Jeff you got it.. here is the code I use, it's VB and can be easely converted to C++ ------------- Imports System.IO Imports System.Reflection Public Class PluginEngine Public Shared Function FindPlugins(ByVal path As String, ByVal interface_n ...Show All
Windows Forms DataGridView Escape Key + ComboBox cell problem
have a problem whith comboboxcell in datagridview It works fine, i can choose any value, but when combobox is focused and i hit ESC key a messagebox with an exception error is shown saying : The following exception ocurred in the DataGridView: System.FormatException: DataGridViewComboBoxCell value is not valid To replace this dialog please handle the DataError event. HOW TO HANDLE this kind of DataError events please HELP.. my code: double Precio=1; double Precio2=2; double Precio3=3; double Precio4=4; int CurrentRow=0; int iPrecio=1; //note: each cell of column Precio has different combobox ArrayList aPrecios = new Arra ...Show All
Visual C# pointers
i have a couple of questions i am trying to use the following function that was written in unmanaged code: DWORD RasDial( LPRASDIALEXTENSIONS lpRasDialExtensions , LPCTSTR lpszPhonebook , LPRASDIALPARAMS lpRasDialParams , DWO RD dwNotifierType , LPVOID lpvNotifier , LPHRASCONN lphRasConn ); i am declared it like this [DllImport("rasapi32.dll",CharSet=CharSet.Auto)] public extern static uint RasDial(IntPtr lpRasDialExtentoins, string phoneBook, ref RasDialParams lpRasDialParams, int dwNotifierType,IntPtr lpNotifier, ref IntPtr lpRasConn); lpNotifier - Call back ...Show All
Visual Studio Vertical alignment in text or field objects
I am working in Visual Studio 2005. Is there someway to center values vertically in text or field boxes Hi..Under the properties of the text box, go under "Appearance" then go under "TextHAlign" or "TextVAlign". Hope this helps ...Show All
Visual Basic add chart?
I need to know haw to add a chart in my project iam using microsoft visual studio2005 ...Show All
Visual Studio Team System Can I change the Process template After finished creating a team project?
I created a team project with the " MSF for Agile Software Development - 4.0 版" , but now I found I need to add a requirement workitem, so I changed the process template and upload to replace the " MSF for Agile Software Development - 4.0 版", but in the team explorer I found no requirement workitem under the team project , How can I make the changement reflect in the team project The next team project you create will have the changes you made to the process template but existing projects will not be updated/modified. It is possible to add a new work item definition to an existing team pr ...Show All
SQL Server SQL Server 2005 Enterprise 64-bit does not release memory
We have implemented a new SQL Server 2005 Enterprise (64-bit) in our environment, and I continually see SQL Server grabbing more and more memory from the server, but never releasing the memory back. I have to stop and restart SQL Server in order for the memroy to return to normal. I know there is a difference between 32-bit and 64-bit environments regarding memory and addressability, but I do not see this on my 32-bit SQL Servers. There are 4 databases on the server that we use as the central repository for our BI server (another server). SQL Server is the only application installed on the server and the server has 64 GB of memory. Doe ...Show All
Visual Basic Check the distance between two objects using vector
Hi everyone, It's me again, Maria. I find this forum very good as I really get the neccessary information that I want, so once again, I came to write in and ask question :P I'm working on a game which need the mouse to eat up the nearest seed around it. Now the problem that I'm facing is that I need to calculate the distance between the mouse and the seed in order to check which seed is the&nbs ...Show All
Visual Studio Team System Cannot create new Team Project
I try to create a new Team Project (New Team Project button in Team Explorer window in VS) but it failed. You can find hereafter the log. I'm connected as AD5\slan which is in the Namespace Administrators group. Any idea 04/27/2005 11:28:36.292 | Module: ELeadServiceMediator | URL for eLead web service retrieved as " http://etbx170:8080/bisserver/EleadWebService.asmx " from the registration service | Completion time: 0.0100142 seconds 04/27/2005 11:28:49.911 | Module: ELeadServiceMediator | eLead web service proxy constructed | Completion time: 13.4490706 seconds 04/27/2005 11:28:55.239 | Module: ELeadServiceMediator | Template Informa ...Show All
Visual Studio Express Editions Test MFC.sln won't compile, VC++ Express
The "Test MFC.sln" project installed in "My Documents" when I installed VC++ Express. When I try to compile it I get an error Error: Additional include file afxhh.h not found FWIW, I do have the Microsoft Platform SDK installed and I did make the changes to the directories and such that the instructions recommend. Am I missing something Thanks. Thomas Hi, I suspect that the project contains some MFC related codes. Note that MFC (and ATL) is not part of Visual C++ 2005 Express Edition (VCEE). Such a framework is part of Microsoft proprietary domain. As far as I know, VCEE is downloadable a ...Show All
.NET Development help receiving a soap message with a digital signature
I'm tring to recieve a soap message that looks like this: < xml version="1.0" encoding="UTF-8" > <B:Envelope xmlns:B=" http://schemas.xmlsoap.org/soap/envelope/ " xmlns:A=" http://www.myNS.com/namespace.messaging.diag #" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"><SOAP:Header xmlns:SOAP-SEC=" http://schemas.xmlsoap.org/soap/security/2000-12 " xmlns:SOAP=" http://schemas.xmlsoap.org/soap/envelope/ "> <SOAP-SEC:Signature SOAP:mustUnderstand="1"><Signature xmlns=" http://www.w3.org/2000/09/xmldsig #" xmlns:C=" ...Show All
.NET Development Receiving ArgumentException while attempting to read Application.UserAppDataPath
Greetings, I've been accessing Application.UserAppDataPath in my application for a while but recently it's been throwing an exception that's leaving me scratching my head in wonder. I can't seem to find any good documentation or material to help me with this. This is a WinForms application being developed with .NET Framework 2.0 on a WinXP Pro machine. Here is the offending line of code: label3.Text = Application.UserAppDataPath.ToString(); And here is the stack trace: System.ArgumentException was unhandled by user code Message="Illegal characters in path." Source="mscorlib" StackTrace: at System.Security.Permissions.FileIOPermissi ...Show All
Windows Forms Viewing a word doc within a Windows Forms Application
I would like to display a word document within my windows form application. Currently I am using the IE activeX control and passing it the word doc location. There must be a more elegant solution. Yes there is a lot of code I left out of the post... I only posted the code relevent to obtaing the underlying DSOFramer.FramerControl of an AxDSOFramer.AxFramerControl. You must have dsoframer.ocx registered. Try the code below... let&n ...Show All
SQL Server No witness, primary shutsdown, bring failover online
First of all, Great webcast today. My question is, I have everything up and running and would like to know what to do when the machine my primary is on quits or has a some type of disaster. Do I need to manually run recovery on each db that was mirrored I'm not currently running a witness. thanks No, you don't need to recover anything but depending on which mode you are running you will need to iether manually initiate a failover from server A to B or force the service from server A to B because you are running without a witness. do you know what mode you are running, high-performance or high-protect ...Show All
