-
- Debug Differences for asp.net
by pmcgouir
- 3 Replies
- Last post
by ketax
- I have a page with a wrapped com object. The page loads fine when I debug or preview in the browser.
As soon as I deploy the page, however, I instantly get an out of memory exception:
Retrieving the COM class factory for component with CLSID {29131539-2EED-1069-BF5D-00DD011186B7} failed due to the following error: 8007000e.
Why does this not show up when I am debugging
-
- Installing VB 6.0 on Vista?
by Wizzykin
- 3 Replies
- Last post
by RobDog888
- I've got my Visual Basic 6.0 Disc, as well as my Visual Studio 6.0 msdn Library Disc, and I'm wondering how I install them on Vista. I put it in, and get a compatibility warning, so I want to see what I have to do before I actually try to install it. Can I just ignore the warning, or is there something I need to do first to install it properly I don't want to screw things up on my computer by just
-
- Folders not showing up in sharepoint
by Anonymous_writer
- 3 Replies
- Last post
by Francis Cheung
- All,
I have updated our CMMI process and some of the folders are not being created. I can not see those folders within sharepoint but I could see them from team Explorer. Any idea why
Here is the XMl file (part of it).
The folders under Supporting Files/... are not being created.
<taskXml>
<Portal>
<site template="VSTS_MSF_CMMI" l
-
- Can't see Windows Media Player Plug In Wizard
by navinkaus
- 3 Replies
- Last post
by Craig Skibo - MSFT
- Hi,
I have installed the Visual Studio 2005 and I can't see the Windows Media Player Plug-in Wizard under VC++ . Any idea why it is not showing Windows Media Player Plug In template
Thanks,
Navin
-
- Dynamic Parameter setting of Crystal Reports Using ASP.net
by Sandyee
- 1 Replies
- Last post
by captJackSparrow
- Hi everyone,
Ihave a problem in crystal report .i hv 5 to 6 subreports in Main report.and i adjust their height and width.and some time one of the subreport do not show any result and due to that reason their is gap between subreports.i try to access the crystal report objects programmicaticlly and i succeed in accessing the normal objects like Text Box through this line of code. crp.Report
-
- Adding tigris
by DavidThi808
- 5 Replies
- Last post
by DavidThi808
- Hi;
To add the tigris tasks it says to add: < Import Project = " $(MSBuildExtensionsPath)\MSBuildCommunityTasks\MSBuild.Community.Tasks.Targets " />
Where do I add this I assumed it was a MSBuild task but it's not listed in http://msdn2.microsoft.com/en-us/library/7z253716.aspx so I assume it goes somewhere else. Does anyone know where
thanks - dave
-
- Check-in policy and code analysis
by Claudio Lassala
- 10 Replies
- Last post
by Claudio Lassala
- Hi all,
I have a solution here where we've added code analysis as a check in policy.
In this solution, we have a few projects that have different requirements for code analysis (for instance, on the projects with unit tests we disable some of the rules for analysis). When I try to check in some code and look at the "Policy Warnings", I get one that says "Project XXX ru
-
- Problems: Deploy DSL in the Same Machine
by Rruna
- 7 Replies
- Last post
by Rruna
- Hi, I'm in the middle of crisis right now. I'm now at the stage to deploy my DSL project. So I found the walkthrough in MSDN for deploying DSL, and tried to implement it with new simple DSL just like it said. I did exactly as it wrote there, it was going well until I read about this installation on the same machine. After I debug my DSLSetup project, I un-install the dll of my DeploymentTest in t
-
- Controlling a debugger option programmatically
by SFish
- 2 Replies
- Last post
by SFish
- I'm debugging a VSTO-based plug-in for Outlook. There is a debugger option, "Enable property evaluation and other implicit function calls" which, when enabled can cause the debugger to hang. It's understandable: the debugger is trying to make a call into a COM object to in order evaluate the property and that call is deadlocking. The VSTO stubs should probably have some attribute on them
-
- Problems testing unmanaged C++ VS2005
by roniburd
- 3 Replies
- Last post
by dhopton MSFT
- Hi, My current setup looks something like this: ProjectA (.exe unmanaged C++) UnitTest.dll (to test ProjectA) The unit test is set with /clr and have a dependency to ProjectA. The projects seem to compile fine, but when I run a test I get the following message: Error: System.IO.FileNotFoundException: The specified module could not be found. (Exception from HRESULT: 0x8007007E) When I debug the
-
- Local Symbol
by NewPhoenixStudent
- 14 Replies
- Last post
by Andy Ayers - MSFT
- Hi, I¡¯m generating MSIL code and I want to create a local variable in my method to store a new object. For this I put the follow code
Code Snippet
Phx.Symbols.LocalVariableSymbol objSymbol =
Phx.Symbols.LocalVariableSymbol.New(functionUnit.SymbolTable, 0, Phx.Name.New(
functionUnit.Lifetime, "b"), classType , Phx.Symbols.StorageClass.Auto); Unfortunately, this
-
- Display Data In Column wise
by jobin thomas
- 1 Replies
- Last post
by Samee Qayum
- I want to display in following manner.i tried a lot but i can't achieve it.
My Crieteria:
I Used to Develop an attendence Register for employees.Each Employees have Multiple Login and Logout.
Nw My Issue is I want to Group Each Employees with having his own IN and Out on a particular day he Present.And at the same time since each employees having several login and logout for a particular
-
- Automatic Check-out stopped working
by AaronLST
- 14 Replies
- Last post
by AaronLST
- Automatic check-out on-edit no longer occurs in VS 2005. This has happened on several of our workstations. Under Tools->Options->Source Control: Environment: All boxes are cleared and On Edit is "Check out automatically" I have compare files by checksum set under Plug-in Settings -> Advanced.
-
- Assembly References...Prefer Not to Branch All Of Our Code
by Joel Marcey
- 5 Replies
- Last post
by Alin Constantin - MSFT
- Hello
We have our app in source control (SourceSafe). My teammate is still maintaining the VS2005/Office 2003 version of the code until Office 2007 is officially rolled out in our corporation. But, I am having to make changes required to the code base for the Office 2007. Now, I can handle the in-code changes by using conditional compilation, etc. However, how can my teammate and I remain o
-
- What three improvements would you suggest for DBPro setup process?
by Israel.Bri
- 5 Replies
- Last post
by Gert Drapers - MSFT
- 1. Data Generation: To allow for "Test Data AS IS" to be Checked-In, Checked-Out, Shelved and Deployed- similar to Data Generation plans.
Thanks,
-
- Breakpoint will not currently be hit. No symbols loaded for this document.
by silentC
- 14 Replies
- Last post
by Duncan Faulkner
- I have been 'developing' with Visual Studio 2005 for about 3 weeks now - primarily .NET class libraries developed with VB. I am coming from VB6, although I did a lot of development with Visual C++ several years ago, so I am still trying to come to terms with the debugger. I have read many threads posted by people who are having a problem with breakpoints, specifically with the message in the subje
-
- MSBuild and Web Applications
by Soxiz
- 7 Replies
- Last post
by Sayed Ibrahim Hashimi
- Hello I am in the process of setting up a build server (CruiseControl.Net) a would like to use MSBuild to build my projects. When MSBuild build a Web Application it don't create a _PublishedWebsites unless your OutDir is different from the default. After using a few hours on this i found out that MSBuild use the following target file: Microsoft.WebApplication.targets. I Changed the .target file s
-
- Limiting "SolutionPickerEditor" to select only Folders
by Chigurala
- 2 Replies
- Last post
by Chigurala
- Hi,
I am using the solutionfolder to create some thing like below
I want user to able to select only folders. Is this possible
< Argument Name = " my Folder " Type = " EnvDTE.ProjectItem, EnvDTE " >
< Converter Type = " Microsoft.Practices.RecipeFramework.Library.Converters.ProjectItemConverter, Microsoft.Practices.RecipeFramework.Lib
-
- use msbuild.exe to build part of projects under the same solution
by msbuild
- 4 Replies
- Last post
by DanMoseley - MSFT
- i need to build projects under the same solution. however, msbuild.exe does not support setup project and report project. what i am trying to do is to specify which project needs to be built and which one should be ingored. I guess this should be be configure in xml file, eg. *.build
but how to achieve this
thanks
-
- Dates in CRW 4.0
by Poy
- 2 Replies
- Last post
by Poy
- Hi,
I am currently using CRW 4.0
I would like to find out information on how to tell the report what day it is today - and for example calculate 'x' days prior to ¡®today¡¯ date.
i want text boxes finding n andout what range range they fall i display the correct words.
eg: if transaction is made 8 days prior to todays date,
-
- Task "WITs" from Group "WorkItemTracking" failed
by nono92_b
- 6 Replies
- Last post
by DC_J
- Hi,
I have suddenly met the following error when I try to create a new team project on a B3R team foundation server : (Single server, Active Directory)
TF30162: Task "WITs" from Group "WorkItemTracking" failed Exception Type: Microsoft.TeamFoundation.Client.PcwException Exception Message: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.N
-
- Using Areas to create work item hierarchy
by Mads Torp Jacobsen
- 2 Replies
- Last post
by Mohammad Iqubal - MSFT
- To create a kind of work item hierarchy we have thought of using the Area (Are path) Field.
The following example illustrates what we want to accomplish:
We have the following 7 work items. A feature is divided into a number of stories that are divided into a number of tasks.
Feature 1 - Story 1.1 - Task 1.1.1 - Task 1.1.2 - Story 1.2 - Task 1.2.1 - Task 1.2.2 For each work item a a
-
- Automatic Branching on work item change event
by Djewst
- 6 Replies
- Last post
by Abhishek Joshi India
- I would like to create an extra property for a Work Item "Environment" which I will use to indicate a target branch for which the Work Item is used.
I have managed to add this property. However now I would like to initiate a merge event when the "Environment" property of the Work Item is changed that merges the source changes under that Work Item to the target branch.
Cou
-
- How do I modify Code Analysis settings for Web Projects?
by Sri17
- 1 Replies
- Last post
by JLesch
- I would like to turn of and on the ules directly in project file of Website. But i could not locate the file. We have option to set the rules in .cs (project file ) of windows applications. But as per ur posting, in website all the rules will be saved in user file for website. Pease let me know ehere can i find the user file so that i can distribute the file among my team and they can have common
-
- where to add scaripts for Linkserver in DB professional?
by daijun
- 11 Replies
- Last post
by Gweedar
- Hi all:
i have one statement in my procedure