Maigo's Q&A profile
Visual Studio Team System InstallationError 32000: in SetupWarehouse.exe (Team Foundation App-Data Tier Beta 2 Setup)
Hello All, After a lot of installation problems installing Foundation Server I cleaned the Windows 2003 Server Standard Edition and started, allmost desparate, all over again. I checked everything and even started reading the installationmanual. I checked the User (TFSSETUP and TFSSERVICE are local Administrators) and all the services (Analysis Server, Report Server, SQL Server, SQL Server Agentand Sharepoint) and started the installation Eveything seemed to be fine for a while. Then, almost at the end of the installation, the following Exception occurred: Message on the Screen: Error 32000. The commandline "C:\Program File ...Show All
Visual C++ How to convert CLR project to ActiveX
I've got a Windows Forms Application. I want to convert it to ActiveX. Is it possible How noppo wrote: Errr... How exactly should I do it Here are some articles :- http://www.codeproject.com/managedcpp/mfcdialogwinforms.asp http://msdn2.microsoft.com/en-us/library/ahdd1h97.aspx ...Show All
.NET Development Working with Web Services in Visual Studio 2005
H i all, I'm new to ASP.NET and web services. I'm able to create a web service successfully.And i tried to add it as a web referrence to another ASP.NET application.The Add Web Referrence dialog window displays my web service,but when i clicked the link to add it,i got this error: "Server cannot access application directory 'C:\WebSites\MyWebService\'. The directory does not exist or is not accessible because of security settings." If anyone knows how to solve this ,plz help. I've also this problem but there is asp.net version 2.0.50727 ...Show All
Visual Studio 2008 (Pre-release) when will the next ctp released
hi , i am wondering when will the next cet releasd, the last onw was in feb 2006 its been a long time. r u guys planning to release one this month. prasanth Duplicate: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=379462&SiteID=1 ...Show All
SQL Server Beginner Q: Pocket PC access to SQL Server 2005
Hi, I am a total beginner to Pocket PC, and a 2-month beginner to SQL Server 2005 and Visual Studio 2005. I made a database Pillbox.mdf, and wrote a Windows Forms program to access it. It's really easy. I just added a Data Source, chose tables and Stored Procedures, and dragged them onto my forms. It automatically created adapter classes and a DataGrid for me. Next, I wanted to do the same thing for Pocket PC. I did the same drag and drop thing, and was happy to see the empty DataGrid in the emulator (design-time) form. From here on, trouble. When I ran it, it said it could not connect. So some questions: 1) Does my connection ...Show All
SQL Server creating a database
OK, I have downloaded and installed 2005 express. All I want to do now is create a new database. I do not see where to do that. All that was installed was the SQL Server Configuration Manager and the Surface Area configuration. Am I missing something. I guess I am looking for something similar to Enterprise Manager. Where is it You should be able to install SSMSE on top of your current installation without uninstalling SQL Express. wrt Advanced Services, you should be able to install it to a different instance. Haven't tried though. Cheers. ...Show All
SQL Server console apps only work if user is SA
Hi When I try to use a user other then SA my console apps don't work. I can run the Stored Procedures used in console application from Query analyser when logged in with the username/password that I'm attempting to use for the console applications. Under Users in Enterprise Manager Database access is 'permit' for my user. By the way my web application which uses the same user name and password as in console applications is working . I also have dts packages running using dtsexec accessing the database with the same user name and password and they work fine. MDAC 2.8 SP2 on windows server 2003 spi C:\Program Files\Microsoft SQL Serve ...Show All
Visual Studio Team System Custom project template error
We have tried TFS for a while and really like it. We however felt the need to customize the project template. I started a copy of the MSF for Agile Software Development template downloaded from TFS. But everytime I try to upload a custom copy back it results in the same error. So I decided to minimize the change to just the title. Everything else remains as in the downloaded template. When I upload it back to the same TFS server, I again get the very same error. Here's the part of the error log. It seems to indicate something about Sharepoint. Can anyone make sense of it 2006-03-06 13:50:43Z | Module: Engine | Thread: 13 | Running Task &q ...Show All
.NET Development read a file at the same it is being written - Question
Hi, I am trying to access a log file on a network computer to read the contents but another process writes the file at the same time I try to read it and as a result I get following System.IO.IOException "The process cannot access the file " \\servername\sharedfolder\somefile.txt " because it is being used by another process" How do I read the file at the same time it is being written by another process I only need to read the last line of the file Heres the code string fname = @"" \\servername\sharedfolder\somefile.txt " ; try { FileStream fs = new FileStream(fname,FileMode.Open,FileAccess.Read ); StreamReader sr = new StreamReader(fs) ...Show All
.NET Development Problem with XmlSerializer and type not expected exceptions
I've been working with the XmlSerialization framework for some time now and have managed to work out every problem with unknown types, etc., that I've come across. At the moment I basically pass an array of additional types the serializer should be aware of during initialization, which seems to be working fine. Recently I've been trying to implement a plugin framework for our application and have put everything in place to be able to make those types from the external assembly known to the serializer and I have verified that the serializer does in fact generate all the code neccessary to de/serialize the objects (I verified by looking at the ...Show All
Visual Basic Display a list of files being copied during the copy process.
Im using the My.Computer.FileSystem.CopyFolder object to copy the contents of a folder on a CD-ROM to a folder on the harddrive. Is there anyway to have a label on my form that changes with each file being read. All my code is atm is this: My .Computer.FileSystem.CopyDirectory(UpgradeProgPath.Text, CurProgPath.Text, True ) Just a simple label that says "Copying: filename.ext" IE: Copying update.exe And have it change for each file in the folder being copied. Is it possible to do this at all Or is there a better way to do it than the My .Computer.FileSystem.CopyDirectory method I use using Synchro in .net 2003 but i'm trying ...Show All
Software Development for Windows Vista How to make a StateMachine which show the terminal user to see the status of Squence workflow
In my case, the second step is from a main table to entry a sub table, however, the main table page does not close. The system can keep this page and reentry into sub table by different option. (It means that, my workflow can go back last state). I think the we should use StateWorkflow to achieve the functionality. However, there a problem. I wish the follow a simple order processing which always from main table to entry the sub table, to show the contain to terminal user.(It's just a simple sequence workflow). How can I achieve the interface layout The scenario is that there are three pages(A,B,C) makes workflow A->B->C (a simp ...Show All
Visual Studio Team System Default implementation language for distributed system designers
Is there any option to change the default implementation language for the distributed system designers Related question: will supoport for C++/CLI implementation be included in RTM Hi Carl, Visual Basic is the default if all languages are installed. In you uninstalled VB, Visual C# would become the default language. Unfortunately, C++ support will not be enabled. This was something we wanted to enable, but were not able to in the time available. Another option for creating a C#-based app is to make an application prototype with the correct language and add it to the Toolbox. To do this for an ASP.NET Web Application, you would d ...Show All
Visual C# Generics & Type Casting
I'm trying to write a generic method to sort 2-dimensional arrays. I'm converting each row in the array to a delimited string, which I then add to an ArrayList and then use the ArrayList.Sort() method. The problem I'm having is in then casting the objects in the sorted ArrayList back to the original type. This is the code: Type type = typeof(T); sortedArray[rowIndex, columnIndex] = (type) delimitedFields[columnIndex]; I'm getting this error: The type or namespace name 'type' could not be found (are you missing a using directive or an assembly reference ) I can't work out what I'm missing. I have the following using ...Show All
Visual Studio Express Editions visual basic 2005 express Build a program now not displaying
while attempting to run "MyFirstWindowsApplication" from the "Build a program now" book, the program seems to run and end very quickly(screen flickers once and returns to the IDE screen) I just installed VB2005 express on my XP system and was wondering if I need to change something in Windows XP home to see the VB program Thanks for your suggestion. I've already done that "start without debug" thing and it works for the console aplication, BUT not with the First Windows application. in fact the Windows App. acts like the Console App. does when it's run with debug ...Show All
