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

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

sakotze

Member List

Herman Post
Ajay Tandon
wizArdcn
Chris Breaux
ibeanz
a.f.
Moldavia
MattMan73
Alfred Gary Myers Jr.
Big Rob
David Noy
rennard
Pansar_Nisse
Mohammad Iqubal MSFT
KennsterDude
John Roper-Lindsay
MasterMIC
j121
paschott
Rich Visotcky
Only Title

sakotze's Q&A profile

  • Visual Basic Debugging on VS2005 Standard edition

    I hope this is the correct forum to post as I have a complicated issue! Just loaded VS2005 Standard edition instead of the Express editions. Now I have a problem debugging, my setup is as follows: Main exe is VB.net calling an unmanaged dll in C, I also have a C# dll that is a wrapper for OpenGL. When I want to debug the unmanaged dll (which is in VS2005 C++), I launch with F5, I have the debugging command pointing at my Vb.net exe, this launches, then it calls my unmanaged dll, where I set break points. Now this all works fine in the Express editions, but now I am using the Standard edition I get an exce ...Show All

  • Visual Studio Express Editions Help! Want to create basic user input form tied to database in VWD

    Hello everybody. I have used VWD (Visual Web Developper) for the past few weeks and love it so far. As a inexperienced ASP.NET developper, I have run into difficulties when trying to design user web form input to populate a database. Indeed, the medical unit I'm working at whishes to create a webpage with simple user forms ( checkboxes, textboxes) - to keep track of patients medical records - that will then fill a database (SQL preferred). Should the page have an .aspx or .ascx extension Do I need to create a dataset I've consulted the online help but I'm still confused and don't know how to proceed. I'm sure there should be a wiza ...Show All

  • Visual Studio Using existing Enumerations

    We got the great 'Domain Model Enumeration Designer' in the DSL tools to design new enums and use them as value properties of classes. But I have some value properties on my DSL elements on which I want to use an already existing enum type. Like for example the 'System.DayOfWeek' enum. There is some kind of mechanism for this for the simple types: you can point to a namespace and type in the name of the type. Is there something similar for enums Sure I can look up the literals in the documentation and type in al these literals in the Enum Designer, but that's quite time consuming. Gerben [Avanade] ...Show All

  • Visual Studio 2008 (Pre-release) BinaryMessageEncoding and TcpStreaming Binding in September CTP

    Was binaryMessageEncoding removed from WCF due to the fact that it was not interoperable In Beta1, you could flag a binding for binary encoding this way < binding configurationName="TcpStreaming">   < binaryMessageEncoding /> < /binding> September CTP bits don't like that BinaryMessageEncoding element. I am told that it is invalid child element of binding. I can't find any examples in the docs that don't do it this way, but assume that the docs haven't totally been cleaned up yet. Thanks Willie. So of course, I'm not supposed to intuit this. Can you point me to something where I can re ...Show All

  • Visual Studio Express Editions ToolBoxBitmap

    Hi I am trying to add a 16x16 (16 Color) to MyUserControl with no success. Here is what I tried: 1). Create the Bitmap and place the bitmap in the same folder as my solution.      Filename: MyBitmap.Bmp 2). Add Existing Item (Image File) Build Action - Embedded Resource           (MyBitmap.Bmp is displayed in the Solution Explorer) 3). Imports System.ComponentModel      Imports System.Drawing           <ToolboxBitmap( GetType (MyUserControl), "MyBitmap.bmp" )> _      Public Class ...Show All

  • Software Development for Windows Vista Infopath and WWF

    Hi, I was wondering if/how WWF can be used to manage the state of Infopath forms so that certain elements of the form can be hidden/shown depending on the state. From the tutorials that I've looked at, most of them use a Windows form to input the data rather than an Infopath form. I appreciate the help. You actually dont need the InfoPath Visual Studio Toolkit for the kind of scenario you have mentioned. You could access the Infopath XML in sharepoint storage using sharepoint APIs or webservices  and modify the xml directly using Xpath. You can use web services integration of Infopath to invoke the wor ...Show All

  • SQL Server 32-64 bit versions issue

    I uninstalled the 32-bit Standard version but during install of the 64-bit trial version I got an error that the integration services could not install because the 32-bit version of COM+ was already registered and you can't have both. Need some help how to resolve this issue. Thanks I suspect there is a conflict, I always format partitions and reload from a Ghost backup when trying stuff out. Might need to check to see where the 32-bit version installed some extras that did not get removed with uninstall. I document every step when I set up a machine, so I can learn from problems and how to avoid them in ...Show All

  • SQL Server No report in RS Home folder

    We have Reporting services 2000 standaard. I have uploaded a report for a group of users in a domain. I have set up the report security and gave the users browser access. As a administrator i can open en view the reports. But the domain users cannot see anything except a empty home folder. So i think reporting services is working fine... All users can open the reportmanager trough their browser but they can;t see the report. Only a empty home folder! ! ! i also use integrated windows security and gave the users acccess on virtual folder level with windows security. I'm sure i have got the right role based security set up but still no ...Show All

  • Visual Studio 2008 (Pre-release) Problem DownLoad File

    The scenario is: A Host Service communicate directly with a client without ServiceSite in IIS. I want to download a file from Server to a Client. If the size file is more than 60kb the host service generate this error: {System.ServiceModel.CommunicationException: The underlying connection was closed: An unexpected error occurred on a receive. ---> System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive. ---> System.IO.IOException: Unable to read data from the transport connection: Connessione in corso interrotta forzatamente dall'host remoto. ---> System.Net.Sockets.Socket ...Show All

  • Visual Studio Team System Accessing workspace on multiple computers

    I have two computers that I use for development, my home machine and my work machine. Is there any way that I can sync my changes on on machine with the server, and then get them from my other machine without checking them in Shelve your changes when you leave one machine and unshelve when you arrive at the other. ...Show All

  • Visual Studio Express Editions How do I compare variable with datatypes DateTime

    Example: Dim stoTime As DateTime Dim curTime As DateTime If curTime < stoTime Then <Statement> EndIf ***I get an error on this IS that all your code If you were to set values to the DateTimes ( which are null in the above code ), I'd expect this to work. ...Show All

  • SQL Server Separate date and time datatypes - come on guys!

    Oh for crying out loud, how come there aren't separate date and time datatypes in SQL 2005!   I know for a fact that this feature has been requested for YEARS!!!!  Thanks for giving me the YAGNI feature of renaming my menu items in SQL Management Studio.  I guess that was somehow a higher priority than a time datatype.   NNTP User wrote: TimeSpan supports full milliseconds.   -- Adam Machanic Pro SQL Server 2005, available now http://www..apress.com/book/bookDisplay.html bID=457 -- I'm assuming you mean the TimeStamp type which is referenced as @@D ...Show All

  • .NET Development How do I: Add a table to an Access database?

    Someone else posted a reply about ADOX in a different thread: "I'm currently using command.executeNonQuery() method to add new tables to a database." What's the SQL syntax Is there an easier way If I have a DataTable already created by code, can I easily add that to an Access database, or do I need to convert it into an SQL statement ---Mike Hi, Take a look at the reference here: http://msdn.microsoft.com/library/default.asp url=/library/en-us/tsqlref/ts_create2_8g9x.asp Regards, Vikram ...Show All

  • SQL Server The Poor VB6 guy - database help

    I have a production applicaton today ran by 120 businesses across the nation. Today our application is a VB6 front end with an Access 2000 backend. The problem. Access 2000 is suffering from corruption every once in a while. our users are running 1-8 computer systems at a time on the access database. We want to move to something that will allow our users to run 10 computers simultaneously if needed. Question.. What do we do for a database since our app is still in VB6. SQL Express 2005 can only be networked from .net and cannot be networked from VB6. Should we use MSDE even though sql express is available I feel like i h ...Show All

  • Visual Studio Team System TF30177: Team Project Creation Failed

    I am trying to create my first Team Project and this is the error I'm receiving from the wizard: Error Unable to connect to the specified source control server on the Team Foundation Server localhost. Explanation The Team Project Creation Wizard was unable to connect to the Team Foundation Server {0}. Without a connection, the wizard was unable to create the team project root directory on the server. User Action Contact the administrator for the Team Foundation Server {0} to confirm that the server is available on the network. Also, you might find additional helpful information in the project creation log. The log shows eac ...Show All

©2008 Software Development Network