Software Development Network Logo
  • Visual Basic
  • Visual J#
  • VS Express Editions
  • .NET Development
  • Visual FoxPro
  • SQL Server
  • Windows Vista
  • VS Team System
  • Smart Device
  • Architecture
  • Visual C#
  • Windows Live
  • Windows Forms
  • Game Technologies
  • Visual Studio

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

Trojanfan20

Member List

boran_blok
Mangogh
graphicsxp
kil4h
ShaneCourtrilleDev
daWiki
SarikaPK
Jollyollyman
KeithMescha
Inc
Anders Rydén
-Sam-
ZeroNET
!Carlo!
Code Dragon
Gr1nch
Narcis Calvet
Yevgeniy K
Harish
BobGomersall
Only Title

Trojanfan20's Q&A profile

  • Visual Studio Team System Assembly not trusted exception while N-Unit Testing

    Hi, I am trying to test this method but I just cannot get around to run it directly or in a debug mode.It gives me the following exception on running it with teh test manager : "Failed to Queue Test Run xyz @ISCWS-00-883 2006-04-20 16:51:03' with id {d9a35ba4-2ef7-4675-9618-c23948673d91}: Microsoft.VisualStudio.TestTools.TestManagement.ExecutionException: Test Run deployment issue: The location of the file or directory 'c:\Solution\TestProj\bin\debug\abc.dll' is not trusted." The problem I feel is that the abc.dll which is required to be refered by teh method not only does not belong to this project.(TestProj) but also doe ...Show All

  • Windows Forms When will the WinForms control reflect the results of data binding

    I have a CheckedListBox which draws its contents from a datasource, and this is set at design time. When the form loads up, there are 8 items in the CheckedListBox, but no matter where I seem to intercept events before the form appears, there are always ZERO items in the box. At what point can I assume that the data binding has actually filled&nbs ...Show All

  • Visual Studio Team System Specify Messagebox options

    Hi Added the messagebox options i.e messageboxoptions.rightalign (assuming that if my application was to be used in an rtl environment then the text would be right aligned), so even though rtl is set to No and the language is set to default (which I can only assume is either US English or UK English), so why are all my messages boxes titles now right aligned Have I missed something here Duncan If you specify right-aligned, the message box will display that way. What you need to do is dynamically determine whether the current UI is right-aligned and modify your message box options. As David notes, a ...Show All

  • .NET Development Div Scroll

    Hi, I have created a DIV tag, inside I have placed a .Net datagrid. The DIV has a scroll bar when the number of items on the GRID exceed the height of the DIV. The problem is that when I scroll down to the bottom of the DIV and I select an item of the grid the scroll of the DIV goes to the top so I cannot see the item being selected. Any suggestions Thanks Play with this: <html>   <head>     <script type="text/javascript">       function GetDivPos(){         document.Form1.divVert.value = document.getElementByI ...Show All

  • Visual Studio Team System Function names missing on report for Profiler Instrumentation Mode

    I'm running profiler in the instrumentation mode for a web service. I create a performance test in the standard way using the performance wizard and select the web service project in my solution. When I run the performance test, it starts up IE and I access a method of the web service, see the correct result and close IE, which ends the performance test. The performance data is generated but instead of names for the instrumented functions I see hexadecimal addresses! Anybody know a possible reason why it's not picking up the names of the functions It works fine for a Windows app in the same solution. Hi Steve, I am not ...Show All

  • Smart Device Development CF2.0 MessageBox SIP Issues

    I am using VS 2005 with the Compact Framework 2.0. The messagebox class' show method has two issues out of the box that violate the PPC Logo Requirements. First, when the messagebox is displayed it hides the SIP, and I do not know how to stop it from hiding the SIP. Does anyone know of a better message box that does not hide the SIP or a way to stop this Second, the message box is centered and does not move when the input panel is displayed over it. I think that I can fix this by using some API calls to find the messagebox window and move it when the SIP is up. Does this sound like the right way to handle this or is there a more com ...Show All

  • Windows Live Developer Forums media player

    salut je suis rachid je veut c'ils vous plais dans mon espace un media player This is not the appropriate forum for support questions about the MSN Spaces website. This forum is meant for discussion about the MetaWeblog API provided by MSN Spaces. ...Show All

  • Windows Forms Need help permanently maintaining the rectangle after a button click

    Hi all, This is a very simple UserControl which only contains a button on it and when this button is clicked, it draws a Rectangle object. However, I am having a problem that this Rectangle gets disappeared after it's covered by some other windows form(I hope you understand what I mean by this ). I know that if I want to permanently maintain it I have to draw it in the paint method but I want to draw this rectangle only when the button is clicked so it doesn't seem appropriate if I place the code in the paint method. So...would anyone please tell me how this can be done in a way which most people would prefer Thanks a lot. Publ ...Show All

  • Visual Studio Express Editions VB 2005 Beta 2 Indepenent of .NET

    Is there any way to compile a program (in VB2005 Beta2) and make it run independently of .NET Framework ...Show All

  • Windows Forms When ShowDialog() is called with a parent, memory is not released

    I have a Form with a lot of contols. What I have notice in the CLR profiler is that the form is not release after the form is closed if showdialog was called with a parent.. using(Form myForm = new myForm()) { myForm .ShowDialog(parentform); } According to the above code, myForm should have been displosed when the using statement finishes. The profiler shows that the form is kepted alive by a forms "PropetyShare". The thing is if I call ShowDialog() without the parent, the kept-alive does not occur. Any one have a good explanation Hi Paul, Based on my research with the ...Show All

  • .NET Development Triggering events in another form

    I am building an application in Visual C++ .NET 2003 Standard. I have a form, that displays a panel of information. That panel was created in a seperate file, so that I could make my own custome panel class. The main form calls this class to display a custom panel setup with dynamic objects. My question. The user selects an option in one of the dynamic objects on the panel. How do I get the main form to react to that event. For example, the panel contains a radio button. The user clicks the radio button. I have an eventhandler that triggers a change on the panel. How do I get the main form to see the change and respond. For example, the mai ...Show All

  • Windows Forms Issues with the deployment Manifest

    Our application is built with VS2005 Beta 2. We uses ClickOnce to deploy the application. Here is the issues we have experienced on some client machine. When we click the install button from the publish page, the deployement manifest is open in the browser instead of lauching the application manifest On other machine, every is fine, the install button lauch the installation sequence on the client. Any idea what could the problem. Regards, Dany, Thanks, there is some good info on this page. It does have an answer to IE showing xml but it is kind of an all or none answer. It's really wierd that it wo ...Show All

  • .NET Development Problem Creating Proxy

    Hi, I have a web service in my project it is being shown when I say show all the web services on current solution. When I select it, it shows the URL and ask for user name,password and domain. My computer is not part of any domain so I just put computer name in domain and in username and password I put local administrator. But nothing happens and keep on asking the same information. Any help would be highly appreciated. It sounds like IIS is set to require authentication. Check the IIS setting of the vroot that contains the service. You can enable anonymous access if you don't want it to authenticte. ...Show All

  • Visual C++ Saying Goodbye to an Old Friend

    I recently read this article regarding security changes to the C/C++ ANSI standard in order to improve overall behaviour and programming issues when dealing with memory overruns and potential malicious use of the Runtime library functions. [EDIT] http://msdn.microsoft.com/library/default.asp url=/library/en-us/dncode/html/secure03102004.asp Anyway, it was only until after starting to use the Microsoft C++ 2005 Express Beta 2 system that these changes had already been implemented in the runtime library.  This of course supprised me, as I had to make changes to my existing code in order to get the source to compile.  I rea ...Show All

  • Visual Studio Express Editions Can ANYONE Program with the sql Server Management sTudio Express

    Hi All, Has anyone been able to actually code in sql Server Management sTudio Express I went into the sql server management studio Express I declared a database and a test table that had the following TestID --->unique identity -- typical config Test --> nvarchar(10) I then opened a new query and types insert into test ( test ) values ( 'testline' ) I clicked on Execute it said command successfully completed. If I go back to the table and tell it to open table(right click and select opentable on test table). There is nothing in it. Is this suppose to work or has this interface not yet been completed Many thanks, Angela ...Show All

©2008 Software Development Network