ASP Developer's Q&A profile
Software Development for Windows Vista Minumum Version of Vista to run SQL server 2005 developepr and run IIS services
XP home did not have IIS but XP pro did and so did XP media center. I see I am trying to find the minimum version of Windows Vista to run an IIS web server with data stored on an SQL server 2005 developper edition. New PCs come with free Vista upgrades byt I just want to make sure that I don't get stuck with the wrong upgrade. Thanks Hi Marco Please take a look into http://www.helpwithwindows.com/WindowsVista/vista-which-version.html It answers your question. ...Show All
Visual Studio Express Editions Install Trouble
If I try to install any Visual Studio Express, It will not install. I don't know what the problem is..... Please help One suggestion that I can make with out the extra information suggested above, is to make sure that your operating system meets the system requirements for the install. Then perform a windows/Microsoft update to make sure that your operating system is up to date. When that is complete try the install again.... if it does not work you can try to install the seperate components seperatly. By this I mean that you should install the .net framework version 2.0 and the SQL Express system... then re try the install. If you are still getting problems there should be a log file created in the program files directory under ...Show All
Visual Studio Express Editions WinAPI Module Process Reading
Hi, This may have been asked a lot before, but I am totally stuck on this problem, I'm not even sure if I'm in the right forums for this question since it doesn't deal with to much VB rather than Win API questions Anyways here is the code followed by Private Const MAX_MODULE_NAME32 = 255 Private Const MAX_PATH = 260 'Module32Structure Private Const TH32CS_SNAPMODULE = &H8 Private Structure MODULEENTRY32 Dim dwSize As Integer Dim th32ModuleID As Integer Dim th32ProcessID As Integer Dim GlblcntUsage As Integer Dim ProccntUsage As Integer Dim modBaseAddr As Byte Dim modBaseSize As Integer Dim hModule As Integer <VBFixedString(MAX_MODULE_NAME32 + 1)> Dim szModule As String &l ...Show All
Visual Studio Team System Failed to create New Team Build Type
Hi, I trye to create a New Team Build Type, but it does not work. An error box is displayed with the next message: "Failed to retrieve data from the server. Please verify that the Team Foundation server is running and try again." But the TFS is running normally, and I work without any problem. I'm using a workgroup version of the TFS, and I'm an administrator of the Server... Can you help me please 17 $\ C:\Company\Projectos\ 1 37 $\Project\ d:\Builds\Project\BuildTest3\Sources\ 1 39 $\Project\ d:\Project Builds\Company.MMIBuild\Project\Company.MMIBuild\Sources\ 1 44 $\Project\ D:\Project Builds\Company.MMIBuild\Project\Company.MMIBuilds\Sources\ 1 47 $\Project\ d:\ProjectBuilds\Company.MMIB ...Show All
Visual Basic How to pass a dictionary(of) to a generic procedure?
I have this procedure header: Public Function Register( ByVal dict As Object , ByVal ElementName As String ) As Boolean The "object" is always a Dictionary(Of String, something). The something is a business class. There is a limited number of possibilities, so I could constrain them, but I'd rather not. I want to write something like the following but I can't get any variation to even compile: ' Public Function Register(Of t As {IDictionary(Of String, Dataface.DataSource), IDictionary(Of String, Dataface.AConnection)})(ByVal col As t) As Boolean ' Public Function Register(Of t As Dictionary(Of String, Dataface.BaseClass) (ByVal col As t) As Boolean In the body, I want to be able to write co ...Show All
Visual C# I am having a similar problem....appears to happen even tho user has full access....
folks, I am having a similar problem..have tried both unc name \\systemname\dir and \\ipaddress\dir and both have given me the same error when trying to read from that directory... User that is doing the calling is Administrator of that machine.... am wondering if there is a policy change that needs to happen in order for it to work properly.... -- Geno What error do you get Remember that the right on a share are the minimum combination of share permissions and folder permissions. So if a user has full control in the folder which is shared but only read access on the share he will only get read access. -- SvenC ...Show All
SQL Server Job scheduling for Packages in SQL Server 2005
---------------------- MS Win XP Pro 2002 SP2 MS SQL Server 2005 MS Visual Studio 2005 ---------------------- Can anyone help me (even by pointing me to a documentation) in order to schedule Packages (from file system source) in SQL Server 2005. I've configured providers logging, but still the error file doesn't give me any explanation why the error happens: "#Fields: event,computer,operator,source,sourceid,executionid,starttime,endtime,datacode,databytes,message OnPreValidate,PC1234,NT AUTHORITY\SYSTEM,D_AGR,{8A4FA774-F5F0-40DE-AB16-A93F27950E09},{8A918844-8E43-403D-A606-C8CB4B7D8238},31/08/2006 16:42:55,31/08/2006 16:42:55,0,0x,(null)" I've also done the same on the Step properties under 'Logging' In Manageme ...Show All
Software Development for Windows Vista How to extend compiled workflow through XOML?
Two questions if any body can help then thanks in advance. 1. I've seen many posts which says that it isn't possible to pass parameters to a xoml only workflow, why does the CreateWorkflow signature accept a dictionary object for parameters I'm guessing there has to be some way, that I have yet to be seen and might be answered in question 2. 2. I was wondering if possible and how to extend a compiled workflow engine that takes parameters by creating a new xoml only workflow. I need to pass parameters to a xoml only workflow that is of a compiled workflow engine type. Now I am getting this exception for my SequentialActivity. error 347: Could not deserialize object. Serializer for type 'MyNamespace' threw an exception during d ...Show All
SQL Server Multiple table or matrix under one grouping
Is it possible to have multiple tables or matrixes under one header grouping. I'm having a case where two tables need to be under one grouping (like "Sports vehicle) and under that "sports vehicle" I have two very different tables and on it goes for each grouping (next one like "Off road vehicle), etc. Is there anyway to do this. I can make this work with one table using the table grouping. Any suggestions or ideas Thanks. Enkht, Yes, It possible to have a Matrix Group = "Sports Vehicles" and the have type of "Off road", "Soup Up", "Etc" - It believe you can achieve your results my making Sport Vehicles your Group rows and &qu ...Show All
Windows Forms datagrid row select
hi, i am jerry_sun i use .net framework 1.1 and visual stadio 2003. i have a problem on datagrid. when i click the last row header of the show area to select by mouse, the scrollbar move one row , and the next row also selected. is this a bug of datagrid thank you ...Show All
Microsoft ISV Community Center Forums Excel Macro to Capture Live Webcam Image?
I am attempting to write a macro which will access my USB connected camera, grab a picture, and paste it into an active cell. I am able to do this manually by simply locating the cursor at a cell location, selecting "Insert - Picture - From Scanner or Camera", Selecting the Twain resource for my camera, Selecting Custom Insert, Selecting Take Picture... and viola, the active view from the webcam is placed into a cell I don't expect a macro to do all of this, however, I would like to create a simple keystroke macro that will just bring up the Twain dialog box which has the "Take Picture" button displayed. I have been toying around with the VB objects in the WIA library, but have not yet been able to successf ...Show All
Visual Studio Express Editions Textbox
1-I have some textboxes in my program. Max text length for them is 1 char. Now when I want to enter a number for example 423, I should press 4, tab, 2, tab and 3. Now what should I do to do this without tab button. I mean when I press a number in the first textbox the second number be automatically in the second textbox. 2-I want not to allow entering words (e.g. w) in my textbox. I mean I want to allow users to enter only numbers (e.g. 0) to my textbox. Do this: char test = char.Parse(textbox1.Text); because you know textbox1 is 1 character, you can do that if (char.IsDigit(test)) { //then proceed with your code } else { MessageBox.Show("Only numbers are allowed.Please check your e ...Show All
Silverlight (formerly WPF/E) Squeezing objects
I was wondering whether it is supported to "squeeze/distort" objects into various affine and skeewed forms Basically what I wan't to do is squeeze an image (or any other object for that matter) into the following shape: ___________ / \ / \ / \ / \ / \ I would also need a variant the would require adding some skewing like this: ___________ / | / | / | / | / | or ______________ / / / / / / / / / / ...or anywhere in between these. (and no, I'm not talking about clipping :-) Any ideas on how to accomplish this are very welcomed! Actually the pers ...Show All
Visual Basic Object reference not set to an instance of an object.
I am trying to set the visible property of a control in a FormView EditItem template with the following code and getting the "Object reference not set to an instance of an object." error. Where am I failing Protected Sub Page_Load( ByVal sender As Object , ByVal e As System.EventArgs) FormView1.FindControl( "txtRelationship" ).Visible = False End Sub < asp : FormView ID ="FormView1" runat ="server" DataKeyNames ="ClientID" Width ="330px" AllowPaging ="True"> < EditItemTemplate > < asp : TextBox ID ="txtRelationship" runat ="server" Text =' <%# Bind("lstRelationship&q ...Show All
SQL Server Extra column in destination
I have worked with straight-forward simplistic SSIS up to now, so I apologize if this is a simple question. I have a SQL table destination that accepts daily data from an AS400 table. We now have a need to datestamp the incoming data so I added a new column to the destination table where I want today's date. Is there a data flow transformation that I need to use to default the destination column to today's date Time is not a consideration and not needed, just the date. Thanks for the information. guyinkalamazoo3 wrote: Thanks again for the help! Yep, no problem. There are a whole host of other dates available for your use as well, if you look in the system variables list. System::ContainerSt ...Show All
