emates's Q&A profile
Visual Studio Tools for Office [sharepoint] alter template single page to multipage
I made a single page site in sharepoint, can I alter the template so it becomes a multipage or create a multipage en import the single page Hi there: I've moved your question to the Sharepoint.portalserver.developement site, as your question is non-VSTO related and out of our domain knowledge. http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.sharepoint.portalserver.development&lang=en&cr=US Thanks! Mike Hernandez Community Program Manager VSTO Team ...Show All
Visual C++ Error C3767
I've read through all I can find on C3767, and I can't figure out why I keep getting it. The error refers to a compliance issue with the c++ standard and injected friend function names into the containing namespace. But in my situation the compiler is complaining about a static function on a value class, not a friend function. My error seems very similar to the one posted back in February in this forum: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=288491&SiteId=1 It appears that OP never received a complete response, the thread seems to have died. In my case I have a value class that looks like this, defined in a public header f ...Show All
Visual C++ Simple dialog based app not working
I'm thinking about moving from Visual Studio 6 to VS 2005. I've installed VS 2005 Beta 2. I've created a simple dialog based app, added a edit control with a variable, and added OnBnClickedOk function. In the OnBnClickedOk function I added the following code: void CTestAppDlg::OnBnClickedOk() { UpdateData( TRUE ); AfxMessageBox( m_strMessText ); //OnOK(); } When I run the app the message box is empty. Any ideas what I'm doing wrong Thanks for the help, Brian I have just tried it on July CTP and it added this text. I guess, I am not sure wh ...Show All
SQL Server Copying database using "Copy Database"
I am struggling with the "Copy Database Wizard" in SQL Server 2005. I am used to working with DTS to copy data from one server to another, but with the new tools, I am having serious problems (in fact, it's unusable) 1. When copying a database using the "SQL Management Object" method, I always get errors concerning logins. If I select not to copy logins, I get errors "sp_grantdbaccess failed". If I do select to copy logins, the logins can't be created because the machine names are different (one the source machine, the login is called MACHINE1/mylogin, but on the destination machine, such a login cannot be created) 2. For small databas ...Show All
Visual Studio Team System Problem : RC installation - no Internet available
Hi all ! I was about to install the new TFS RC on our site, when I realized that, since it's a closed development site, I won't have any internet connection available. this means I have to first download all the necessary updates from the Microsoft update site. I couldn't find anywhere a list of specific updates that must be installed. how would handle such an issue where can i get this list thanks, guy Guy, The question is a little tricky. If you have everything pre-installed from Beta3 then the list should be as follows: - Team Foundation RC ISO. - Print out upgra ...Show All
Visual Studio Team System Release date for TFS MSSCCI provider?
Do you have a release date for the next version of the TFS MSSCCI provider that will support SQL Management Studio It is a shame that we have to keep Visual Source Safe around for SSMS when we use TFS for Visual Studio. Thanks. ...Show All
Visual Studio Team System Getting sharepoint back after Beta 3R migration
OK, I've got Beta 3 Refresh up and running, but the sharepoint sites didn't take kindly to the database migration (apparently). When I try to open a project site, I get an error message: The virtual server that is referenced here is not in the config database. So, presumably something is amiss in the shareport configuration. So far though, I'm having a hard time finding my way through the Sharepoint configuration site. So - Which virtual server is referenced here Exactly which options in the WSS config screens would I use to find it/configure it In the WSS config screens, I see the following virtual servers: Default Web Site&nb ...Show All
Visual Studio um...
Am I the only one with a copy of each Crystal Report I have ever run stored in my C:\Documents and Settings\[username]\Local Settings\Temp directory I currently have 394 .rpt files with GUIDs in the name that total about 20MB. It looks like that will grow forever. What a handy feature that is! Web applications create these temp files when running crystal reports, it normally deletes them after execution. You may not have the asp.net process having the correct access to that directory. If you do, try downloading the latest hotfixes from Business Objects website ...Show All
Visual Studio can not uninstall VS 2005 Pro (retail version)
Hi ... I tried to uninstall my retail version of VS 2005 Pro and it gave me the following error: Setup is unable to determine a valid ordering for the installation. See the error log for further details. i have have tried this tool --> http://go.microsoft.com/fwlink/ LinkId=47598 but to no luck. i have also tried using un advanced uninstalled and it did not help. I hope someone can help since i am desperate to uninstall it so that i can install it on a bigger hard drive. Cheers Al Don't just put the CD in the drive. Actually run setup.exe from the drive and launch the ...Show All
.NET Development list of files from another web server?
Hi. I was wondering if there is a way to retrieve a list of files given a specific url from another web server I know I could use the FTP classes in .NET 2.0 but this is for .NET 1.1. I also know I could have used the http web request classes however that will not work. I get a 501 error (Not implemented error) the running server will have .NET 1.1 but as for the files, such as images etc... it will be stored on another server somewhere else, not running .NET unfortunatly. Thanks! Hi! There isn't a direct way of doing this, but one interesting way could be to write a webservice that you r ...Show All
Visual Studio Team System Not able to run performance tests
I am running the August CTP and I receive the following error whenever I try to run performance tests against an ASP.NET application: "The web site could not be configured correctly; getting ASP.NET process information failed. Requesting 'http://localhost/EffortTrackingWeb/VSEnterpriseHelper.axd' returned an error: The remote server returned an error: (500) Internal Server Error." I'm running on WinXP SP2 with IIS 5.1. The website works when I am not running a performance test. The error occurs when trying either sampling or instrumentation, .NET objects or not. The output window contains the following error: PRF0017: Can't launch server for ...Show All
Windows Forms Textbox
Hi, I'm new to .NET framework. In the past I've used Borland and trying to learn visual c++.NET is a challenge. I'm not familar with MFC, so I'm diving straight into .NET. I have not found any good beginner/intermediate books. Anyway, I'm trying to convert an entry into a Textbox (Textbox1->Text) to an int and want a simple way to check and see ...Show All
Visual Studio Tools for Office Word automation from a Web Service
With current (i.e. pre Word 2007) versions of MSWord, there are problems attempting to use WORD automation on an unattended server. The main ones are: WORD is not thread safe. Trying to start more than one instance can crash you. This results in very limited throughput if you are trying to do higher volume WORD can open "pop-up" error dialogues at any time, effectively hanging the app until some form of intervention occurs. Microsoft strongly recommends that you not implement server based automation. Thats great, except in many cases there is no other way to do what you need to do! So my question is whether Word 2007 ...Show All
Visual Studio Team System ToolBox Bug after Installation
I have installed VS 2005 Team System on my machine and when I start up a new web site my toolbox is empty and if I choose show all by right clicking on the toolbox area all tabs are shown but all tools are greyed out (inactive). I have tried uninstalling and reinstalling to no avail. Can anyone help Hi, did you have any previous versions of Visual Studio 2005 on your systems, this can cause problems. Then read this: http://lab.msdn.microsoft.com/vs2005/uninstall/ ...Show All
Visual Studio Team System Error TF30207 Creating Project
I'm getting a TF30207 error when I try to create a new project. I was able to create a new project with no problems last week, but now I get this error every time I create a new project. I didn't make any changes to the server, but Windows Update did apply some updates recently. I'm running TFX Beta 3 refresh. Here are the log file enties: 11/11/2005 11:24:40 PM | Module: ELeadServiceMediator | Team Foundation Server proxy retrieved | Completion time: 1.50486 seconds 11/11/2005 11:24:40 PM | Module: ELeadServiceMediator | The template information for Team Foundation Server "vsts.claritycon.com" was retrieved from the Team Foundat ...Show All
