Software Development Network Logo
  • Smart Devicet
  • SharePoint Products
  • VS Team System
  • Windows Forms
  • Windows Vista
  • IE Development
  • Visual C++
  • .NET Development
  • Microsoft ISV
  • Visual Basic
  • Game Technologies
  • Audio and Video
  • Visual C#
  • Visual FoxPro
  • SQL Server

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

RBecker

Member List

ivanchain
Marko Tekavc
RhysDavies
mrpu
Blakmk
code_junkie
sabha
mojohnk
DonaldM
kushpaw
Northern Rob
Daniel Hilgarth
Apollo13
emmmmmmer
Bulldog.NET
Pintoo Khaira
tssweb
Ken Corbin
swingme
Averied
Only Title

RBecker's Q&A profile

  • Visual Studio Team System Building and publishing Web Sites with Team Foundation Build Service

    Hello, I have a question regarding the task of building and publiching web sites using TFS. I have a solution with web project, that i am building under TF Build Service. Build passes successfully, but no binaries are created and not copied to build drop directory. I have read in MSDN that build of web project using MSBuild (it is used by TF Build Service) is not actually a build of binaries, but just a check that it is successfully compiled. In place of this, as a result of build in TFS, i need to make a set of pages and binaries, which is ready to deploy. Please, give me some decision of this task, if possible. I have ffound a better solution - it is Web Deployment Project: http://msdn2.microsoft.com/en- ...Show All

  • SQL Server Distriubtion Error on Stored Procedure

    Setting up Transactional Replication. Log Reader Agent successfull. Snapshot Agent successfull. Distribution Agent Error (Replication is failing because of this error. I don't know what is wrong with the stored procedure that causes it not to replicate): Date 1/19/2007 10:28:13 AM Log Job History (IS36-MMS_20061213-MMSRepTest-IS4-30) Step ID 2 Server IS4 Job Name IS36-MMS_20061213-MMSRepTest-IS4-30 Step Name Run agent. Duration 00:00:11 Sql Severity 0 Sql Message ID 0 Operator Emailed Operator Net sent Operator Paged Retries Attempted 0 Message 2007-01-19 16:28:24.700 Category:COMMAND Source: Failed Command Number: Message: CREATE PROCEDURE "dbo"."spBTG_GetEventsSince"(@EventMin datetime, @BoatID i ...Show All

  • Windows Forms SQL Server 2005 SP2 as Prerequisite?

    Hello, How can I make SQL Server 2005 SP2 a prereq for a Setup project Is there an available package file for it I can't find one, and I need to be able to have this actually work on Vista. Thanks Follow these steps: 1. Browse to the following directory: [Drive]:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\BootStrapper\Packages. 2. Create a folder named "SqlExpressSP2" in the directory from step 1. 3. Open your favorite text editor 4. Copy the following text into the text editor: < xml version="1.0" encoding="utf-8" > <Product xmlns=" http://schemas.microsoft.com/developer/2004/01/bootstrapper " ProductCode ...Show All

  • Smart Device Development visual inheritance disabled

    I am trying to use the designer for my forms, but on all of the forms in my project I am getting the message: "Visual Inheritance is currently disabled becuase the base class references a device-specific component or contains P/Invoke." I don't understand why I am getting this error message becuase the base class does not contain P/Invoke or use any device-specific controls. It only contains a simple event. Which controls would be considered device-specific anyway I am not using controls from Microsoft.WindowsCE.Forms.dll but I was able to fix the problem by combining my projects into one solution. In other words before I had multiple projects each with their own solution and I would edit them seperately. ...Show All

  • Visual Studio Express Editions commands

    where do i go to learn about all the vb commands, as i read these posts i am learning about commands that m books dont tell me about. how can do somethhing if i dont know the commands. things like accept and so on the video clpis yousent were great, but they never told me what the code would look like if i want to delete a row of data from the db. can you help with this please. the code below lets me alter, but a get a no delet command error. Public Class seeall2 Private Sub seeall2_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load 'TODO: This line of code loads data into the 'MusicDataSet2.records' table. You can move, or remove it, as ne ...Show All

  • Visual C++ How do I make a client side soap call using vc++ 8.0?

    What is the generally accepted method for making soap calls in vc++ 8.0 Without doing the following silliness.... Posted to the c# forum --------------------------- I have some legacy apps in c++ that need to make soap calls. Finding info on the best way to go about doing this is really tough. Moving the vc6 c++ code into VS2005 was not a big deal... but adding the web reference to the project just did not fly. The service I am trying to hit is an https... which seems to not be do-able as far a sproxy is concerned... After some examination I come to find out adding the web reference in C# seems to work fine. The proxy generation engine for the c# side clearly works better and there is the implcation it can handle ...Show All

  • SQL Server Toolbar Back button, Runtime Error after some pause (Stack trace)

    Hello, My users often view some report for some minutes and after that want to return to parent report. If they did it after small time (~less than minute), everything is OK. But if this pause is above 1 minute they receive "Runtime Error" message and can only to go to homepage. I think that this is some session time or something like that. Am I right How can fix it Thank you Hey guys I think that this issue has something to do with some other problems I have been having due to SP1. I notice that the back button wasn't the only thing messing up, and it was only doing it in the ReportViewer (not when I went to the report directly in VS) check out this article http://www.eggheadcafe.com/software/aspnet/29672997/back-call ...Show All

  • Windows Forms Small accounting application Big headache (SAAB-H)

    Hello, This is part of a small database EntryForm. 9 TextBoxes: 1,2,3,Sum1 (all decimal(6,1), -- V1, V2, V3, EA, VTotal (all smallmoney) , --- EA (smallmoney). Three calculations: Sum1=1+2+3, V1=EA*1, Vtotal=V1+V2+V3. The order of the TextBoxes is 1-EA-Value1, 2-Value2, 3-Value3, Sum1-ValueTotal. The Sum1 and ValueTotal should be always updated regardless in which field the user choose to start entering data. The reason for the If, Else or If ElseIf statements is to always have some values in the TextBoxes. Note: All the TextBoxes.Text was stripped away to see better (1 is 1TextBox.Text, etc) Questions: How to initialize the Form without Fill (it always brings up the first record -eve ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Content Pipeline Type Environment Odditiy

    Sorry this is likely to be a bit confusing, as its fairly complex... I have a Managed C++ Library (called Lua2ILContentImport) with a custom content pipeline in it, its has to be Managed C++ because it embed a fair chunk of old C code in it (Lua 5.0 for the curious), I also have a C# library (called Lua2IL) that runs on PC and 360 (a define removed some Emit calls on the 360, the rest is identical). Lua2ILContentImport reference Lua2IL with the define defined so that a Lua byte code to CLR IL system is enabled using Reflection.Emit. Now the product of the content pipeline is an assembly full of lovely IL that originally were Lua scripts. For testing I also have a tiny console driver that manually calls the content pipeline classes to make ...Show All

  • Smart Device Development Progress bar for Remote Data Access Push Pulls.

    Hi all, i'm trying to make a progress bar for the push pull's progress. is there anyway to do it So far i only know how to use timer to make the progress bar move.. but i don't know how to make the progress bar move with push or pull. Anyone know hi , you mean it'll be like 5 pulls = Max = 5 so 1 pull = +1 Value hmm i was more thinking of realtime thing like as each pull goes the bar increases. But this might work well :) ...Show All

  • Visual C# Don't know what type of issue of My Visual Studio 2005 Team suit IDE

    I got a problem of my IDE. If I create a new C# website project using either File System or IIS project, when the solution was created, I opened codebehind file, the IDE produced a lot of erros for the syntax (by default). when I pointed to that error, it's said "'class' statment must end with a match 'end class'", it seems that the IDE use VB syntax to check my C# codebehind file. Does anyone have had this experience before or any solution Javafun wrote: Yes, it happens in the beginning when I crate a new site and then switch to the code behind. The good thing is, the SP1 RTM version has fixed that problem. Cheers! Well I am glad to hear that your problem is fixed. ...Show All

  • Visual C++ Convert std::string to System::String^

    Stan Lippman's blog says the following is legal: std::string Model( "Hello" ); String^ MyString = Model.c_str(); Found here: http://blogs.msdn.com/slippman/archive/2004/06/02/147090.aspx But VS2005 is saying its not legal.  It gives this error message: error C2440: '=' : cannot convert from 'const wchar_t *' to 'System::String ^'  How is this conversion done   Google shows a zillion ways to convert in the opposite direction, which is not what I'm looking for.  I also tried using a wstring as the native type, but I got (effectively) the same error message. I orginally found the problem when I did this: //managed code... MessageBox::Show(Model.c_str(),L"Hello"); The above gives the following ...Show All

  • Visual Studio Is the Example.InstallToolboxControls sample missing from SDK 4.0 December 2006 CTP?

    I'm afraid I can't find it. Is it missing or have I not looked in the right place The SDK 4.0 December 2006 CTP is the first Microsoft Visual Studio 2005 SDK I've installed on the machine I work on. Thank you! I hope you got it working by now! If not, here's a tutorial on using toolbox controls installer: http://msdn2.microsoft.com/en-us/library/bb286995(VS.80).aspx ...Show All

  • Visual Studio Tools for Office Embed application into Outlook 2007

    Hi, I've an application made with VS 2003, now I would like to embed it into Outlok 2007. Is there any way to make this possible Thanks. It could be inside the task pane or adding a new one (I think this is not possible), anyway what I would like to do is to make feel that my application form is inside Outlook and it's part of it in order to integrate more funcionalities, and not just a pop-up form. ...Show All

  • Visual Studio Team System Open source query in Stored procedure returns an error

    I noticed when trying to do "write updates" or "export script to editor" with a stored procedure that had an open source query I recieved and error because it was within the begin transaction statement. When I remove all the transaction statements it ran fine and this scripting error only occurs when doing a "write updates" or "export script to editor" type update, with deploy there isn't an issue. ...Show All

©2008 Software Development Network