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

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

RaimondB

Member List

Dat Dang
joaomgcd
jackwc
Ghanshyam Singh
R.Tutus
cblaich
Ken Young
Trainwreck
Richard Morgan
manick312938
stallion_alpa
Olyx
Prakhar
Ant_59
Barb O
Johnny_Jones91
C. Charpentier
leonardoreyes
robertlamour
a23rd
Only Title

RaimondB's Q&A profile

  • Visual Studio Dynamic Image in Crystal Report

    hi i use crystal Report Xi and visual studion 2005 i put image in crystal report and link this image with parameter its working fine with design and preview time if we provide other image name at preview time in parameter if i call this report with vs2005 vb.net program and pass the image name by parameter but it not show the new image it is show only old image i already checkwith the same process with put images name in database and link this database field name with image, but its show old image if any one work on the same problem pls help me Sanjay Modi modi_sanjay@yahoo.com ...Show All

  • SQL Server error while doing mirroring

    I got the following error log from SQL profiler when I tried to start mirroring " 2006-11-10 11:54:47.28 Logon Database Mirroring login attempt by user 'NT AUTHORITY\ANONYMOUS LOGON.' failed with error: 'Connection handshake failed. The login 'NT AUTHORITY\ANONYMOUS LOGON' does not have CONNECT permission on the endpoint. State 84.'. [CLIENT: 10.77.100.86]" Anybody knows the solution for the same please let me know I would suggest delete both endpoints in both servers re-run the Mirror Wizard, give it the AD domain username again, and it'll create the endpoints for you or it probably uses the authentication you're using when you create the mirror or try this /**** ...Show All

  • Windows Forms AutoScroll question

    hi, if i have a form that has the AutoScroll property set to true and i have a control on the form that is located at say (-10, 10) then shouldn't i get a horizontal scroll bar i don't and i am wondering how i can get it aside from implementing scrolling by myself. thanks, scott thanks, i am not sure that would work. i am trying to manipulate virtual controls on a UserControl. the controls are rendered in an image. to take advantage of the AutoScroll feature i place only two Panel objects in the UserControl, one at (0, 0) and the other at (x, y) where x == the bottom of the bottom most virtual object, and y == ... what i need is to be able to allow the user to move one of these virtual objects further to ...Show All

  • Smart Device Development OpenNetCf

    Hi I am developing an app to connect with a PDA device and i been looking in to how get access the the main file system on the PDA, the answer seems to be RAPI and there is a nice wraper called Desktop.Communication Library Desktop.Communication Library. I have downloaded this and and tried to add it as a refecne to my VB.net project in VS 2003. I get Areference to OpenNETCF.Desktop.Communicatio.dll could not be added. this is not a valid assembly or COM componet. i am wondering if this is cause it is build for .net 2005. any know if this is the probelms and how i can get round it with out getting .net 2005 Don't know if it will work but you can try taking the source code that is included and recompiling using VS2003. ...Show All

  • Software Development for Windows Vista Help with E_ACCESSDENIED exception

    We are currently trying to troubleshoot an E_ACCESSDENIED exception that gets thrown while executing a Windows Workflow workflow in IIS. See the following post for a full description of our setup: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=895855&SiteID=1 As you will read in the post above, the research that we did in diagnosing this exception led us to the following post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=640816&SiteID=1 which describes our setup and problem almost verbatim. They were able to resolve their problem by changing their security descriptor, apparently something/somebody had messed up the security access for Authenticated Access. I was hoping that someone on your tea ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. How to only draw visible meshes? Performance problems.

    Ok, I have a simple mesh loaded that contains 24 faces. I have a loop that draws 144 of these boxes on-screen like so: for (int i = -(mapwidth / 2); i < (mapwidth/2); i++) { for (int j = -(mapheight/2); j < (mapheight/2); j++) { modelPosition = new Vector3((i * 10.0f)+5.0f, 0.0f, (j * 10.0f)); DrawModel(myModel); } } I noticed that if I have only one model in view (the camera is zoomed way in) or I show the entire grid of objects the time elapsed between frames does not change. The time elapsed between frames does change if I increase or decrease the number of objects drawn though. This leads me to believe that the framework is drawing every object whether or not it is visible. ...Show All

  • .NET Development Access to remote folder

    Hi, I have an app which must read, change and save (update) files on remote PC. I have a special user/password to access the remote computer. Is there any way to loging to remote computer from inside the app, do the job and then log off. App works fine if I logging to remote PC before starting nut I don't like this. I'd like to have evrething hidden from enduser. Thanks Oleg the link you provided is for ASP.NET. I'll see what else I can dig up. for now, as you suggested, are you able to use net use and map the drive, also giving the username/password in the net use command ...Show All

  • .NET Development Mapping objects amost real time

    Hi, I don't know if it's the right newsgroup, but I have a little problem. I have a Windows Service which has a SortedList containing a lot of objects which I'm always updating. I'd like to save them almost real-time on another machine with SQLServer 2005, because, in case of a crash or a simple restart, I can populate again the SortedList with those very same objects. How should I do it I was thinking about serilizing the objects in xml and saving them on a specific table.... Many thanks for your kind help ! Massimo Hi, Yes it's the way. By choosing this method u cannot filter rows by sql statements. U must always load all table rows. So choose wisely the best alternative. HTH. ...Show All

  • Visual FoxPro Preventing key strokes to be passed to control

    Hi, I have a form that needs to read data from a bar code reader. The bar code reader connects to the keyboard plug and functions like a keyboard. So what I would like to do is to have the user click a "Barcode Read" button and then scan all the bar codes he needs to scan and then click a "Done" Button. I was going to intercept the barcode data in the forms "Keypress" event and store it in a table. Problem is that I have so far found no way to stop the keypress data to be passed to the current control. As each set of data is terminated by a CR each time a barcode is read you jump to the next control and when you get to one of the buttons <CR> just clicks that button. So what I need is to intercept the ...Show All

  • Visual Basic PrintForm does not Install via ClickOnce Deployment

    PrintForm works on my development workstation in both IDE & the application EXE installed from ClickOnce site. However, on 2 client PCs, both running Windows XP, the EXE fails with "Could not load file or assembly 'Microsoft.VisualBasic.PowerPacks.Printing.PrintForm, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified." During ClickOnce install: No errors. In fact, I can find no install log in C:\WINDOWS\Temp\Temporary Internet Files afterwards. No signing. No elevated permissions. gacutil finds Microsoft.VisualBasic.PowerPacks.Printing.PrintForm on my development workstation, but does not find it on a client PC. the e ...Show All

  • Visual Basic Mutiple Connections Strings

    Hi I am using multiple connection strings in my application. Can anyone tell me how to move through these connection strings from the application. I am using VB 2005. Here is part of the app.config file. < xml version="1.0" encoding="utf-8" > <configuration> <configSections> </configSections> <connectionStrings> <add name="BDM_Security.My.MySettings.demo" connectionString="Data Source=BUF53460;Initial Catalog=fgb01q_demo;Persist Security Info=True;User ID=sa;Password=blues" providerName="System.Data.SqlClient" /> <add name="BDM_Security.My.MySettings.demo1" connectionString="Data Source=BUF53460;Initial Catalog=fgb01q_demo1;Pe ...Show All

  • .NET Development strange problem with loading an assembly using custom AppDomain

    I'm trying to load assembly files using a custom class, which was created through a custom AppDomain. Here's my Main code block: AppDomainSetup setup = new AppDomainSetup(); setup.ApplicationBase = @"C:\test"; setup.ApplicationName = "test"; setup.PrivateBinPath = "bin;plugins"; AppDomain domain = AppDomain.CreateDomain("MyDomain", null, setup); General.Loader load = (General.Loader)domain.CreateInstanceFromAndUnwrap("Loader.dll", "General.Loader"); Type[] types = load.LoadAssembly("TestObject"); All this does is setup an AppDomain and point it to "c:\test" and then I set the assembly folders it should look for when loading an assembly. The General.Loader cla ...Show All

  • SharePoint Products and Technologies new default template for mySite

    Hi All, how can I update the default template for new mySites After studying the "Office SharePoint Server 2007 Administrator's Comnion" I see only a programaticly approach (the Object model). Is there any possibility for customers to modify and "save as default" Thanks in advance, Jens I have the documentation for this but have yet to find the time to install this. This forum is dedicated to Knowledge Networks though and im not sure why you posted. You may find a faster answer if you post your question in the General Questions and Answers forum. Im sure some of the other people that contribute to these forums have attempted this and will be of better assistance. ...Show All

  • Visual Studio Express Editions Time interval

    how do i check if the current time maches a time interval set by my be Lets say i want a label to say "hello" beteewn 8 am and 9 am .. Thank you for your resonse :) but i said: how do i check if the current time maches a time interval set by my be Lets say i want a label to say "hello" beteewn 8 am and 9 am .. ...Show All

  • Visual Studio Team System TFS Event XSD and XML files

    Hi All, I found that for few events, the schema definition files (XSD) and XSL files missing in the directory "....\Services\Transforms..." . I am doing some customization in notification services which you can subscribe for all the available events....for this because the schemas are missing, i couldn't call the event to subscribe... Is anybody already created Schemas for the following events and XSL file also, then please share with me or point me how to proceed BranchMovedEvent NodeCreatedEvent NodePropertiesChangedEvent NodeRenamedEvent NodesDeletedEvent ProjectCreatedEvent ProjectDeletedEvent Thanks, Kathir by using this tool i found in the net... http://blogs.vertigosoftware.com ...Show All

©2008 Software Development Network