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

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

cpaesano

Member List

DavidPalmer
nick0000
Cecilia
Bert Muller
nil130180
Kevin Daly
Tuomas Siren
Corinne C
Cathal
SMRSoftware
Tino.NB
ALK
Erik Hanson
Hpolanco
Heston T. Holtmann
Manena
Mike Riley
the.cypher
Jason Frazier -MSFT-
Blueshark006
Only Title

cpaesano's Q&A profile

  • Visual Studio Team System Problem with removing Visual Studio 2005 app-data tier

    I have problem with installation of Team System beta 2. First step I installed required components like .NET2.0, MSSQL2005, etc. After I'm trying to install Team System. However, I'm starting, setup show me message box with information: (o) Uninstall Remove Visual Studio 2005 Team Foundation App-Data Tier Beta 2 (English) from this computer. I agree with him and uninstall this component, setup is finished. But when I res ...Show All

  • Visual Studio Express Editions Repeater Component for VB Studio Express

    I am creating a Winforms application that tracks clients. I would like to display the clients in a way similar to Outlook Contacts Address Card view instead of using a grid view. Is there a component available for doing this. I think this is a Repeater control that I want but I am not sure. I am working with VB Studio Express Edition and .Net 2.0. The database is Sql Express. Any suggestions Thanks G ...Show All

  • Visual C# fixed keyword conversion

    what would be the VB conversion for this fixed ( void * pxBasis = &modelRotation.M11) { fixed ( void * pyBasis = &modelRotation.M21) { fixed ( void * pzBasis = &modelRotation.M31) { UnsafeNativeMethods.Vector3.Normalize((Vector3*)pxBasis, (Vector3*)pxBasis); UnsafeNativeMethods.Vector3.Cross((Vector3*)pyBasis, (Vector3*)pzBasis, (Vector3*)pxBasis); UnsafeNativeMethods.Vector3.Normalize((Vector3*)py ...Show All

  • .NET Development some questions about timeout and design

    Hi, I have a site that has a number of web methods in one web service class. untill the last few days it has worked well. now I am seeing an increase in errors like: Exception.Message    : Unable to connect to the remote server Exception.Source     : System Exception.StackTrace :    at System.Net.HttpWebRequest.GetRequestStream()    at System.Web.Services.Protocols.SoapHttpClientProtoco ...Show All

  • Visual Studio Web Based Plug-in publishing/updates

    Let's say I make 4 plug-ins: A, B, C, and D. And for the purposes of this discussion, how about I put in some versions: A: 4.0 B: 1.3 C: 2.9 D: 0.5 And let's say, I'm about to release version 0.6 of plug-in D. Now, plug-in D requires version 2.5 or greater of plug-in C and this is a minor update (meaning bug fixes only.) I would like to publish the new version of plug-in D to the web and have VS2005: 1.) Check for updates to all the plug-i ...Show All

  • Visual Basic Buttons

    Hi, I would like to use round buttons on my forms and wondered if there was a way to do this in Visual Basic Any assistance would be much appreciated. Best regards, Jae http://www.codeproject.com/cs/miscctrl/RoundButton_csharp.asp Yes, it's in C#, but it's easy to convert, or you can use the class library in VB.NET as it stands. ...Show All

  • Visual Studio Team System WebDav supports in Web Test

    Is there a way to simulate WebDav HTTP request in WebTest Different from standard HTTP request (only GET and POST), web dav supports other verb (OPTIONS, PROFIND, and so on). Can I simulate this in Web Test The stream was got from LoadRunner since VSTS can't record the binary request. However, I need a way to conver those stream so that i can use it in VSTS. ...Show All

  • Visual Studio 2008 (Pre-release) LINQ for compiling cool... but what about dynamic queries at runtime?

    just curious how this'll be handled.   having queries directly embedded in the code is awesome from a type safety standpoint, but what about at runtime i assume some kind of "on-demand" Compiling for a program like "SQL Query Analyzer" (more aptly named LINQ Query Analyzer) that is dynamically compiling these LINQ queries and seeing results, kinda like snippet compiler. I bring this up becomes sometimes you gotta give query ability to ...Show All

  • Windows Forms Dynamic loading of UI controls

    Are there any good articles out there on packaging up UI into control library and  dynamically loading them into a main shell. With the main windows being a .NET executable and the UI library a dll. Thanks Pat JCasa  - It will probably& ...Show All

  • Visual Studio How do we automate a build that uses a .pfx keyfile?

    We would like to sign our assemblies with a password-protected .pfx file. We also would like our project to build unattended on our build server (msbuild is kicked off by CruiseControl.NET running as a service). The problem is that the automated build fails when attempting to prompt for the .pfx password. We suspect a potential solution lies in the certificate store but could use some help if anyone has a solution or ideas. Thanks! Luke ...Show All

  • SQL Server Has anyone tried "Using SQL Stored procedure in MS ACCESS"?

    I am developing a program using ms access with an SQL 2000 back end. I am using an odbc connection to access my data.  Using this connection, i can only access the tables and views of my database. I am planning to create " Stored procedure " in SQL and connect it to my MS Access program but have no idea how to do it. Please help! Thanks in Advance! if you want to view stored procedure from Access I suggest you to not use a Access ...Show All

  • Visual Basic The return of "procedure view" in .net 2005 ?

    I was using procedure view in VB6.  I am currently using the "better" way but I really miss the good old way (procedure view) .  How can have it back in .NET 2005 Thank, George Hmmm. Looks like it didn't make VS 2008 either. Consider this my vote for this as a top 5 enhancement for the next version..... Break, Edit, and continue out ranked this but not much else will for me. Brian ...Show All

  • Visual Studio Express Editions Upgrading vb6 projects

    I was unable to upgrade projects from vb6. I get an error when "invoking upgrade engine". Error occurs in vbu.exe. Error message: Enexpected exception ocurred during upgrade engine operation: Error in remote procedure call. (Exception from HRESULT: 0x800706BE). Using: XP Pro Spanish Version VB 2005 Express V8.0.50727.42 VB6 projects made with VB6 Enterprise Edition (SP6) Spanish Version. Hi Cristian, It sounds t ...Show All

  • Visual Basic Windows Positioning on distributed software

    I noticed that when I complie an application and distribute it to my fans (My Family :) That the windows display differently depending upon the screen resolution of the client computer. Is there a property besides the center property of the form that I can use to assure that the program will look the same on all computers. A third party add-on, or something I'm over looking in the property settings of the form. Thanks in advanc ...Show All

  • Visual Studio Express Editions Help: form focus

    hi, i have a method to close my form, but it simply send a message box to ask if i want to save the changes or not or to cancel closing the form. the problem is when i cancel the form closing my form go back behind every running program on the desktop here its my method tell me what is wrong on it Private Sub Main_FormClosing( ByVal sender As Object , ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me .Fo ...Show All

©2008 Software Development Network

powered by phorum