Matthew Adams's Q&A profile
.NET Development Authorization in WS -> WS access problem
Hi, I have a problem with user authorization when connecting from one WebService to another in the same domain. Supposing we have ws1.domain.com and ws2.domain.com machines with IIS. ws1 uses Windows 2003 Web Edition and ws2 uses Windows XP. On ws1 I deployed WebService with ping() method, which simply connects to ws2 and call another one ping() web method. IIS is configured to use Windows Authentication on both machines. Now when I'm on ws1 ...Show All
Windows Forms Outlook 2003 Look and Feel
Hi There Everyone, Does anybody know if there is a Visual Basic version of this Many Thanks Si Hi, Thanks for your reply. Im only a newbie learning so don`t really want to spend any money on this:( Well not the prices i`ve seen for commercial products anyways:( Cheers Si ...Show All
Windows Forms Change Windows
I have a project and on this project I do have 3 Froms. 1 form1 2 john 3 creation I want to know that if I put a button on form1 how do I get it to go to a next form. What and how must I do this Thanks You ...Show All
Visual Studio Team System Error when trying to build few solutions from different team project based on single label
I’m trying to build few solution based on one single label, the thing is that my label contains solution from different team projects. I get always error that the sln that in my label from the other team project is not found. Here is the log file: ------------------------------------------------------------------------------------------------------------------------------- Build started 6/19/2006 9:28:25 AM. __________________ ...Show All
Windows Forms Host Designer Questions
I am creating my own designer using http://www.divil.co.uk/net/articles/designers/hosting.asp (Also reading through open source #Develop project.) 1. I have added dynamic menus for each control based on the selection. Instead of changing properties using property window, user c ...Show All
Visual Studio Tools for Office DataGridView appearance problem
Hi, DataGridView objects don't load properly in VSTO. Here is a screenshot of what happens. The appearance is very strange but I am only using default settings ... and it works fine in a simple Windows Application. Thank you for your help. I was able to solve the problem by: - applying latest hotfixes - upgrading the latest video card drivers There was also a conflict with PC-Duo softw ...Show All
.NET Development Problems with .Net 2.0 RC Framework and accessing Performance Counters (specifically Processor)
I have written a tool to dump performance counter data from any number of sources to a perfmon-compatible csv file. The problem is... on certain performance objects such as Processor\% Processor Time\_Total.... I get a zero back no matter what I do. There are alot of counters that give me zero back that shouldn't, but at the same time there are alot of counters that give me back what I expect (ie. Memory\Available KBytes). I have checked al ...Show All
Visual Basic Common class library between XP and SmartDevice
I want to have a common class library between windows xp program and a Pocket PC program. The code in the class is general processing, nothing device dependant. So, in my VS2005 Solution, I have a XP program and a Pocket PC program, and a Class Library. How can I get VS2005 to ( I guess) compile the class twice generating a DLL that will work with windows XP, and another DLL that will work with Pocket PC with out having to copy the c ...Show All
SQL Server Exception of type 'System.OutOfMemoryException' was thrown. (Microsoft.SqlServer.SmoEnum)
I just received this message: Exception of type 'System.OutOfMemoryException' was thrown. (Microsoft.SqlServer.SmoEnum) I am completely dead in the water. Cannot connect to SSAS 2005. HELP! hello, it is not quite clear what are you trying to do when the exception happens. Is the system really running low on memory the comment above seems to suggest that you are trying to connect to SSAS, however the exception seems to come ...Show All
Smart Device Development Extremly Slow Performance in VS2005 B2!!
I have two different systems that I installed VS2005 Beta 2 on. The main development machine is a P4 with a gig of ram, and plenty of disk space. The OS is XP Pro (SP2). I am trying to develop an app using Pocket PC 2003 (for right now), but the design process takes so long its almost not even worth trying! I place a grid control on the form, add a query, and then have it generate the data forms (Summary View & Edit Detail) and it tak ...Show All
Windows Forms Month calender Help!
ive added the month calender tool to a form, I'm not sure if this is the right tool to use but what i want to be able to do is click a date on the calender and have another window popup with the correspnding date where text can be saved and check boxes can be selected/deselected. Also when the boxes or text field are modified i want a small indication on the month calender in the original form that data has been stored. I am quite new to program ...Show All
Visual C++ How do I really get started?
I’m not sure if this is the right forum for this question, but… I have downloaded Visual c++ Toolkit 2003. The setup.exe file with it has the version number 9.0.333.0 but the Command Prompt has no version number, just a creation date of 8-April 2004. I have also downloaded a C++ text editor and written my first program. Thing is, I cannot find anywhere the instructions for how to compile it. In the Command Prompt win ...Show All
Windows Forms List All Forms In Project
I want to be able to list all forms in the project and also to manipulate with controls within them. I genereate the code as below: Dim MainAssembly As System.Reflection.Assembly Dim cWinForm As System.Type Dim WinType As Type Dim WinTypes() As Type MainAssembly = System.Reflection.Assembly.GetExecutingAssembly cWinForm = GetType (System.Windows.Forms.Form) WinTypes = MainAssembly.GetTypes For Each WinType In WinTypes I ...Show All
Visual Studio Debugging causes large svchost.exe process
I have a database like server application that deliberately tries to take most of the physical memory of a machine. When I debug it (usually with DebugBreak) I get an extra svchost.exe process running that seems to mirror the Virtual/Physical memory requirements of the app. Since I have deliberately taken most physical memory this causes a massive amount of thrashing and the break dialog box doesn't appear until this is all over. I can't seem to ...Show All
SQL Server How to Copy DataBases between SQL Express instances.
I am developing an application that uses SQL Server Express. Everything is running great, except that I can't figure out how to copy a DataBase from my server at work onto my laptop so that I may test it at home... How can I copy the DataBase from my Server at work to my laptop I'm on the network at work, I just can't figure out how to copy it... Please help! :) Thanks, Jacob I don't have SSMS-E installed but ...Show All
