ktegels's Q&A profile
Visual Studio Team System Security Issue when installing Sharepoint Services for TFS
Hi All, I get a security error when trying to view the below web page: When the installation is complete, a Web browser window opens and displays the Configure Administrative Virtual Server page. After confirming that the page appears, close the browser window without making any changes. I was using the TFSInstall_V51020 with TFS beta 3 refresh. Any ideas Thanks for any help Bob Hanson . Do you get this during the installation of TFS or the installation of SharePoint prior to installing TFS What is the URL of the page with the error Buck ...Show All
Visual Studio 2008 (Pre-release) SomeOtherLINQ
Hello everybody, I am wondering if it will be made possible to develop other version of LINQ, using data sources other than SQL or XML. I mean, are there any plans for making appropriate APIs public Tom Jastrzebski For what it's worth, my read of extension methods is that they're merely constructed as one would methods in Python. The 'this' modifier in the first parameter merely says: "This is an extension method, give me an ExtensionMethodAttribute". That's all -- nothing more. It's only when the compiler comes along and sees foo.BarExtension(t) that anything happens: 1. If Foo defines Bar ...Show All
.NET Development Class Library Reference for 2.0
Where is the .NET Framework 2.0 class library reference in the online version of MSDN Library Thanks PS: I don't want to install any 2.0 SDK yet. I just want to check out any potential incompatibilities for my existing app. Hi, here is the reference: http://msdn2.microsoft.com/en-us/library/default.aspx ...Show All
Visual Basic Console textbox
What is the best way to make a textbox behave like a console (command prompt) I have a System.IO.StringWriter that gets text appended to it. I can display the output of this in a textbox but the string grows bigger and bigger (i don't care about old stuff just a couple screens of the recent stuff) and anytime the textbox changes it is scrolled to the top, not at the bottom where the new text is located. This is what I have now but it's terrible: Private Sub ConsoleRefreshTimer_Tick( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ConsoleRefreshTimer.Tick If ab.ToString.Length > 6000 Then 'i ...Show All
Smart Device Development minimize by code ?
Hi, how can i minimze a form by code. i still want my form to be on the 'running programs' list. 10X, Just for closure, this thread is answered here . ...Show All
.NET Development .NET1.1 ILMerge.exe tool doesn`t keep ReflectionPermissionAttribute
Hello all, first of all, sorry for my english. As to my question, I`m having troubles with ILMerge utility (my .NET Framework is v1.1.4322) which I use to create a single SharePoint WebPart assembly from two separate assemblies: ProjectDescWebPart.dll - WebPart assembly BAUtil.dll - my general purpose library of auxiliary components which I use everywhere in my projects and which i do need to use in ProjectDescWebPart.dll too. In order to create WebPart deployable .cab package I need to make a single assembly from them ( ProjectDescWebPartPkg.dll ) which I would be later able to declare in the WebPart manifest file (unfortunat ...Show All
Visual C++ HELP with Extended MAPI, doesn't send mails
Hy, i have the following problem that I am writting a small Win 32 Console Client which should send auto generated messages through extended mapi. The problem is that the messages are not sent and when I open Microsoft Outlook the messages are in the Outbox folder ... perhabs someone can tell me what I did wrong. Code: #include "MAPIXController.h" typedef HRESULT (STDAPICALLTYPE HRQUERYALLROWS)(LPMAPITABLE lpTable,   ...Show All
Visual Basic attempt to open results in error message saying "A connection with the server could not be established".
I am trying to open a new Asp.Net application using Visual Studio.Net 2003 on my stand alone home machine. I am opening it in HTTP://localhost/webnewapp . Each attempt to open results in an error message saying "A connection with the server could not be established". I am using Windows XP SP 2, IE 6.0 ASP.net version 1.1.4322. Have run aspnet_regiis.exe with the -i switch, the -enable switch, the -ir switch and the -r switch. Have checked the application mappings in the configuration of IIS and they all point to the v1.1.4322 directory. IIS is running. VS 6.0 Interdev project can be established ...Show All
Visual Basic Searching in Sharepoint using VB.NET
After a lengthy search of the KB and forums I have not come up with the answer for this problem. We have a Sharepoint Portal installation as well as WSS (both 2003 SP2). I have a VB.NET app that is a wizard that generates an xml data file for use with Infopath after it has been filed, but before I start the wizard I need to see if the document (this is a document control process app) already is filed as being changed. I want to be able to recreate the basics of the WSS search in that particular folder. If I go to my WSS site and then go to the list I can search that list for an tem like - ThermalChart1. I get back a list showing that the ...Show All
SQL Server how to colum the page?
Good day! can any one help me how to colum the page example i have three colums in the page if the data exceed in the first colum it wil go to the second colum then 3rd colum. Can any one hlp me. Your help is greatly appreciated See this article in MSDN: http://msdn2.microsoft.com/en-us/library/ms155816.aspx ...Show All
Visual Studio 2008 (Pre-release) Message not being processed
I had this porblem crop up yesterday when I tried to move my application off of my development machine and onto test servers. However I now have the problem everywhere including my machine. When I call an operation my code never gets executed. There is no error or exception or anything. It simply never runs. I created another method called Ping that returns a string and that works fine. In addition the debugger is never able to cross over into the operation, but it does for Ping. Have I broken something in the configuration I know that this worked in the past. I can see the messages reaching the service using the logging and tracing. ...Show All
Visual C# Comboboxes datasets, text and values
I'm a newb to c# programming I usually work in php.. I have a combo box in my project, that I use to get a list of options from another table for an insert querry, uses a dataset when I set the textmember to the name field of the table it works great, but I can't figure out how to get the id for the row without either using another a querry stored proc or trigger but I know there must be a simpler way to get this for when I insert into the table, any suggestions Jankowiak Just to confirm... you are setting the DataSource property of your ComboBox equal to your DataSet containing the values in question and ...Show All
Visual C++ Why do my posts keep being deleted?
Does anybody know why all my posts are being deleted I've posted three messages and they disappear without anyone notifying me. I've gone through the deleted items and it appears you seem to have posted 3 duplicate posts. Only one post per question is allowed. Also it appears that they were off-topic. Posts regarding the Windows API should be directed to the Microsoft Newsgroups. These forums are for posts regarding .NET Framework 2.0, Visual Studio 2005 and SQL Server 2005. I'm not sure who removed the previous posts but they should have posted a reply to inform you that the posts were off-topic ...Show All
Visual C# How in the world?
I have a text file that I am reading that looks like this: "2002", "1", "500", "2003", "1", "501", "2001", "1", "500", "2000", "1", "503", "2001", "2", "500", "2000", "2", "540", "2003", "2", "550", "2002", "2", "523", The first column is 'year', the second is 'internal/external (1 means internal, 2 means external)', and the third is 'amount'. I want to use these numbers to make a report that looks like the following: Year: Internal &nb ...Show All
.NET Development Automatically detect a CD and read CD contents
Hello all, I am trying to make a module which will do two jobs: 1. Automatically runs when a CD is inserted into the cd rom drive. 2.copies the contents on CD to any location on hard disk. I am usng C#.net 2003. Anyone please help me! Thanks http://msdn.microsoft.com/library/default.asp url=/library/en-us/shellcc/platform/shell/programmersguide/shell_basics/shell_basics_extending/autorun/autoplay_intro.asp http://msdn.microsoft.com/msdnmag/issues/01/11/autoplay/ ...Show All
