jmorgan's Q&A profile
.NET Development Using FTP and uploading to website, how? (VB2003)
Ok I think this is actually called FTP, where you provide website, username, and password and you are allowed to upload to it. The problem is I don't know how to upload, and I don't know how to connect to the website, after providing username and password. So I'm stumped, please help me. Thanks, Tanner There is no FTP classes available in .NET 1.0/1.1 (although there are probably 3rd party components), however, ...Show All
Smart Device Development OTP: Need help with my taskbar
I was messing around with my taskbar and now when i have a window open or minimized it dosnt apear on my task bar. So now i have to hit control alt delet to get to another window please please help! I'm sorry, these forums are for programming questions only, you'll need to find a consumer level forum to ask questions about how to use windows. I don't know of any way you can have a taskbar and not have programs appear on it. ...Show All
Visual C# struct question
I get this error when I try to reference my struct that says "Use of possibly unassigned field" my struct is placed outside of a class and looks like this struct mystruc { public int e1, e2, e3, e4; }; this struct is in a client program and the int varibles are given values at runtime where im geting the error is in the button event, the code looks like this mystruc struc; if(struc.e1 >= 10)<--this is wher ...Show All
SQL Server Framework 2.0 is not installed
Hi All, I just installed the RC of SQL SErver 2005 on my development server and set it all up. Then I created a model report. From my desktop, I browsed to the development server and clicked on Report Builder. A message said I must have Framework 2.0 installed. I clicked on Install and downloaded Framework 2.0 Beta 2 and again clicked on the Report Builder button. Again, I get the Framework not installed message. Framework 2.0 Beta 2 is installe ...Show All
Visual C# CallBack from a WIN 32 C++ dll
Hello Everyone, My application is written under C#, but for some of the low level stuff I have to use C++ dll's and one of the dll require password before I can make some function call or if user entered wrong should ask again..... How can I implement something along those lines.... At first I can send the pasword, but if the password is wrong what is the way to get the password....If you want I can even post my procedure which asks for ...Show All
SQL Server SQL Agent Job and Integration Services Package Execution error
I have an SSIS Package deployed to an SSIS Package Store on SQL Server 2005 June CTP. The package executes successfully if I right click on it and click "Execute Package". The package also executes successfully through the dtexecui utility. Also, if I execute the package from a command prompt using dtexec and use a "runas" with the same credentials that the SQL Server Agent service is logged on as it executes successfully. ...Show All
SQL Server Error: The value was too large to fit in the output column "colName" (60).
Hi All, I'm trying to transfer data from DB2 Database to SQL Server 2005. Well, i used the OLE DB Source, the Data Conversion Component and the OLE DB Destination component. I have five Data flows with this configuration above. But I am receiving an error message from one of them. Please check below the error message: "[Source Table TARTRATE [1]] Error: The value was too large to fit in the output column "ADJ_RATE_PCT&qu ...Show All
Game Technologies: DirectX, XNA, XACT, etc. A supplyment...
I'd just like to say, nice work XNA team. Finaly XNA, and on the only Microsoft games title I ever owned. I am happy that I am starting work on our new project in 2 weeks, as it gives us a real look, and go from scratch at what XNA can do. Thank you all Adam ...Show All
Visual Studio Tools for Office VSTO 2005 Word Bookmarks
On the client side I created a Word Document Project using "add the datasource to the project, add the bookmark controls and then databind the bookmark controls to the fields in the datasource" and "you should be able to simply drag and drop a field from the datasource to the document to create a bound bookmark control." (thanks to Ken Laws 24 June 2005). I used the DataSet Wizard to create a strongly typed dataset connected ...Show All
Visual Studio Team System How to Updating report from stored procedure
Hi, I have a report server project which gets its information from a storesd prodedure. Occasionally that stored procedure changes, some columns may be added or removed but as I see it now that only way to have my report reflect those changes is to start a whole new report server project. is there a way to have my current project re-bind to the updated (changed) stored procedure or better yet just bind to it so it ...Show All
SQL Server ForEach Loop utilisation
Hello, ForEach Loop Item allow to make operations row per row. How can i do operations 10 rows per 10 rows or 100 rows per 100 rows Thanks ! Sorry... Those functions looks nice but are not made to my problem... I'm trying to resolve my problem with a transformation script to make a recordset containing rows in the correct format. If you want, i'll send you the script Nico ...Show All
Visual Studio Team System How to output text message from a test method (a function with [TestMethod] attribute) ?
Hi, I wanted to print some text messages from a unit test function. I tried using System::Console::WriteLine( ) which didn't work probably because the project was not a console application. I would like to know if there is any way to print to the output window Thank you, -me- Hello You can add debug.WriteLine statements to your code and then run the test in debug mode. http://msdn2.microsoft.com ...Show All
Microsoft ISV Community Center Forums I dont know whether you have come across this..
I wrote a vba code sometime ago and i was happy with the way it worked. But i was really surprised to find that the same code doesnt work now. Well, you might be familiar with this "subscript out of range", but what i dont understand is, the same code worked like 4 weeks back on the same pc without any change in the windows/office version. One of the solution that i was suggested was, to put all my code under modules ...Show All
Visual Studio Tools for Office C# and VSTO: disabling modification or addition of new style (in Word)
Hi, Is there a way to prevent a user from adding new or modifying existing text styles in MS Word 2003 That is, they can only work with the styles that the document already has. Thank you, -Nick Hi Nick, You can do this by Select the Tools | Protect. In the task pane that appears, one of the options is limit the formatting choices. Hope this helps Darryn Lavery (MSFT) ...Show All
SQL Server RDO 2.0 and Visual Basic 5 application stopped working with SQL Server 2005
We have a legacy application that is still in wide use. It is Visual Basic 5 and RDO 2.0 using ODBC to connect to SQL Server database. When trying to connect to SQL Server 2005, it can no longer update or insert data. It reads data fine. The error message it gives is 16933, "The cursor does not include the table being modified or the table is not updatable through the cursor." Has anybody else seen this problem Any help would be ...Show All
