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

Software Development Network >> Surit Roy's Q&A profile

Surit Roy

Member List

Learning VB
George2
Jegant
ACHawk
cpaesano
Robet
Bill Reiss
Bobby Patrick
sandipan
OldCDude
MarcsOmega
Pisces
shayc
Manik Gupta
NinetyNine
Al Harlow
AShukri
theonlykito
Kanhaiya
Cr7pt0r
Only Title

Surit Roy's Q&A profile

  • Smart Device Development Missing files - .NET Compact Framework 2 SP1 in a Platform Builder 4.2 image

    I am trying to include the .NET Compact Framework 2 files in an Platform Builder 4.2 project. I have installed all the monthly Platform Builder updates including the July update that included .Net Compact Framework 2 SP1. .NET Compact Framework 2 shows up in my catalog and I have added it to my project and rebuilt my OS. The OS compiles correctly however none of the .NET Compact Framework 2 files are included in the OS. Any ideas Thanks for the suggestion, but now I have a different problem. I removed NETCFV1 and NETCFv2 from the project and then added back NETCFV2. I did a clean and then build and now I get a compile error: Error: could not find file ...mscoree.dll I even tried creating a brand new p ...Show All

  • Visual Basic using multiline textbox with integers

    I created a form that has a multiline textbox that needs to have have integers one under the other. One multiline textbox I created for text works ok, but the one for integers does not work. These fields are being updated to an ms sql server. When I save just one line in the integer multiline textbox, It save the data to the database with no problems, but when I enter two or more lines of integers, no record is saved. ps. The table field in ms sql server is set up as an "int". Is there anyway to allow mulitiline Integers to work in a multiline texbox 1 2 3 etc.... There is no problem code to speak of, Just that when I enter several line into a multiline textbox I ...Show All

  • SQL Server Server Fails to connect to SQLExpress

    I am trying to set-up membership options on my MS Server 2003. I also have a Computer running MS XP Professional sp2. With the Advanced in stall of SQLExpress - trying to establish cojnectivity on the server fails when using the ASP.NET Configuration button. This works fine on the XP box. On the security tab the following message apppears: There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store. The following message may help in diagnosing the problem: Unable to connect to SQL Server ...Show All

  • Visual Studio 2008 (Pre-release) WCF problem with certificates on smartcards

    Hey, I'm upgrading an application written with wse 2.0 to wcf. It uses for authentication a certificate on a smartcard. The private key is located on the smart card and is protected with a PIN code. In WSE2.0 when the application needs to use the private key, the call is automatically redirected to the smartcard and catched by the middleware, an application running on the background and which is especially written for this smartcard. This middleware shows a popup where the user can enter his PIN code. Now in WCF when I try to use my certificate for authentication or digital signing I get the following error: {"The certificate 'subject of the certificate' must have a private key. The process must have access rights for ...Show All

  • Software Development for Windows Vista deadlock detection in windows vista

    It is rumoured that deadlock will come as part of win vista. Where can I get more information about this. I search on the web, but only finding 1 or 2 lines to describe this. In fact, I want to know what this deadlock detection technology can do. I think there is a "deadlock detection technology" in vista. We have an application running as an OLE server, which runs OK on windows 2000/xp but hangs on vista. I am wondering if windows 2000/xp just kill the app when a deadlock is detected, while vista needs our app to handle the deadlock but how ...Show All

  • Office Live Development Microsoft Office Document Image

    How do i preform an IMPORT command throw VBA in Microsoft Office Document Image This forum is to support development on the Microsoft Office Live application platform. It is not for support of any of the Office 2003 or 2007 client applications such as Excel, Word or Outlook, unless your question is related to how the client apps interact with Office Live. Please refer to the list of newsgroups and forums for Microsoft Office if you need help with any of those applications. ...Show All

  • Windows Forms Problem with combobox

    Hi I have a datagridview that is databound to a table via a bindingsource and a DataGridViewComboBox column that is bound to a second table (both in the same dataset). I am dynamically adding the column to the grid.  Dim viewcol As New DataGridViewComboBoxColumnviewcol.DataSource = _dsEquivalents.Tables(1) viewcol.DataPropertyName = "ViewName" viewcol.ValueMember = "ViewTable" viewcol.DisplayMember = "ViewTable" viewcol.HeaderText = "View Name" viewcol.AutoComplete = False dgvEqu.Columns.Add(viewcol) BindingSource1.DataSource = m_dsEquivalents BindingSource1.DataMember = m_dsEquivalents.Tables(0).TableName The table bound to the grid contains values that are not in the table bound to the ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Change Material on one face of large mesh.

    Hello all, I've already search the forums and the web and have found nothing so far.  I have a landscaping application {slash game app :)}.  Comming along great.  I have one large mesh with multiple faces, up to 800 that I can save with a internal process I have to a text based x file.  In that way there is no problem changing the material on a face. But the effect is not there until I reload the x file of course.  Is there any way to accomplish this.  I've already tried the included could to add a entry to the Attribute table of the mesh.  It gets the attribute table but on the SetTableAttribute function it fails.  Any help would be much appricated. ps.. The project was started from the D ...Show All

  • SQL Server Rendering as JPEG & multiple pages

    Hi, I want to export jpeg’s of my report. I have activated the JPEG format, but the report manager always exports only the first page. The Post http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=561386&SiteID=1 mentions the filenameformat as Reportname_Page.ext. But how to get an three Page report exported to three JPEGS. If I call by URL I only get the first page. IF I export in Reportmanager I only get the first page.How to get Page two and tree SSRS2005 SP1 Best Regards HANNES All of the image formats except for TIFF can only export one page at a time. To get the other pages in your report you'll need to specify the page number as a DeviceInfo setting on the URL. The parameter is "StartPage". For example: Ge ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. JIT register allocation and bounds checking

    A few questions for Shawn or one of his buddies: 1/ Does the register allocator used in the XBox JITter use all of the available scalar floating point registers If not, how many can it deal with 2/ Does the XBox VM ever skip array bounds checking, and if so under what conditions 3/ Presumably there are no bounds checks when using unsafe code and pointers 4/ Are the method inlining limitations of the CF VM mentioned here still applicable to the XBox VM - especially the one about not inlining any method with floating point arguments or return values (yikes, that would be all floating point setters and getters!) Andy. I've got an archive of Andy's post. It was a little blunt, but also made ...Show All

  • Software Development for Windows Vista Infocard problem on Windows Vista

    Apparently, after joining a domain, the InfoCard UI stops working and RPC errors are reported. This is on Windows Vista beta 2, 64bit version (I didn't try the 32 bit version). Before joining a domain, InfoCard did work correctly. Hi Nico - When you get the error are you on connected to the domain the computer is joined to or were you perhaps at home where the computer did not have access to the domain. If it is the 2nd case, I believe this is a known issue in the Vista Beta 2 build that has been fixed in subsequent builds, Thanks, Ajay ...Show All

  • Visual FoxPro Help with expression (one more time...)?

    Hello All...many thanks to all who helped with my previous post. I have hit one more 'snag' in preparing my data. Here's a sample of three fields in my table... MRC REQUIRED DETAILS 4720-00-001-0057 ADLF HOSE OR TUBING SPEC/STD DATA MIL MIL-H-5593,SIZE 4 SPECIFICATION ADJM INNER CONVEYING TUBE MATERIAL RUBBER, SYNTHETIC MEDA MEDIA FOR WHICH DESIGNED AIR CRWL INSIDE SURFACE CONDITION SMOOTH CQCS LAYER COMPOSITION AND LOCATION 1ST LAYER ANY ACCEPTABLE CQCS OUTER LAYER MOLDED RUBBER CRJM OUTER COVERING ENVIRONMENTAL ABRASION RESISTANT AND PROTECTION CRJM ...Show All

  • Visual Studio Express Editions Thats it i'm giving up!

    I've been working on this project for a few days i simply suck too much, so im throwing in the towel and ask you guys for some serious help. Some background info: A friend and i wanna make a game with zelda style gameplay, so the graphics will be tile based. We don't wanna hard code the maps but rather load them in dynamically using text files that contains all the necessary data, this works just fine. To make map design easier i wanted to write a map editor where i can "draw" the maps in a graphical windows enviroment and then save the map files as i wish. The problem: How do i do it! I'm seriously lost here. This is what i want to do. I want to load in the tiles, which are nothing more than 32*32 bitmaps, give them some prope ...Show All

  • Visual Studio 2008 (Pre-release) Problem using EventTrigger in a Style

    I am trying to create a Style for a ComboBox, which will allow the user to click an element and remove the selection. I have created a Style with a TextBlock element in the drop down, and a WrapPanel to lay out the items. I use an EventTrigger to set the SelectedValue to x:Null when the TextBlock is clicked. This works fine the first time the TextBlock is clicked, but will not work anytime after that. I am very curious as to why this doesn't work after the first time. Any help would be greatly appreciated! Here is the XAML for my style (this is straight from XAMLPad): <Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys=" ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA Templates in VS2005 Pro?

    Has anyone tried using VS2005 Pro for XNA Games I know you need C# Express installed, but if you copy the templates to the VS2005 folders and reference the DLLs, will it work Today I discovered that my MSDN subscription (bought for me by the company I work for) allows me to use VS2005 Pro at home. I don't really do any development other than playing with XNA, so I was just wondering if it was worthwhile installing it or not It is possible to fiddle with the templates or create new ones that work on VS2005 Pro but in your case if you haven't got it setup then there's not a huge reason to bother. For C#, VSExpress offers most of the features you need (play around with tool/options - some things are tur ...Show All

©2008 Software Development Network