Software Development Network Logo
  • Visual J#
  • VS Team System
  • SQL Server
  • Smart Device
  • Visual Basic
  • Visual C#
  • Visual Studio
  • Game Technologies
  • Visual C++
  • Windows Live
  • Visual FoxPro
  • Architecture
  • Windows Forms
  • Windows Vista
  • .NET Development

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

sachit

Member List

Christophe Desplanches
Telarin
krisb
Mirsad
vishal srivastav
developer01
ttoennies
chris bax
mgiles
navisoft
John C. Strauss
techno.coder
plankton
ottar16739
Lavonda
Premila
int2str
Jan V
jmfaure
Manuel L.
Only Title

sachit's Q&A profile

  • Visual C# UOM classes?

    One of the things I haven't seen in the base .net libraries is some kind of unit-of-measure handler. If you're just measuring distances then Unit and UnitType are there and they're okay, but I haven't seen anything for weight or volume or anything. It's one of those things I'd expect to change with CultureInfo, but it looks like it might have been a bit beyond the scope of the base libraries. So I'm wondering if there's something somewhere I can use for this, or if I have to roll my own. My searches so far lead me to believe that unless I want to go the route of some CRM product (which looks like a lot more than I need) I'll hav ...Show All

  • Visual Studio Express Editions Publishing error

    ------------------ Error 1 Unable to find manifest signing certificate in the certificate store. ------------------ ... comes when i try to publish my application,  i uncheck the signing box, but when i get the error then the signing box is cheked again... What's wrong PFX File (Personal Information Exchange) Create with a freeware or shareware program named PadGen. Can't remember where I downloaded it from. Some 'tucowish' (what a word!) type sites want this file before they will list and distribute your program. (Please e-mail me a slice of pizza for this trivia ) ...Show All

  • Visual Studio Express Editions C++/SDK fails to link empty app

    I've installed Visual C++ express and the SDK as per instructions - everything makes sens, but when i try to do the last stage of the SDK set up - build an empty app - I get link errors such as: test1.obj : error LNK2019: unresolved external symbol __imp__DispatchMessageW@4 referenced in function _wWinMain@16 All paths look ok in the paths setup, i've tried both the GUI way of putting the SDK paths in and editing the file as well - everything appears to be fine but still it won't build, I've even deleted the local settings/.... file as well all to no avail ... HELP!!! Looks like perhaps its trying ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Where can I get volume textures?

    Does anybody know where I could find some free volume textures to play around with Nico Don't know of any downloads. However, you can make your own very easily, using the DxTex tool available in the SDK utilities. ...Show All

  • SQL Server Enterprise Manager: Auto Parenthesis

    In the SQL Server Enterprise Manager, when we type the SQL commands, the system automatically puts parenthesis in severval places. Is it possible to stop it e.g:- SELECT * FROM mytable WHERE (lng_id = 737975) ...Show All

  • Visual Studio 2008 (Pre-release) What's the soure of this 3D rendering "bug"?

    I've run into some "rendering" problems using Viewport3D. Sometimes pictures tell more (than a 1000 words) so here goes: This first image shows the rendered viewport with a blue "floor" and a red "wall". As you can see, the floor has "spilled" into the wall. http://home.comcast.net/~tlanglo/WinFX/Attachments/WallAndFloor_NotOk.png The second image shows the same wall and floor, but doesn't have the same problem (there's still some problems, though). http://home.comcast.net/~tlanglo/WinFX/Attachments/WallAndFloor_Ok.png And here's the XAML file I used in the example: http://home.comcast.net/~tlanglo/WinFX/Attachments/ ...Show All

  • Visual Studio Express Editions 64-Bit OpenGL Application development.

    I'm currently working on compiling some sample code that uses OpenGL. my setup: AMD Athlon 64 Processor gl.h glu.h glut.h Microsoft Platform SDK Visual C++ 2005 Express Edition Whenever I try to build, I end up with this error: .\Debug\i.obj : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64' I get the basic idea of the conflict of architectures, but I was wondering if there was a work around Since the Athlon 64 chips run normal 32-bit applications as normal, is there a way to just compile it as a 32-bit Application Thanks in advance for any advice or solutions. Sounds ...Show All

  • Smart Device Development Oledb Consumer template

    This is a Visual C++ Smart Device question.  Can oledb consumer templates be used in a Visual Studio 2005 C++ Smart Device application   I had this working on EVC 4.0, but it looks like the oledb headers have been changed a bit in 2005... Hi sickson, I use OLE DB templates in my project with VS2005. I added C VirtualBuffer in atldbcli.h You cat find some articles in codeproject.com ...Show All

  • .NET Development Bad Data problem...

    Hi all, I have just ported my .NET 2003 project to .NET 2005. No major problem was experienced during the porting. However I am now getting the following error: "System.Security.Cryptography.CryptographicException: Bad Data." Any suggestions on how I can get around this problem A number of sites that I visited suggested deleting all my cookies, this I have done, but I am still getting the same error. Mike55. Can you describe the policy that you are using What assertions, keys, etc. Who is reporting such error, do you have a stack trace Regards, DiegoG ...Show All

  • Windows Forms How to find a certain record in a DataTable?

    I want to check if ID = 3 is present in this.myDataset.myTable, what should I do ...Show All

  • Software Development for Windows Vista Vista Requirements?

    Hi, I'm kinda new here, so i'm sorry if this doesn't belong here.... On to the question For developing Windows Vista applications, do I need Windows Vista installed on my machene in order to properly test these applications If so, I gotta come up with the money to get a MSDN subscription.... ...Show All

  • Windows Forms Object reference not set to an instance of an object Error

    I receive the above error when I run my asp.net Application. I can't see where the mistake is and it's driving me nuts. I'm new to this and any pointing in the right direction is greatly appreciated.  line 58 throws the error Line 56:         If bSwitch Then Line 57:             ' Get the text. Line&nbs ...Show All

  • Visual C++ Program is Running TOO fast while debugging

    I am using visual studio.net 2003 and when I want to test some code that I have written, I save my changes and press the start button and my command prompt comes up to display my program.  My problem is that the command prompt comes up and waits a few seconds then displays my output for a second and then closes.  Can someone guild me in the right direction and tell me how can I slow my output down   I can not even see if my program is corect because it displays it for a second and then closes.  If someone could give me some help, it would be grealty appreciated. Ryan24 Set a breakpoint o ...Show All

  • Software Development for Windows Vista Ignored breakpoints in the designer

    Hi there I've got the same problem as already discussed here , but without an answer for me, because my workflow is within the application an not in a class library. I created a "Windows Workflow Console" application with a sequential workflow with code separation and added a code activity which prints "Hello World!" to the console (Lesson 1 in the Hands on Labs). I set a breakpoint on the code activity in the designer, but when I'm running the app, the breakpoint will be ignored and marked with a red circle and an exclamation mark. But if I'm putting the breakpoint into the code itself it works fine, only the desig ...Show All

  • Visual Studio VCBuild Task and Warnings

    Hello, Can I use the VCBuild task without the output of compile warnings Thanks. Ori, What type of warnings are you seeing from the VCBuild task You mentioned in your earlier post that you are using Beta2.  There have been a lot of changes since Beta2 - especially around the VCBuild/MSBuild integration story, so if you are using the VCBuild task, you will certainly want to get a later relese - preferably the Release Candidate. Thanks. Faisal Mohamood ...Show All

©2008 Software Development Network