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

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

DagDoug

Member List

Gseese2
Lishia
Aldo Donetti - MSFT
semaphor
albewar
Plop
s_n_e.h
Bjornar
Jaxbeachess
TylerSchlegel
MrHelmut
CleverHans
sethi.bhushan
Trying_another_name
MocoN
simflex
sandeepkumar puppala
SQLMSFT
DotNetCon
bassmanyoowan
Only Title

DagDoug's Q&A profile

  • .NET Development Is v2.0.50727 the final?

    I installed Visual Studio RC and found that the Framework version is v2.0.50727. Will this be the final version thanks, but now am having problems installing SP2 lol mann this is really bs, i had to reinstall my xp then sp2 aint working my taskbar keeps dissppearing after installing sp2 and i lost my vb express so now am really mad,:( ...Show All

  • Visual Studio Debugging on Web Server Error - VS2003

    I keep getting an "error when trying to run project: Unable to start debugging on web server. You do not have permission to debug on the server. Verify that you are a member of the 'debugger users' group on the server" This is extremely irritating as I really need to debug a web app. I have tried and checked everything the help provides. I have even reinstalled my whole notebook from OS up. I am running Windows XP pro SP2, VS.NET 2003 Enterprise Architecht. I use the local IIS installation for testing and dev. After reinstalling everything worked fine for a day before I got the error again. I reinstalled IIS again and aspnet_regiis /i again. ...Show All

  • Visual Studio Are these known problems

    1. On exit from the experimental vs studio I get a null pointer error. It doesn't always happen tho. 2. When I right click in the experimental moelI get 5 or 6 index out of range exceptions before the validation menu appears I don't get either of those problems. It sounds like old stuff persisting in the toolbox. I would guess that this will clear it: Reset the Experimental hive Stop all experimental VS instances Start Menu>All Programs>Visual Studio 2005 SDK>2005.10>Reset the Visual Studio experimental hive Rebuild your DSL -- hit F5 in the DSL solution Res ...Show All

  • Architecture Middle Tier Design Question

    Let's say I have two applications that needs to communicate with each other. In a nutschell, when I design an application (not always of course), I have my business component (Facade Layer), data access component, and my domain objects (DTO's), which makes up three seperate assemblies. Now, let's say I am building the Sales & Marketing application that needs to communicate with the Accounting components. I am not sure if the Sales application should just go ahead and make direct references to the accounting assemblies or if I should go ahead and put a web service proxie in front of the components. The environment I work in is all ...Show All

  • Visual Studio Team System Visual Studio Team Server as SourceSafe Replacement

    I am looking to replace/upgrade our SourceSafe 6.0 with and upgraded product. If I understand what I have read, the VSTS may be an option. My question is whether this product can be used with non-Microsoft files. For example, in addition to using SourceSafe for all of our VB projects, we store mainframe source code, VBScripts, etc. in our current database. Can the Team Server and Team Explorer be used to duplicate this functionality TIA ...Show All

  • SQL Server SSIS Sequence container,data flow task

    I am creating a staging database in which I am loading required tables from 2 different sources. I have 30 different tables to load from source 1 and 10 different tables from source 2. This is the way I am doing, in Control flow task I am using Sequence container and in that I included the data flow task, the data flow task has source OLD DB connection from where I select the table and then destination OLE DB connection where I load the data. So for 30 tables I have one Sequence container with 30 different data flow task and each data flow task has OLE DB source and OLD DB destination. I wanted to find out if this is the efficient way ...Show All

  • SQL Server Created table in SQL SERVER EXPRESS but don't see it

    I installed SQL SERVER 2005 Developer Edition over SQL SERVER EXPRESS in order to get the Management Studio. I created a new Database called TRADING. I then started a NEW QUERY and created a table and inserted 2 rows. I then selected from the table and got 0 rows . I then went to Trading database on the left side and clicked tables and did not see the table I created. What am I doing wrong. SHould I remove SQL SERVER EXPRESS and then install SQL SERVER 2005 Developer Edition. look in the master database. you might have created it there. ...Show All

  • Software Development for Windows Vista WinFX, XAML, Atlas, Asp.Net - Jane stop this crazy thing!

    As a current WinForms developer I was beginning to ponder learning Asp.Net but now with WinFX right around the corner I'm not sure what I should do. With all the new technologies coming out I'm a bit confused as to what development technology I should be putting my efforts toward. Will the WinFX API replace the .Net framework and become the preferred way to build desktop and web applications The local .Net users group is raving that Atlat will change the way web apps are implemented. How does Atlas/Ajax fit into the whole Windows Vista/WinFX development methodology (if at all) Should I even bother learning Asp.net or should I ju ...Show All

  • Visual Studio Pseudo variable @clk

    Hello, prior to VS2005 one was able to reset @clk after every debug step by placing a @clk=0 in a watch window line following a @clk. While one can still use the @clk, the automatic resetting doesn't work anymore. And after every debug step one has to reset the @clk manually. Is there a way to automate this again in VS2005 Help would be greatly appreciated!! Thank you, Uwe What are you seeing I can make this work by adding two watches:    @clk    @clk=0 ...Show All

  • SQL Server How do I set ApplicationName through ODBC call so that SQL Profiler can see it properly

    Hi, I want some proper name to be set in the "ApplicationName" column for my application in the SQL Profiler instead of always being empty. I use ODBC to connect to SQL Server. I am sure there must be someway to do that because when I run SQL Analyzer, I can see "SQL Query Analyzer" or "SQL Query Analyzer - Object Browser" displayed in the ApplicationName column when I turned on SQL Profiler. Thanks, Jeff Jeff, you can specify the application name using the following ODBC connection string key/value pair: APP=<your app name>; ...Show All

  • Visual Basic reading text from a document and displaying it

    I have TextBox1 (to enter what you want to search), TextBox2 (to display the results), and Button1 (when you press it, it does the whole process thing). I was given this to go by: ================================================================== Theres a couple of steps in a possible approach here. One is to be able to read the contents of a file. If your using VB Express / 2005 this is possible using dim sContents as string = My.Computer.Filesystem.ReadAllText("c:\foo.txt") the next is to be able to find a match on your textbox entry you can use the instr meth ...Show All

  • Windows Forms Embedded control keeps crashing...

    I have an embedded control that works find when its in a standalone application (executable) but when it is embedded in IE it crashes everytime i close IE with it loaded or click on a link to another page. Any ideas Thanks in advance, Marco <a href="http://groups-beta.google.com/group/microsoft.public.dotnet.framework/browse_thread/thread/e547f253aa6a20b5">http://groups-beta.google.com/group/mic ...Show All

  • Visual Studio Express Editions urgent help required

    Hi, I m having a problem after the installation of visual basic 6.0.During Installation it never gives any error bt when I opon a new project or want to save a project or some times want to do any kind of work it freezez n thn close.Kindly tell me whts this problem Waiting for the urgent reply Regards, Samia Mazhar Hi, This forum is related to programming issues in VB Express edition. If you have issues in VB6 then please post them in microsoft newsgroups. Below is the link. http://msdn.microsoft.com/newsgroups/ Thank you, Bhanu. ...Show All

  • SQL Server Looping through an excel spreadsheet

    Being new to SSIS I wish to loop through a series of excel spreadsheets and within each workbook loop through each sheet. I am aware of the For Each container but how can the each sheet in the workbook be referenced Steve Thanks Jamie, my problem is for each spreadsheet I loop through how do I reference each sheet / tab within the spreadsheets returned by the For EachLoop. Thanks Steve ...Show All

  • .NET Development how to check if datetime in SQLDateTime range

    I want to validate some dates. I was just using datetime.parse but I can still get a sqldatetime overflow error if the date is not in the permitted range. How can I check for this The SqlDateTime data type has static MinValue and MaxValue members, which return the minimum and maximum SqlDateTime values. So you could convert the string to a DateTime, and then use the static MinValue and MaxValue properties to write code like... DateTime mydatetime = ... if (mydatetime < SqlDateTime.MinValue.Value)   MessageBox.Show("Too small"); else if (mydatetime > SqlDateTime.MaxValue.Value)   Messag ...Show All

©2008 Software Development Network