Muhammad's Q&A profile
Visual Studio Express Editions Server Error in '/' Application Failed to map the path
Need some help on this error. Everything was working fine for me. I had one site up and running with the Visual Web Developer 2005 Beta 2 and Microsoft Framework 2.0. I created a second website and put it in its own directory, configured IIS to use Ms Framework 2.0. Everything should work being the same just different directories. Unfortunately, now both websites are down. I have posted the error below. I have attempted creating the folder that it is yelling about even though I do not use it. I even tried creating a basic hello world website. It also receives the error. I have uninstalled and reinstalled to no avail. Any help would be apprec ...Show All
Visual C# Visual Studi0 2005 Beta 2 - Cannot view design mode of web page
HI All. I installed the Visual Studio 2005 a few days ago in my box. I came across an interesting issue today. I am unable to view the DESIGN view of my web page. I can see the SOURCE view (HTML) but when i click on the DESIGN tab at the bottom of the editor area, i cannot switch to that. Can anyone tell me why this is happening. Also, it is actually working on my colleagues machine but not on a few of ours. Thank you in advance for your assistance. Regards. Madhu Gattani HI Guys. I found the solution to this problem. To fix this ... Please visit this page: http://lab.msdn.microsoft.com/vs2005/get/vsbeta2installissues ...Show All
SQL Server MS Help - Reporting Services PDF Rendering and Code Security Context
This is a long post. I have spent a collective 8 hours over the last 2 days working with MS Technical Support on determining the reason why my reports images, when called using absolute references to a web project ( http://localhost/projectname/mypic.jpg ), were not displaying when exported to PDF. Side note - the techs I worked with were excellent, but just as stymied as I was concerning this problem. My architecture has a .NET 1.1 app written in VB.NET that uses the Reporting Services 2005 web service methods to pass a stored procedure parameter and explicitly export the report in PDF format. On a sub report there are 2 Image control ...Show All
Windows Forms Datagrid Image column
I'm using the visual studio 2005 beta2 and have this problem: I have a table in my database with the path of images and other columns with some strings. I want to add this table, using a dataset, to a datagridview, and for each image in the table show that image using the datagridviewimagecolumn, all the images are differents, do i have to us ...Show All
Visual Basic publish.htm will not run
I have this problem when i publish my program to my website. I can see all the files are there in the correct place but publish.htm will not run after I click the install button (it showes the correct version) I get the following plus a lot of other xml < xml version="1.0" encoding="utf-8" > - < asmv1:assembly xsi:schemaLocation =" urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd " manifestVersion =" 1.0 " xmlns:dsig =" http://www.w3.org/2000/09/xmldsig# " xmlns =" urn:schemas-microsoft-com:asm.v2 " xmlns:asmv1 =" urn:sc ...Show All
SQL Server Runtime Error after some pause
Hello, My users often view some report for some minutes and after that want to return to parent report. If they did it after small time (~less than minute), everything is OK. But if this pause is above 1 minute they receive "Runtime Error" message and can only to go to homepage. I think that this is some session time or something like that. Am I right How can fix it Thank you Did you find a fix for the problem Can anyone help I get the same problem. ...Show All
Smart Device Development Multiple Installer Targets
Hi Folks, I'm using VS 2005 and developing an application that needs to target multiple platforms. Some supporting DLL's have different versions for PPC 2003 and WM 5. Is there a way to have these included in the same setup project but have the right version for the platform installed or do I have to have a setup project per platform Information in the documentation seems to be pretty scant and does not really address these issues. Also the interface in VS 2005 does not seem to provide any clues either. Joffa. Hi Joffa, From what I can tell you need a 3rd party installation program to do ...Show All
Visual Studio Express Editions Sound
Hi im making a VB Program in Visual Basic 2005 Team SUite the problem is ow can I add sound to my prog I believe the My namespace has the ability to play sounds. If you want to play anything other than wav tho, I think you need to use DirectShow ( in the PSDK ) or Windows Media Player. ...Show All
Visual Studio .net framework unable to install.
[07/13/05,17:37:48] Starting Install.exe [07/13/05,17:37:48] Parsing switches from commandline: C:\DOCUME~1\Desktop\LOCALS~1\Temp\IXP000.TMP\Install.exe [07/13/05,17:37:48] SourceDir: C:\DOCUME~1\Desktop\LOCALS~1\Temp\IXP000.TMP\ [07/13/05,17:37:48] Install started [07/13/05,17:37:48] Checking system requirements [07/13/05,17:37:48] OS: Win NT [07/13/05,17:37:48] Ver: [07/13/05,17:37:48] SP: Service Pack 2 [07/13/05,17:37:48] Checking Internet Explorer Version [07/13/05,17:37:48] Looking for 5.0.2919.6307 [07/13/05,17:37:48] Found Internet Explorer Version: 6.0.2900.2180 [07/13/05,17:37:48] Internet Explorer Version is OK... [07 ...Show All
Visual C++ why missing debug information in visual studio 2005
Hello, I am porting the applicaiton from VC6 to VC2005. There are no compiling errors anymore. However when I run the application in debug mode. It stopped at > rulefw.dll!std::_Fill_n<IGUICustomProperty * *,unsigned int,IGUICustomProperty *>(IGUICustomProperty * * _First=0x00000000, unsigned int _Count=0, IGUICustomProperty * const & _Val=, std::_Range_checked_iterator_tag __formal={...}) Line 2764 + 0xb bytes C++ and there is no further debug information in call s ...Show All
SQL Server Update Trigger... best solution
Hi All I have two questions: 1. the below trigger, is it the best way to update a inserted or updated column Create trigger tr_update_acc_status on customer for insert, update as begin update customer set deleted = 1 where account_status = 4 and account_status = 6 end begin update customer set deleted = 0 where account_status = 5 end it works ok but takes a long time to update the deleted column as it scans all records, which takes me on to my next question: 2. is it possible to amend the quiry above to it only updates the record i have added or updated Thanks First of all your q ...Show All
Visual Basic manifest errors on application install.
ok i made a program and i was ready to start testing it on other computers. when i try to install it after i publish it i get this error failure: PLATFORM VERSION INFO Windows : 5.0.2195.262144 (Win32NT) Common Language Runtime : 2.0.50215.44 System.Deployment.dll : 2.0.50215.44 (beta2.050215-4400) mscorwks.dll : 2.0.50215.44 (beta2.050215-4400) dfdll.dll : 8.0.50215.44 (beta2.050215-4400) dfshim.dll : 2.0.50215.44 (beta2.050215-4400) SOURCES Deployment url : file://powervac/ivsprogs/SerialNumb ...Show All
Visual Studio Team System 'Work Items' report is failing in VSTS beta3
Hi there, I have installed successfully VSTS beta3 server, few reports inabled but few of them are failing. Like 'Work Items' report is failing with error: 'An error has occurred during report processing. (rsProcessingAborted) Query execution failed for data set 'dsExitCriteriaParam'. (rsErrorExecutingCommand) For more information about this error navigate to the report server on the local server machine, or enable remote errors ' How do I fix it Thanks, Anu We've never been able to solve that error. There are tasks in the system and we reprocessed a number of times. A troubleshooting ...Show All
Game Technologies: DirectX, XNA, XACT, etc. rendering to texture is clipped to clientsize inwindowed mode?
I posted this already in the W32 Graphics discussion section, but since I am pretty hard pressed with the problem I am also posting it here: I wrote a small application using managed DX9 in an application running in windowed mode. The clientsize of the window is 800x600. In this application text (and sprites) are rendered to a 1024x512 pixel texture. The viewport settings seem to be correct after the SetRenderTarget call (1024x512), and I activated no clipping whatsoever, but the text and sprites drawn to the texture still are clipped to the size of the client area of the windows form and I cannot find any refer ...Show All
Visual Studio Distinguishing between the Express version and the standard version in an addin
I am writing an addin that needs to be able to distinguish between the Express version and the standard version of Visual C++ at run time. Does anyone know how to do this Thanks, Jim Express versions do not support Add-ins, so configuring your Add-in to detect an Express edition is not necessary. Craig ...Show All
