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

Software Development Network >> BobP - BIM's Q&A profile

BobP - BIM

Member List

vgvKarthik
Cordell Swannack
UmairKhan
Kutlu Araslı
RayCan
Mark Goldstein
AlterEgo
DW Developer
av_ster
Davids Learning
Michael Klucher - MSFT
Roger Jennings
Badajoz95
nope25546
Mark Benningfield
Dmitry.K
heimdaloz
michael412
TheBlackShadow
Arun Ramanan
Only Title

BobP - BIM's Q&A profile

  • SQL Server Web Synchronisation Throuth SSL

    hi, i have done Web Synchronisation Using RMO , where i have an remote server at a remote place, where the Virtual Directory is Configured With SSL, for testing purpose if i access from the Client Computer entering http://72.17.246.214/SyncAbita/replisapi.dll diag " in the address of IE giving an errormessage "Unable to Reach Remote Host", if i remove SSL on the Server , i am able to access "SQL Websync diagnostic information" Page from the Client Machine, is it not possible to get perform Web Synchronisation With SSL, then i have inStalled 7 days Trial Version SSL on the Sever. Can any body help me out on this Issue in the certificate i have ITNEERSRV, now the problem is we are able to access that ip ...Show All

  • Smart Device Development Multiple Instance of Forms Show Multiple Instances Running in Task Manager

    Hello, I'm new to smart client development. In my application a Main Form opens new forms and when I see the Task Manager, It shows multiples instances of the same application representing each form. Some one already at the forum has told the solution that emplify the text property of newly open form and then show it like: Form1 frm1 = new Form1(); frm1.Text = ""; frm1.Show(); After doing it, Exactly it solves the problem of task manager's multiple instances. But Leaving the Title of the Window Empty, Which is Start Menu on my Pocket PC. Is there any way that I can show the Main Form Text Appear there untill any of the forms are opened or minimized I hope for solution from you guys. Because you all MVP's are ...Show All

  • SQL Server how to build properly

    Hi, I'm very new in SSIS. I've created 3 packages in the project. sometimes when i modified the project and save/save-all it, when i tried to build (isn't this used to deploy ), I am being asked by this: Package 1 has been modified outside the source editor. Do you want to reload it When I press on yes, all my modifications were not save. If i answered no, the build process stops. i dunno if this is because the build process is already finished or it was terminated because i chose 'NO'. When i tried to rebuild it again, it will ask me the same question. What is the proper way to save and build the project When it says ' do you want to reload it ', does it mean reloading the old copy before modification Thanks! cherri ...Show All

  • Visual Basic User Login Password Encryption In Database

    How to do encryption for user login  I need to encrypt it in database and after the user key in password, i need to do checking based on the encrypted password in database. Do we need decryption for this  Thank you. You could encrypt the string in your application before inserting it to your database. When validating from the database, you would simple decrypt the value in your database back to a readable string. Check out the class System.Security.Cryptography. I created a encrypt/decrypt routine based on this class. You'll find more here http://msdn2.microsoft.com/ru-ru/library/ms172831.aspx I based my routine on the samples in that url, and it should be quite easy to adjust to your need ...Show All

  • Visual Basic How to store a password?

    Hi, I'm currently creating a .Net (windows application) in Visual Basic. In order to sign up a new user I'll ask for a password. But how should I save this (store it for the next logon) password I do have a mdb database where I could create a table to hold the passwords, but how is this solved if no database is to be used Is the password string saved to a standard txt.file If so, I guess some form of securing the string is done. Please respond with other possible solutions for storing a user password. Thank you, I created a method based on the registry to save the password associated with a user. Works fine. However, the password is 'dead easy' to find if you look in the registry. Is there a quick ...Show All

  • Visual Studio Team System Cannot install TFS (DEU) on a Windows 2003 Server (ENU) with SQL Server 2005 (ENU)

    Hello, i try to install the TFS (DEU) on a Windows 2003 Server (ENU) with SQL Server 2005 (ENU). While setup is installing the components i get the following error EventType : visualstudio8setup     P1 : 12840     P2 : 8.0.50727.147._vstf_x86_cd     P3 : msi     P4 : inst     P5 : f     P6 : - P7 : -     P8 : 1603     P9 : -     P10 : -   thanks and regards j3ns3n Hi Matt, we did not get the problem solved. we installed the sql-server two more times, but we were not able to install the tfs af ...Show All

  • .NET Development Xml Schema definition for element with different content

    Hello! I would like to define a schema for an element that has different content in various cases. In the first case the <node> element can have 1 attribute and 2 subnodes. < root > < node ID =" 123 "> < subnode1 ></ subnode1 > < subnode2 ></ subnode2 > </ node > </ root > In the second case the <node> element can have 2 attributes, where the "deleted" attribute must have the value 1. In this case no subdnodes are allowed. < root > < node ID ="123" deleted ="1"/> </ root > How can I define a schema that says that the <node> element can have either the ...Show All

  • Commerce Server Catalog Web Service currently unavailable

    Hi, I'm trying to update form Commerce Server 2002 to CS 2007. Now i think i'm pretty far but there are still some problems to solve. One is, that the CatalogWebService isn't available when I want to open ith with the CatalogManager. When i enter straightforward the link to the CatalogWebService.asmx in the Internet Explorer, the Site is loading correctly and shows my some information about the Web Service. What do I have to do so that the CatalogManager can open the WebService Hope you can help me. Thanks thx, but this I did.. and becouse I haven't this services in Default Web Site i added parametr /S:11111112222 where 1111112222 is ID of my CS site... <b>but unfortunatelly ...Show All

  • Software Development for Windows Vista Video "pixelisation" using Video Mixing Renderer 9

    Hi, I'm working on a mpeg2 ts file video player relying on existing directshow decoder filters. This works great under XP SP2 with for example NVidia puredecoder, or any other mpeg2 decoders. Running my application under Vista RC2 Ultimate Edition, the video is pixelized as if the video was zoomed in. If I play the same file with Windows Media Player, video is perfect. This test has been done with default Microsoft MPEG2 decoder filter, and it seems to be the same with any other decoders. Does this have something to do with the Video Mixer Renderer 9 Did I miss something with it under Vista I also made a quick test with Video Mixer Renderer 7, unfortunately, it is the same result. If anyone can point me on the right way to ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. 3d multiple model help

    i have 2 models in my game loaded. where one of the models is a gokart and camera follows it from behind. the second model is the track. when i controll the kart the kart moves but the track model stays still. how do i overcome this. this is the code for drawing the track model.(just the track model not the kart) private void DrawModel( Model m) { Matrix [] transforms = new Matrix [m.Bones.Count]; float aspectRatio = graphics.GraphicsDevice.Viewport.Width / graphics.GraphicsDevice.Viewport.Height; m.CopyAbsoluteBoneTransformsTo(transforms); Matrix projection = Matrix .CreatePerspectiveFieldOfView( MathHelper .ToRadians(45.0f), aspectRatio, 1.0f, 10000.0f); Matrix view = Matrix .CreateLookAt( new V ...Show All

  • Visual Studio Lets talk about rendering performance

    Hello. Our company distributes a vertical market accounting app which we've migrated from Crystal Reports to the WinForms ReportViewer. Our installed base is around 6,000 end users. We've found the viewer to be a solid product and we're pleased with the functionality and stability. That said, we may be forced to abandon reporting services for some applications due to performance issues. As an example, we have a report that processes 10,000 rows and perhaps 20 columns. On a 3 GHz machine with 2GB RAM, it takes 40 seconds to render the report (not counting query time). In addition, ReportViewer consumes approx 400MB of memory for this process (after garbage collection). These results won't cut it when a user is waiting for real-time outpu ...Show All

  • Visual Basic why ?

    Hello, a question please. If I start my applicacion from a "form1" (example) I can use on another form form1.text, but if I start my application form "sub main" I can't. Why Thanks... sorry you need to explain more than that. What do you mean by starting your application from sub main It does start it using that I believe - what happens the application is started from the form you set it as a startup form in the project properties of your solution ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. how to use getcursorpos()? any example?

    I wish to use getcursorpos to get the coordinate of the screen, the game i want to develop is a fullscreen game. Some error happened because i didn't pass any argument to this function, what argument shld i pass to this function, how to get the argument Why need to pass argument. Thanks The function returns the cursor position in screen space, which origins at the top-left of the screen. I don't see how the function can return "different" results when you change screen resolution... ...Show All

  • Visual C# Convert string to operation

    Hi! Is it possible to convert strings to operations in a relatively simple way For example convert this string: string OperationInString = "3+3+9"; somehow, so I get back "15". Thanks in advance. ;) Code generation is not as difficult as it appears at first. If you want to customize the code later or extend the class or the method that is generated, e.g. by adding parameters, it also makes sense to take a look at the actual code that it compiled. If you want to do so, just at this peace of code before the comment "//check for errors": using (System.IO. StringWriter stringWriter = new System.IO. StringWriter ()) {   provider.GenerateCodeFromCompileUnit( ...Show All

  • SQL Server Grant Database Access

    I am setting up report services after I installed the report server add-ins on sharepoint 2007. at first step, Reporting services integration, I put report server web service URL -- http://ssrsdev1/reportserver authentication mode -- windows authentication it went OK. at second step, Grant Database Access, I put ssrsdev1 for server name (default instance) and then click OK and then I put the user name (a member of local admin group on ssrsdev1) and password, but I always got errors says: Unable to log on with the given username and password. what wrong here what should I check I am sure the user and password is right and I can log on to ssrsdev1 physically with admin right without any problem. thanks for any thought on this. zwp ...Show All

©2008 Software Development Network