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

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

Bruno177

Member List

slledru
theManMyth
Robert3234
Warren LaFrance Jr
BJHop
NextXtreme
Rainman
cpurick
Mirko Messori
duck thing
Vijay R
Anuj164
DeepakM
ajay_s
BonnieB
Jeremy Grand
yosonu
Natoia
Dirk DC
ga_2004
Only Title

Bruno177's Q&A profile

  • Visual C++ Adding reference to unmanaged code wrapper and resolving dependent DLLs.

    Hi, I'm having a problem with a Web Service that I'm creating. My solution contains three projects. One is an unmanaged C++ code library, the second is a managed C++ wrapper for this library exposing the code I need to consume in a web service, and the third is the web service itself. I can compile and build the unmanaged library and the managed wrapper, and test this library from a console application. However, when I try to add a reference to this managed wrapper to my web service I get this error message: Error 1 The specified module could not be found. (Exception from HRESULT: 0x8007007E) Now I know that my code library has some dependencies on other DLLs, but so far I've not been able to work out how to build the managed ...Show All

  • Microsoft ISV Community Center Forums What is the difference between Excel Dates and VBA Dates ?

    Dear all, In this piece of Excel VBA code: Sub a() Dim Datim As Date Dim Outr As Range     Set Outr = Range("b2")     Datim = "17/03/2006 12:00"     Do         Outr.Value = Datim retry:         If Abs(Datim - Outr) > 0.0000001 Then             Debug.Assert False             Outr = Datim + 1             GoTo retry         End If         Datim = Datim + CDate("00:05:00")   &n ...Show All

  • .NET Development My .exe file is not running outside bin folder??

    hai guys, this problem is making a head- ache to me... i have built a console application in the .net1.1 with vs 2003 .its working fine while debugging or running.even its working  fine by running the .exe file directly when it is in bin folder. but if i take out the exe file and running out side the bin folder...its showing err. it is showing a nullreference error saying that the connection string(database) is not passed..actually i have passed the connection string..thirough app.config  file. this time..i have brought .exe.config file to the same location.now it is showing the "applicationblocks.dll is missing." even though  i add reference. if i taken the entire bin its working fine in my ...Show All

  • Visual Studio 2008 (Pre-release) Resize Notification Missing ?- Repost

    This is a repost of something I apparently did not explain well enough. Given a Grid with 2 columns and a Splitter in between, if I bind a TextBox to the 2 ColumnDefinitions Width properties, then as you move the Splitter, the text boxes update correctly to reflect the change. But if I resize the Window containing the Grid, the TextBoxes do not update. The Grid columns DO UPDATE their physical size but I get no notification of this when the Window size changes. Since the 2 Grid columns are my 2 client areas of interest I feel that I should get this notification. There are workarounds of course but they include adding more elements and per MS performance guidlines - keep your element count as low as possible. Our app can contain ma ...Show All

  • SQL Server transaction context in use by another session error in c# sp from trigger

    I have a c# stored procedure that is being called from a trigger. When I execute it from management studio, it works just fine. But, when I update a record in the table that has the trigger that calls the sp, I get the error "transaction context in use by another session error". I've tried a few of the "fixes" that I found through searching, but so far nothing seems to work. What I've tried so far is... Removing the transaction from my code making sure my code is only using 1 connection setting XACT_ABORT ON Any other ideas Thanks. ...Show All

  • Windows Live Developer Forums The file '/veapi.ashx' does not exist.

    Hello! I've been working with the Virtual Earth API and I love it! However, I've noticed that every once in a while I will receive this exception in the Global.asax: Exception Message: System.Web.HttpException: The file '/veapi.ashx' does not exist. at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.SimpleHandlerFactory.System.Web.IHt ...Show All

  • SQL Server RS 2005 Windows Mobile Interface

    I am interested in serving a few simple stats to a PDA running Windows Mobile 2003 for Pocket PC, Phone Edition. The device I'm considering is the HP iPaq 6515. I'm open to suggestions, does anyone have any experience with this Thanks Hi can you tell me how to display the reports created in SSRS 2005 in PDA/mobile devices. what are the requirements and configuration. I dont have any idea about this. ...Show All

  • Microsoft ISV Community Center Forums Unable to create FileSystemObject in Access VBA

    I have encountered an error when trying to create a FileSystemObject. This code has been running fine for about a year and a half, but now on one system my user is recieving: I have the same problem. But with what appears to be several hundred reference libraries to choose from which one should i attemp to activate ...Show All

  • SQL Server Ole DB Destination - Fast Load - Permissions

    All, If I use an OLE DB Destination with Fast Load, and enable check constraints, I would expect to see this work as BCP would in this scenario on 2005. However, instead, I get the error ALTER TABLE permissions required. I understand that when using BCP, if you disable check constraints and triggers, then you need alter permissions. But, when you explicitly enable these, then you do not need this permission. I would expect the same behaviour in SSIS, but I am not seeing it. Fast Load seems to always require ALTER TABLE permissions. Can anyone confirm/deny this Thanks, dcb99 I have a table where I have a simple constraint of having the value of a column less than a certain value. I can use da ...Show All

  • Software Development for Windows Vista ActivityToolboxItem and event handlers

    Hi I have a number of custom activities that inherit from a common base class. This base class has no child activities, while the derived activities do. Furthermore, I generate the child activities using ActivityToolboxItem, this allows the users of my activity library to "fill in the blanks" at design time by adding additional activities to some of the branches. An example custom activity is: DerivedActivity : BaseActivity : SequenceActivity ListenActivity UserCompletionActivity : HEEA RequiresApprovalCheckActivity : IfElseActivity ManagerApprovalActivity : HEEA SkipActivity : HEEA This general pattern is repeated in all my ActivityToolboxItem classes, varying only the actual type of DerivedActivity. This appro ...Show All

  • SQL Server Common Generation Watermark error for Merge Replication

    Hello, We have a sqlexpress subscriber that is receiving the error below. SQL Server 2005 We have tried: Generate new snapshot. Reinitialize the subscription. Dropped the subscription. Reboot the web server box. Reboot the sql server box. Yet we still get the errors for these specific subscribers. Any ideas Error in replication monitor.... Error messages: The merge process failed because it detected a mismatch between the replication metadata of the two replicas, such that some changes could be lost leading to non-convergence. This could be due to the subscriber not having synchronized within the retention period, or because of one of the replicas being restored to a backup older than retention per ...Show All

  • Visual Studio Tools for Office Can I clear the undo list w/o saving Presentation in PowerPoint

    Hi, all In our PowerPoint plugin, we do some un-undoable operations, and don't want user to undo our operations. So, I want to clear the undo list. I can't find any methods in msppt9.tlh which can clear the undo list. I searched the web, the only way I find is to save the ActivePresentation. But, in our application, we allow user to continue working w/o saving the ppt file. So, my question is, is it possible to clear the undo list w/o saving ppt files,and how Thanks! I'm sorry, but this forum does not support questions about the Powerpont object model or addins that work with Powerpoint. Currently the VSTO technology only works with Word, Excel and Outlook. So you're also unlikely to ...Show All

  • Windows Forms enable/disable toolbar from main form

    Hi, I am using Visusal Studio 2005 Professional. In Visual C#, how to disable/enable toolbar [all items or specific item] exist on mainform from child form I'm not using MDI interface and of course mainform is owner of child form. Thanks try this demo, disable toolbar item1 by child form using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace WindowsApplication2 { public partial class Form3 : Form { public Form3() { InitializeComponent(); } private ...Show All

  • Visual Studio Team System Can I change TFS application pool TFSWSS

    I want to install CRM 3.0 on top of TFS. CRM 3.0 requires SQL report server application pool identity is Network Services. But the current report server applicaton pool is TFSWSS, whichs has configurable identity. Is it ok to change TFSWSS identity to Network Services Thanks, yzhu hi, i do not exactly know if its good, but i have exactly made the same, installing CRM on TFS Server. so i have change tfswss for installing and after that i set the identity value to the tfs original, so TFSSERVICE-account. it works, the only change i have know, when i go to the wss by internet explorer, then there is not the normally tfs wss display. there is no the crm stuff. but since i isntalled crm, i had no warning ...Show All

  • Visual Studio Express Editions Database Calls

    I am working with the API of another software company and I am at the point where I am able to click on something from there activex control and send something to VB saying what I clicked on...I am just assigning the text in a textbox for testing purposes. I would like to use this text to search a new database I am making and when it finds its be able to bind all the data that is on that row on the screen when this object is clicked. Any ideas on the best way to do this Thanks Okay I went back the basics and used the built in connection to SQL threw VB 2005 express and got everything working with exception of the dynamic part. I right clicked on the database in the Data Sources pane and select Edit DataSet with Designer. Then I adde ...Show All

©2008 Software Development Network