-
- VS 2005 and VSS 6.0, Open from source control creates an extra folder?
by Will Carter
- 5 Replies
- Last post
by Alin Constantin - MSFT
- In Visual Studio 2005, When I... File > Source Control > Open from source control ...an extra folder is created. So, for instance, if I get a project that lives in $/cSharp/MyProject, the code ends up in C:\ cSharp \ MyProject \ MyProject . I have my solution file in c:\cSharp\MyProject (I think this may be contributing ) These thread seems to be discussing about the same issue, but I
-
- Changing the values of Rough Order of Magnitude
by Alex Oliver Campbell
- 2 Replies
- Last post
by Alex Oliver Campbell
- I am looking to change the values that are available in the Rough Order of Magnitude list to something more useful for tracking purposes than 0, 1, 2, 3. Is it possible to change this in only one place Will the scenarios.xls file pick up the change Thanks.
-
- Unable to see the "Add New Diagram"
by Vind
- 4 Replies
- Last post
by TobyKraft
- Hi,
I wanted to create the New Database Diagram using Sql Server 2005, but unable to see the option "Add New Diagram"..What could be the reason and how can I make it visible and use that.
Regards,
Vind
-
- Structure
by AndyJ_PS
- 2 Replies
- Last post
by AndyJ_PS
- Over the last few weeks I've been reading up and playing with TFS getting ready for shifting our development team off VSS and on to TFS.
I've battled with getting TFS installed, figured out which process template to go for, given the Project 2007 integration a poke and all that jazz and I'm very impressed.
The last decision I'm left with now is the structure for the code. I've got structure
-
- Custom targets don't work :(
by SirMike
- 8 Replies
- Last post
by SirMike
- I'm trying to add a custom target to the team build (class library) by adding: <Target Name="BeforeDropBuild"> <Message Text="Copying files" Importance="low" /> <Copy SourceFiles="$(TargetPath)" DestinationFolder="\\server\assembly" ContinueOnError="false" /> </Target> but this target does not even start I t
-
- Process Hook Failed
by SatishM
- 7 Replies
- Last post
by RedEye1
- I am trying to run the VS 2005 Team Suite Profiler on our WPF app but I can't get it to start. I tried using both the IDE and the command line tools but I get a "Process Hook Failed" error. This also happens with the sample app after following instructions at http://msdn2.microsoft.com/en-us/library/ms182398(VS.80).aspx so I am thinking it's not specific to our app.
In the Output window of VS,
-
- help for ssarc.exe
by Bob houghtby
- 2 Replies
- Last post
by Bob houghtby
- I really need an example working syntax for the ssarc.exe using the -d -x option against projects in a VSS DB. I cannot do it at the root level because I get "cannot delete at root". I cannot seem to get it to work at the project level.
Please help.
-
- Error Exporting to Excel
by Wil Burton
- 3 Replies
- Last post
by Lisa Nicholls
- I have a report with a sub-report that is a matrix control. I get an error when exporting to excel:
An error occurred during local report processing.
An error occurred during rendering of the report.
An error occurred during rendering of the report.
Operation is not valid due to the current state of the object
Anyone familiar with this There isn't much information to go on.
-
- Unit Testing data.coverage access error
by michael.e.obrien
- 2 Replies
- Last post
by michael.e.obrien
- I'm having an issue with our Team Build, and I'm hoping someone can offer some advise.
When a build is run, I get this error:
MSBUILD : warning : Test Run Error.
MSBUILD : warning : PublishRun: The process cannot access the file 'C:\Build\ProjectName\TestResults\ProjectName _2007-03-16 13_59_06_\In\BUILDMACHINE\data.coverage' because it is being used by another process.
There seems to
-
- Team Foundation Server MSSCCI Provider
by datahook
- 1 Replies
- Last post
by Michal Malecki - MSFT
- How do you get back to the nice screen where you can see Work Items and run Queries and see the "team explorer" in vs6. Once you have source control working, I always get the dummied down VSS type screen, for Check-ins, etc.
-
- Integrating Leagacy Asp and Asp.Net(Framework 1.1) applications into VSS 2005
by Srinudotnet
- 3 Replies
- Last post
by Richard Berg MSFT
- Hi,
I have a web application which uses both Legacy(Asp) website and Asp.Net(Framework 1.1) web application, both were using VSS 6.0. Currntly we are requested to define best VSS strucure by integrating both Legasy & Asp.Net applications under VSS 2005, nothing but upgrading from VSS 6.0 to VSS 2005.
My request is to, are there any best practices for define some best VSS structure in VS
-
- vjc error
by DavidThi808
- 3 Replies
- Last post
by Gaurav Seth
- Hi;
Ok, while building my solution using nant vjc is throwing an exception. I told it to debug in VS 2005 and the error is at malloc.c:
void * __cdecl _malloc_base (size_t size)
{
void *res = NULL;
// validate size
if (size <= _HEAP_MAXREQ) {
for (;;) {
// allocate memory block
res = _heap_alloc(size);
where size = 0.
It throws the exception deep un
-
- Warewhouse not processing automaticly (again)
by Retro
- 1 Replies
- Last post
by Retro
- Hello~~
I know that there were many threads about this issue, but I can't find an answer to my issue there.
I was moving TFS from one machine to another.
Everything works fine except the warehouse.
It's not processing automaticly, but it works fine when i process it manualy.
My question is, why And where can i find some info cuz the application logs on the TFS show nothing.
-
- Visual Studio 2005 Solution problem
by DirectXpert
- 6 Replies
- Last post
by DirectXpert
- Hi,
When I create a new project in Visual Studio 2005 the solution file is not shown in solution explorer only the project is shown. I dont know what is the problem. Infact the solution file is present in the directory but it is not visible in the solution explorer.let me know is it a bug in VS 2005 or some other problem.
thanks and regards.
-
- no source code available - show disassembly
by pras38
- 3 Replies
- Last post
by JimGries - MSFT
- During debugging, whenever there is a function call from an other package/project i get the dialog box showing "no source code available- show disassembly code ". Now this is expected. But I think there is an option to make VC++ look into other directories for the source files, but am not sure how to enable that option.
-
- Data not getting updated in the Database while testing through webtest
by satya8967
- 13 Replies
- Last post
by Yutong MSFT
- hi,
I am new to VSTS web test. I recorded one test case through VSTS web test. The test case is for creating one account. While executing the test case it is not entering any information to the database. In a way it is not creating any account.
Is this the behaviour of VSTS or i am missing any thing
Please help.
satya
-
- Plz help newbie with "Cross-thread operation not valid" error
by Santor
- 1 Replies
- Last post
by Azeem Khan - MSFT
- I copied and modified a Filewatcher program from the web and it works fine but I get this error...
"Cross-thread operation not valid: Control 'lstEvents' accessed from a thread other than the thread it was created on."
I've spent hours researching and trying to fix this but I just dont know enough yet to get it.
I've read its as simple as setting the filesystemwatcher Synchroniz
-
- Differences between MPF and GAT
by Benjy
- 2 Replies
- Last post
by Benjy
- Hi, Is there any article explaining the differences /comparative advantages of Managed Package Framework and GAT Im starting down the automation route and have written a couple of simple add-ins and am keen to take this one step further so i was wondering if i should go down the package route or GAT.
Thanks
Benjy
-
- VS IDE crashes when debugging in managed or mixed mode
by Appel
- 8 Replies
- Last post
by Automater
- I have a c++ project that uses a .NET 1.1 assembly as a com object. It is loaded with CoCreateInstance. If I debug in native mode it looks like everything works okey, in managed mode the application crashes with no errors or anything, and in mixed mode Visual Studio crashes. Something that looks somewhat suspisous to me is that it looks like .NET framework 2.0 assemblies and debug symbols are loa
-
- No project templates available
by Thomas Hirte
- 2 Replies
- Last post
by Thomas Hirte
- Hi,
since I installed the database role for the VS 2005 Teamsuite I have a problem with the templates. I have no Templates for VB or C# only for C++ and I can't create new project because the templates are missing.
I did a lot of reinstallations but nothing works. I also copied the the templates by hand and that didn't work too.
Could somebody give me a soloution to get thi
-
- Catastrophic Failu Visual Studio Crashing like crazy!!! WHAT IS GOING ON!!!
by SelArom
- 14 Replies
- Last post
by SelArom
- I reinstalled my whole damn operating system thinking that I had broken visual studio somehow... it turns out that was a collosal waste of time... I have a fresh clean windows xp pro sp2 install, and a clean Visual Studio Professional...
and whenever I add a dataset to a project, and right-click the designer and hit "View Code", I get this horrifying error:
Failed to view the vali
-
- What is Crystal Report.............
by Nuwan
- 2 Replies
- Last post
by Flinky
- I want to genarate reports as outputs in my project. I have heard something about Cristal Reports, but I don't have clear idea about what it is and how it works.
Can any one help me to genarate Cristal Reports using SQL Server with sample code
Thak You..............
-
- Composite Tasks.
by Julio C&#38;&#
- 3 Replies
- Last post
by Steve St.Jean
- I'm writing a new task for MSBuild and I would like to know if it is a good idea to instantiate and use other tasks inside the Execute() method of another
Apart from setting the Log and BuildEngine properties is there anything else I should do before calling Execute() in the inner tasks
Thanks.
-
- How do I install an MSI to a remote Web Server...
by essedbl
- 3 Replies
- Last post
by essedbl
- So I have created a Build, using TFS/MSBuild. I build my web site as usual, then I use an <Exec> command in the build file (TFSBuild.proj) to build a setup project, which outputs an MSI file. Now, I would like to use another <Exec> command to install the MSI on a remote Web Server...
But I cannot figure out how the heck to install an MSI remotely using the Command Line. If I cou
-
- Changing Data On Object Bound Reports
by MadGerbil
- 0 Replies
- Last post
by MadGerbil
- I've got a report bound to an object datasource. The property on the object can be a 0,1, or 2 which is the result of an enumeration for Faculty, Staff, Student. The value is stored in the database as an integer and in the object as an enumeration.
Now then, when I drop a list of people into a table I get the following:
Name TypeOfPerson
--------------------------------------
B