Software Development Network Logo
  • VS Team System
  • Visual Basic
  • Visual Studio
  • Windows Forms
  • IE Development
  • Windows Vista
  • Audio and Video
  • .NET Development
  • Visual C#
  • Visual C++
  • Visual FoxPro
  • SharePoint Products
  • SQL Server
  • Microsoft ISV
  • Game Technologies

Software Development Network >> anubisascends's Q&A profile

anubisascends

Member List

erinselena
Nfrf
_Quimbly_
Robert Bacs
Whoisit
Rajesh batchu
Dani333
Will8754
cougar91
tim K
nrkhakre
NetPochi
Antonio_I
Matrixchyah
Martin00
GLutz78
FcoLomas
beermix
Sarah21
Wayne Sepega
Only Title

anubisascends's Q&A profile

  • .NET Development NetworkStream.Write/.BeginWrite do not seem to be working

    Hi, I am having a problem with a simple app I am trying to write to send data over TCP/IP to a server/listener. According to all of the documentation and code samples I have seen, my code is correct, but the server/listener (which I can observe on the same machine) does not receive any data. I can see that I am making a socket connection, and no exceptions are thrown when I call either .Write or .BeginWrite (I've tried it both ways -- the callback does fire when using BeginWrite, and asynchresult.Completed comes back True), but the server does not get anything. What am I doing wrong here I connect using this method: Public Function ConnectToServer() As Boolean ' make connection to remote server/listener If CheckC ...Show All

  • Windows Forms no registry keys are created on x64

    I have a Setup Project created by using Microsoft Visual Studio 2005 Version 8.0.50727. This setup project creates several registry entries. The registry editor is used to specify which entries should be created. By setting the project's "TargetPlatform" property to x86 and executing the wizard on 32bit platforms everything works correctly. Ecch registry entry is created. The problems begin when I try to execute the wizard on x64 platforms. More details about the platform: Windows Server 2003 R2 Standard x64 Edition with SP1, Intel Xeon 3.4GHz CPU. On this x64 box, the system path environment variable begins with the 32bit related entries (e.g. C:\Windows\System32) and follows with the 64bit related ones. It seems to be ...Show All

  • Visual C# VS 2005 IDE Bugs, problems and suggestions

    Hello, I can't find a way to submit bugs or suggestions regarding VS. So here's a topic for that. Apparently bugs in the VS 2005 IDE: - the Document Outline window doesn't show XML files structure as it did in VS 2003 - when an item is selected in the Class View window (e.g. a namespace or a class), the item's properties are not displayed in the Properties window, as it was in VS 2003. Regards, Ruslan Feedback on Visual Studio (and many other MS products) can be submitted through the Microsoft Connect web site: https://connect.microsoft.com/VisualStudio -Tom Meschter Software Dev, Visual C# IDE ...Show All

  • Visual Studio 2008 (Pre-release) WS-Addressing exception

    I am writing a WCF client. I want to include WS-Addressing information to the message before calling the service. The following is the code. I am getting an exception when I setting ReplyTo . The exception is e.Message "Addressing Version 'AddressingNone ( http://schemas.microsoft.com/ws/2005/05/addressing/none)' does not support adding WS-Addressing headers." string using ( Microsoft_AddressClient proxy = new Microsoft_AddressClient ( "BasicHttpBinding_Microsoft_Address" )) { Console .WriteLine( "Sending SSN# to web service: " + cmdTaxPayerID); Console .WriteLine( "Requesting Employee address information..." ); try { GetAddressRequest request = new GetAddressRequest (); reque ...Show All

  • Visual Studio Express Editions automatic exit of program after compilations

    hi guys. i am having trouble running a simple program in c++ ... here is the code: ------- #include<iostream> using namespace std; int main() { cout << "Hello world!" << endl; } ------- the compilation works fine however as soon as the program has been compiled, i see a glimpse of the command prompt and the program immediately exits...i never have a chance to see the actual output because the program automatically exits... following are the messages i receive upon exiting: ------- 'PrevCor.exe': Loaded 'C:\Documents and Settings\Dhruv\My Documents\Visual Studio 2005\Projects\PrevCor\debug\PrevCor.exe', Binary was not built with debug information. 'PrevCor.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No sy ...Show All

  • .NET Development Error when calling an Async WebService method multiple times

    Hey folks, I've run into an interesting problem. I'm calling a web service method asynchronously multiple times simultaneously and an error is being thrown despite my calling of the method with unique state objects. The error is: "There was an error during asynchronous processing. Unique state object is required for multiple asynchronous simultaneous operations to be outstanding." In order to make simultaneous asynchronous calls to a web service, one must use a UserState object. In my case, I use Guid.NewGuid.ToString() in each of my asynchronous method calls. After about about 100 - 200 calls, the completion delegate is called, but there is an error. The "AsyncCompletedEventArgs e" argument contains ...Show All

  • SQL Server Data disappearing during Run time

    When I enter data into a SQL database and save it, the data that I have just added disapears, but when I close the applicaiton and re-open it, it's still there - is there any reason for this and any way to get it to stay Any ideas Sorry about the typo, i was meaning "now". Back to your points 1.a connection to the main instance with an attached database (if by that it means a database, with a child database within it) 2. it's happening in both debugging and deployment Hope this helps - any other question please ask Cheers ...Show All

  • .NET Development Read text file with variable field widths

    I am using Visual Studio 2005 (VB.Net) to write my app. At some point the app. need to read a text file with data in columner format. The problem I have is that the columns are of variable width (not fixed). Is there a way that I can use white space characters to distinguise between different fields in a row The file is not comma or tab delimited, but it has spaces between fields. Spaces are present only between individual fields, never in the fields themselves. Below is a couple of lines from the file. 1 PH5 902.0 MG 2 T1ORE 1 ORE1 2000 ALL 0.300 1 PH5 902.0 HB% 7 WS101 101 WST1 2000 ALL 0.600 1 PH9 1172.0 FD% 4 WS101 101 WST1 2000 ALL 0.500 Thanks Read the ...Show All

  • Visual Studio Team System All Projects getting listed??

    Hello All, If you attempt to open a Team project, ths list of projects shows all team project sites including the ones on which you do not have access. They should be hidden somehow. Does anybody know how to do that . Thanks, Ganesh The reason that you are seeing this behavior is that the team project creation process grants the Team Foundation Valid Users group "view project level information" (or GENERIC_READ) rights on the security object representing the team project. As you may know, the Team Foundation Valid Users group is a logical group that represents all users known to the system. That is why all users can see all projects by default. You can revoke this right manually a ...Show All

  • Visual Studio Team System recording metrics from a server sitting on another domain

    I'm sure someone has tried to do this already, but I'm still having problems getting this to work. I'm launching my loadtest from my PC sitting on one domain against a server sitting on another domain. All my webtests run fine but when I try to run a load test and attempt to record metrics from the server, there is an uncharacteristically long delay (maybe 45 seconds) before the load test kicks off and it runs...but it doesn't record metrics from the server computer. Its as if it practically ignores the fact that in the run settings I've added the server computer (visa viz. Run Settings-->Manage Counter Sets) but it doesn't tell me/warn me something is amiss. I've tried DomainName\ServerName and I've tried just ServerName as the ...Show All

  • Visual Studio Team System Automatic Branching on work item change event

    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. Could you give me some pointers how to proceed on this. Can I programmatically initiate a merge TFS Event Handler project now available on CodePlex: http://www.codeplex.com/TFSEventHandler This is a service based system with a front-end allowing the dynamic addition of event handlers for Team System. Users ca ...Show All

  • Visual Studio 2008 (Pre-release) Raising an event when a Storyboard hits a certain time value

    Hello- I have declared a Storyboard in XAML and would like to fire an event when the Clock hits a certain time value. For example, to use a sample from the Microsoft documentation, this animates a Rectangle across the screen: < Rectangle Width = " 50 " Height = " 50 " Fill = " Blue " Name = " myRect " > < Rectangle.RenderTransform > < TranslateTransform x:Name = " TranslateTransform01 " X = " 10 " Y = " 30 " /> </ Rectangle.RenderTransform > < Rectangle.Triggers > < EventTrigger RoutedEvent = " Rectangle.Loaded " > < BeginStoryboard > < Storyboard Na ...Show All

  • Visual Studio DTE2.OpenFile(string FileName, string ViewKind(????))

    I've tried to post this in the VS Extensibility, but untill now no progression. I will apreciate if any of you can help me out. Thanks! So in my DSLPackage project I can reference to DTE2 object. More specifically in the MyDSLCommandSet class. I would like to open my other DSL file (with my own extension) in the Debugging window. But when I tried to make the OpenFile method from that DTE2, I didnt see any of specified parameters that I found in the internet ( vsViewKindAny , or vsViewKindDesigner , etc). My code is like this: EnvDTE80. DTE2 titu = this .ServiceProvider.GetService( typeof (EnvDTE. DTE )) as EnvDTE80. DTE2 ; /// Perform add existing file inside the object with the file path. titu.ItemOperations.AddExisti ...Show All

  • Software Development for Windows Vista Test Case 13 for Vista Certification

    I'm looking at Test Case 13 which says: Verify application's installer contains an embedded manifest. (Only applies to applications that are using a non-self-containing bootstapper or chainer to install the app) Anyone know what exactly a "non-self-containing bootstrapper or chainer" means I am familiar with what a bootstrapper is, but I'm so sure sure about the context here. Can anyone enlighten me I get the same error when adding the manifest with MT.exe running under Vista (business), non admin mode, UAC enabled. Version of MT.EXE is 6.0.4071.0, exact error message is as follows: mt.exe:command line error c10100a8:No manifest outputs were specified to store the final manifest. Use the / option for help ...Show All

  • Community Chat IIS In Vista?

    I'm just curious, Is there an IIS for windows vista Hi, Its an optional component of Windows Vista. Check the following URL for installing IIS 7.0 Vikram ...Show All

©2008 Software Development Network