SamB42083's Q&A profile
Visual Studio Team System exceute precompile command thru team build
Could anybody tell me how to execute the following command thru team build (how the exec command will look like ). The command is to precompile a website and drop at a certain location: -------------------------- C:\Program Files\Microsoft Visual Studio 8\VC>aspnet_compiler -v /EnvironmentMan agement2 -p "C:\Configuration Management TFS\Environment Management2\UI" c:\temp\web where: v is the virtual directory on the server (i.e. EnvironmentManagement2) p is the source code location (after get) ( C:\Configuration Management TFS\Environment Management-082106\UI ) c:\temp\web is the final drop location ----------------- Thanx. well that publi ...Show All
Visual Studio Team System forward Engineering - Which Databases
I am new to VSTS andVisio 2003 Pro - I have a current diagram created in Visio and I want to forward engineer into SQL - I am using Books online and it instructs to Select UML>Code from the menu - I see the UML but not the CODE in the menu - Why. I downloaded the trial version of Visual Studio Team System - is this something I should be able to do or am I doing something wrong. k Code generation is not available in Visio Professional - you will need to use Visio Enterprise Architect for that. Regards, Ian Bavey Software Development Lead Team Architect ...Show All
Visual C++ Vector subscript out of range - can't understand why
I'm having a problem regarding the 'vector subscript out of range line 756' when popping back a vector after upgrading to VS2005. Pushing back still works perfectly. Searching the web I find many others with the same problem, but no explanation or way to fix it. This is purely in debug mode, no problem with mixing release mode or anything. #include "fire.h" vector < fire > MYFIRE; In main I have this function for(unsigned int i = 0 ; i < MYFIRE.size(); ++i) { MYFIRE.DoPhysics(MYTIMER.getdelta_time()); if(MYFIRE.Pos().X()>400) { for(int j = i; j < MYFIRE.size(); ++j) ...Show All
Visual C# Object not set to instance of an object
I want my form to be binded to theses properties of my object but i get that exception....Can somone help me out...I call this function in my form load and when the form loads is when i get the exception I dont thinkg i am missing any thing i have my object reference declared at a global level..... public void LoadFormToData() { try { Customers.CustomerCode = txtCustomerCode.Text; Customers.Attention = txtAttention.Text; Customers.Class = ( string )cboClass.SelectedItem; Customers.LoadType = ( string )cboLoadType.SelectedItem; Customers.VehicleType = ( string )cboVehicleType.SelectedItem; Customers.TermNumber = ( int )cboTerm.SelectedItem; Customers.Status = ( int )cboStatus.SelectedItem; Customers.Commodit ...Show All
.NET Development MessageQueue problems under .net 3
Hi, I recently switched to the version 3 framework with SDK build 5536.0.2 and I'm having some issues wth code that uses the MessageQueue class. Firstly, MessageQueue.CreateCursor() sometimes throws a MessageQueueException with the message 'Remote computer is not available'. It's not absolutely consistent and occasionally works correctly. I still have the code compiled against the V2 framework on another machine, and pointer at the same remote, public queue, it always works. More worrying is what happens next. Sometime later - presumably on the next garbage collect - a NullReferenceException is thrown. If I catch this in the debugger, I can see the exception is thrown from System.Messaging.Cursor.Finalize(). It appears the garbage ...Show All
Visual Studio 2008 (Pre-release) Why Dependency Properties?
I've been working with WPF for a while now, studying it, programming with it, blogging about it, etc. Despite all that, there is something which fundamentally bothers and eludes me. I just don't feel comfortable with dependency properties. I've read a lot about them, but none of the explanations have satisfied my curiosity. I'm hoping that someone might explain a few things to me, please... - How do DPs work What is actually involved with the inner workings of a DP What happens when you set a DP What happens when you get the value of one Is this explained/documented anywhere I've read about the precedence rules used during value resolution, but how exactly does that work - How does the value inheritance of DPs work When do inhe ...Show All
Visual Basic Run-time error '53' : File not found
Hello. I don't know if this is the right place to post this error but I really need help. When I run some games programmed with Visual Basic, I get the following error: Run-time error '53': File not found I am running Windows ME (I wonder if that can help). If anyone could help me, I would be really grateful. Thanks. Regards, PedroMCN If your not coding then this definately is not the place for you - these forums are for VB.NET development and not support of applications written in VB - I'd contact the original vendor to obtain support from them or see if they have a web site with support information. ...Show All
Visual Studio Rational Clearcase plug-in for MV 2005
Can any body give me the link to rational clearcase plugin for microsoft visual studio 2005. The problem is: when i open any c++ project in visual studion 2003.net and when I right click on any source/header files, I get the "Check out/ check in" option from clearcase but when i do the same in visual studio 2005, I don't get any "check out/ check in" option on right click. Does anybody know what's going on and how to solve it. Thanks Jimi I have the same problem, but I deliberately don't have the project files put under source control because they're generated dynamically by qmake (from Qt). Until now I used VS6.0, where it wasn't necessary to have the dsp files under source control. Isn't there a workaround for th ...Show All
.NET Development XPS Conversion and Access Problems
I downloaded the Beta for Office 2007 Prof Plus and I tried to follow the necessary steps to access and view my XPS File. Now, I keep getting this error: VIEWER APPLICATION EXPIRATION: The Beta Period has expired for the XML Paper Specification Viewer! I then tried to download the .NET Framework 3.0 and it keeps telling me I need to install it. What do I need to do to get this working I have these files that I want to work with, but I keep getting the error. Can someone help me with some detailed steps for a novice on how to alleviate this error issue and access these files You can call me at 303-525-4850 if it is easier to walk me through it, or you can email me at: rymerb@hotmail.com or rymer@jcgcolorado.com I gr ...Show All
Visual Studio 2008 (Pre-release) Woodgrove Finance Application - project type not supported
I have installed the 3.0 Framework and 6000.0.0 SDK for VS 2005 and downloaded the Woodgrove Finance Application But when I try to load it I get a project type not supported error. I have tried some of the other examples from the WPF site with no problem. What am I missing Thanks See my response on this thread . Does that help ...Show All
.NET Development Using HTMLDocument in main thread
Hello, I need to extract data from a web page. The web page is complex enough that using regular expressions is painful, so I want to navigate the HTMLDocument hierarchy instead. The page has no frames or anything so the DocumentCompleted event works fine for me. However, DocumentCompleted only gets fired if the thread that created the WebBrowser control is pumping messages (as far as I understand). Which means I can't do the following: load string in WebBrowser extract HTMLDocument from WebBrowser extract data from HTMLDocument return data Instead, I must do something like load string in WebBrowser return with nothing ... at some point in the future, when DocumentCompleted fired ... extract HTMLDocument from WebBrowse ...Show All
Visual Studio Team System TFS Product Key
I originally had TFS Trial installed, and have since purchased the Team Suite MSDN that comes with TFS Workgroup Edition. How do I get the product key for the workgroup edition so I can update the trial license I have the same problem. Did you get an answer Apparently the key is in the setup.sdb file on the installation media. I cannot find this file. We are wanting to migrate from the 180 day trial to the workgroup version, just until our full version arrives - about a week. Our 180 day trial has expired - no countdown! ...Show All
Visual Studio Team System VSTS & VSTE for Software Developers on same machine?
I currently have Visual Studio Team Edition for Software Developers on my laptop. I would like to try the new Database Professional product and I need Visual Studio Team Suite Trial installed to do this. My question is this. Can I leave VSTE for SD on my laptop and install the VSTS Trial without harming or overwriting my VSTE for SD installation I would like to have both products on my laptop. Thanks - Amos. Hi Amos, I can tell you from experience that that is the case. I upgraded my laptop from VS Pro - > VSTE Developer -> VS Team Suite -> and the last installation was Data Dude on top of the VSTS. At all times the projects, settings, etc. were not touched. At the next opening of VS, ...Show All
Visual Studio Team System Schema Compare --> Write Updates doesn't seem to be working.
Hi, I have a view defined in my DBPro project as: -- View CREATE VIEW [dbo].[vINJECTION_VOLUME] AS SELECT PDEN_ID, CAST ( REPLACE (VOLUME_DATE, '-' , '' ) AS int ) TIME_ID, VOLUME FROM PDEN_VOL_SUMM_OTHER WHERE ACTIVITY_TYPE = 'INJECTION' AND VOLUME_METHOD = 'MEASURED' AND CAST ( REPLACE (VOLUME_DATE, '-' , '' ) AS int ) >= 20050101 I compare this to one of my external databases (DPPro project is the target) and Schema Compare says that the object in the source looks like this: -- View CREATE VIEW [dbo].[vINJECTION_VOLUME] AS SELECT PDEN_ID, CAST ( REPLACE (VOLUME_DATE, '-' , '' ) AS int ) TIME_ID, VOLUME FROM PDEN_VOL_SUMM_OTHER WHERE ACTIVITY_TYPE = 'INJECTION' AND ...Show All
.NET Development Large data transfer
I created a local web service that accepts a byte array as a parameter and then I write the data in the array to a hardcoded file name. I added the following entry to the web service app's config file and my computer's machine.config files: < httpRuntime maxRequestLength = " 1048576 " executionTimeout = " 180 " /> I can successfully transfer 50 megs worth of data but it fails with the following error msg when i try to send a 100 megs of data (1 gig is my goal): {"The underlying connection was closed: An unexpected error occurred on a send."} System.Net.WebException: {"The underlying connection was closed: An unexpected error occurred on a send."} InnerException: {"U ...Show All
