Prash1's Q&A profile
Smart Device Development HttpWebRequest GetRequestStream throwing exceptions
Hi, I posted for some help on this in another msdn forum, and got some replies that my code was fine, but after a lot of debugging I am still stuck, so I would appreciate your help once more. I am pretty new to the .NET world, getting started on C# after learning a little Java. I am working on a handheld application that simply launches a browser and uploads some GPS data. The app used to work fine but after returning to it from a couple weeks on another project it seems to be completely broken. The problem is in the HttpWebRequest's GetRequestStream() method. It seems to always return an exception on the PPC, but the same code in a WinXP development environment executes it flawlessly. At first it seemed to be a simple web exception, but a ...Show All
Visual Studio A4 paper size with winforms reportviewer
Hi, Ive searced the web and found only a few dead ends, so i thought i'd ask in here, hope its the correct place! i have created a report that will use a localreport on a winforms app, the report works fine, however when i try to print it, it is always set to letter size paper, how do i change the print preview to be A4, and set the margins i have set the report size in the report, but it seems to make no difference. Regards, Russ cheers, i can see that bit in the code now, i am trying to convert it to vb, but i'm having a few problems at the moment, not the least of which, is finding the time! is'nt it amazing that the part of the project that i envisaged bei ...Show All
Visual Studio VSS 2005 And VB6
Hello, I have VB6 and VS2005 installed on the same machine, there is any way to use VSS2005 also from the VB6 IDE If not, can I install VSS6 and VSS2005 on the same machine thank Andrea What I mean with the "connection schema": I have a client machine with Visual Basic IDE with SP6 installed. I have not installed VSS6 client or server. I installed VSS 2005 server on the same client machine. I could not see the menu "Source Control" on the tools menu in the IDE. I registered the plug-in as described in messages above. I can connect with this plug-in to VSS 2005. Will I be able to use the new features of VSS 2005 - will the client be able to see the Unicode files as non-binary, will the client be able ...Show All
SharePoint Products and Technologies Visual Studio 2005 Crashes after installing Extensions for Windows Sharepoint services
After installing Windows sharepoint services for VS 2005, I created a web part but then went I attempt to view the Sharepoint solution properties tab in project properties it causes Visual studio to crash. The following error is displayed. "Microsoft Visual Studio has encountered a problem and needs to close" The further error message displayed in the Event log is as follows; Faulting application devenv.exe, version 8.0.50727.42, stamp 4333e699, faulting module unknown, version 0.0.0.0, stamp 00000000, debug 0, fault address 0x0a9f042e. Has anyone seen this error before Hi, I had the same problem but have worked around the problem by running the development environment on a Win2003 server with WSS 3.0 installed. Havent ...Show All
Software Development for Windows Vista Windows SDK Documentation
Hello, If you have the Windows SDK and Visual Studio installed, you can help me. Please tell me if your Windows SDK documentation is integrated with your Visual Studio 2005 documentation. Thankyou. Because mine isn't. Assistance appreciated. I did a clean installion of Visual Studio on Vista RC2, and I installed the following additional items in the order shown. installed VS2005 sp1-KB918525-X86-Beta-ENU installed MicrosoftR WindowsR Software Development Kit for RC 1 of Windows Vista and .NET Framework 3.0 Runtime Components installed Microsoft Visual Studio Code Name Orcas Community Technology Preview – Development Tools for .NET Framework 3.0 - vsextw ...Show All
SQL Server 2005 to 2000
I can't restore a 2005 backup to 2000... Do I have to detach/attach or is there some other option THanks Susan It's not possible for you to take a sql2k5 backup/data and restore/mount it on sql2k. The meta data has drastically changed in sql2k5. Your only option is to export/import (SSIS) to transfer data between the instances. ...Show All
Community Chat sql server 2005 error
SQL Server could not spawn FRunCM thread. Check the SQL Server error log and the Windows event logs for information about possible related problems. please anybody help me ..... what is the solution you'd probably be better off posting this question in a more relevant forum: http://forums.microsoft.com/MSDN/default.aspx ForumGroupID=19&SiteID=1 ...Show All
Visual C++ Smartbridge Alerts
I too am receiving the "entry point not found" message. I have very little technical knowledge and would appreciate assistance in any fashion. thanks. Helen McLaughlin Andy I have the same situtaion IE 7(not beta) SBC DSL provider. Smartbridge motivesb.exe psapi.dll error right after startup How did you indentify the correct file Thanks Larry ...Show All
Windows Forms ClickOnce: Problem with COM object and Manifest
I'm setting up my first project with ClickOnce. Everything was installing fine until I added a COM dll in the package. I clicked on the COM object in the references, set Isolated=True, and it made it into the publish folder. When it is installed, I received the Manifest parse error below about the enumeration constant failing for the apartment value in the threading model. According to MSDN this should be a valid value. Anyone know why this failed < comClass clsid = " {80a5017f-7f86-4559-8908-ce846f759726} " threadingModel = " apartment " tlbid = " {82825976-6d2a-4ab2-9ac8-526ea76f3699} " progid = " xxx.xxx.1 " description = " xxx Class " /> ERROR SUMMARY Below ...Show All
Software Development for Windows Vista Problem Downloading and Burning Windows Vista Beta 2 (64-bit)
Note* this only happens when I try to download the 64-bit version. I attempt to download the ISO file, but end up downloading a 14mb ISO that contains nothing except a README.TXT file, and when I burn it to a cd (nero won't let me burn to a dvd for some strange reason) it says that 4.01 gigabytes are used on the cd. When I try to boot from it, it seems to load fine but gives an error: ---------------------------------------------------------------------------------- Windows did not start correctly. A recent hardware or software change might be the cause. If you have a Windows installation disc, insert the disc and restart your computer. Click System recovery options, and then choose a recovery tool. (Startup Repair, ...Show All
Visual Basic Help to a form
Maybe this is the wrong forum I have a form there show data from a DB i made by a navigation so i only see one record at time In a record i have the number on a client this works fine but it is the name of the client i want to see not the number, the name is in another table. I have make a view where i can see the name But how to show the right name to the record i see regards alvin Use a SQL query with the JOIN keyword to retrieve the name. Something like SELECT Customers.Name, Orders.Number FROM Orders INNER JOIN Customers ON Orders.CustomerID = Customers.CustomerID. ...Show All
.NET Development How to check the signature of SOAP message?
Hi all I sign some of parts SOAP message before request to the service. When the service receive the SOAP message I can check presence of the signatures for signed parts of SOAP message, but how can I know that signatures correspond the contents of the part os SOAP message. I use WSE 3.0, .net 2.0 ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Matrix.CreatePerspectiveFieldOfView Error ???
When I create the perspective matrix for my BasicEffect and using a FOV of 45, 64 or 90 degrees everything works fine, but when I change the FOV to values like 80 or 60 degrees the whole scene is mirrored along the x axis so the floor is the ceiling and the ceiling is the floor. Camera.cs update method: public override void Update() { // TODO: Add your update code here m_View = Matrix.CreateLookAt(m_Position, m_Position + m_Direction, m_Up); m_Projection = Matrix.CreatePerspectiveFieldOfView(m_FOV, m_Aspect, m_ZNear, m_ZFar); } Grid3D.cs update method: public override void Update() { // TODO: Add your update code here if (m_Camera != null) { m_Effect.View = m_Camera.m_View; m_Effect.Projection = m_Camera.m_Projec ...Show All
Windows Forms How to add User & Pass to ConnectionString in app.config?
Hi, I excluded the sensitive data (username-password) from my ConnectionString , how can I add it from any C# class when needed i.ex: string username = textbox1.Text; string password = textbox2.Text; Hi The same problem for me. I created user/ password in database logins , and let evey user enter his user/ password using login form, so no meaning to store and encrypt it in the configuration file. how can i do it. thanks ...Show All
Windows Forms Weird .NET Deployment Scenario
Hi I've just payed for some bespoke development from a very large software provider and the way they have delivered it has me little bit confused and I'm not entirely sure that what they have done is legal. Basically they've given us an MSI to install their components. The install checks that the .NET Framework is installed and doesn't continue with the install unless it is - fine since the app is a .NET app. However if the .NET Framework is already installed they proceed with the install, but not only do they install their own files but they also install a bunch the of .NET runtime files (mscorlib.dll, System.Windows.Forms.dll, etc) into the same folder as their app. They don't properly install the .NET framework runtime using d ...Show All
