visual-studio-2008

Wix 'undefined preprocessor variable'

♀尐吖头ヾ 提交于 2019-12-11 09:05:40
问题 I have seen questions like this, but they seem to not help me. I am playing with a test web application. I added this into my RStp.wixproj, I had a hard time, but it works, it generates the Frags.wxs: <Target Name="BeforeBuild"> <Exec Command=" "$(WiX)bin\heat.exe" project "..\WebR\WebR.csproj" -cg Portals.Vendor -gg -pog Binaries -pog Content –configuration "release" -platform "AnyCPU" –out "Frags.wxs" " /> <ItemGroup> <Compile Include="Frags.wxs" /> </ItemGroup> </Target> My Frags.wxs looks

How to Merge columns in crystal report

故事扮演 提交于 2019-12-11 08:59:18
问题 I am working on crystal report in visual studio 2008. In crystal report i have two field BranchName and Types . What i want is if BranchName and Types are same then merge all columns for that specific row and display only BranchName with Bold style in that row. -------------------------------------- Branch Name | Types | Status | -------------------------------------- abc | abc | | -------------------------------------- xyz | mnl | | -------------------------------------- and i want it as ---

how to enable script debugging in visual studio 2008 when using Firefox

半世苍凉 提交于 2019-12-11 08:48:39
问题 I'm using Firefox as my default browser and I'm trying to debug java script in side asp.net page visual studio 2008 with Firefox browser. how to enable script debugging in visual studio 2008 when using Firefox? by the way, I installed JavaScript Debugger plug-in for Firefox. 回答1: Unfortunately there's no way to attach to a non-IE browser in Visual Studio unless someone knows of a trick I don't. You'll want to either use the infinitely useful Firebug Extension for Firefox or the more feature

Why all my right to left letters have been corrupted

爱⌒轻易说出口 提交于 2019-12-11 08:45:53
问题 I have web application solutions , some pages contain arabic letters ,After moving the solutions to another pc , all the arabic letters converted to corrupted letters ,something like that : ÈíÇäÇÊ ÇáØÇáÈ How to fix this problem ? 回答1: It's not corrupted. VS.NET based on the current culture of the OS (windows-1256), shows those letters correctly. If the regional settings of the new system is not configured for windows-1256, you will see the above letters. You have 2 options here: Change the

How to Fix “Unable to load DLL 'webengine.dll'”

↘锁芯ラ 提交于 2019-12-11 08:45:31
问题 Out of the blue today I started getting this error in Visual Studio 2008 when I go to compile a website, compiling a class library is no issue. My project is based in ASP.NET 3.5 and another in 2.0 Unable to load DLL 'webengine.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) I've tried uninstalling, reinstall .NET versions, service packs, etc... nothing in my searches have helped me. 回答1: Well after a day of frustration I figured out how to recover from

How to compile 64bit asp.net web site with visual studio?

孤人 提交于 2019-12-11 08:35:42
问题 How can I make Visual Studio to use the 64bit compiler (csc.exe/vbc.exe) for an Asp.Net web site? 回答1: Apparently you can't. x86 compilation will occur with VS 2008 and x64/x86 compilation will occur with your IIS (depending on your window's platform). You can't change it even by using the compilation parameters at the web.config - an error will occur. 来源: https://stackoverflow.com/questions/2641844/how-to-compile-64bit-asp-net-web-site-with-visual-studio

How to detect/control the SoftInputPanel?

心已入冬 提交于 2019-12-11 08:31:00
问题 The SoftInputPanel , Soft Input Panel , or SIP is the on screen keyboard that displays on Windows Mobile devices. How do I detect when someone clicks the SIP ? How do I programmatically enable/disable the SIP ? 回答1: Never mind. Found a good article >> HERE <<. Basically include using Microsoft.WindowsCE.Forms; and a P/Invoke : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms;

C++ and OpenCV in Visual Studio exited with code -1 (0xffffffff) error

妖精的绣舞 提交于 2019-12-11 08:29:46
问题 My code builds fine but when I debug this is what I get: 'Proj_OpenCV.exe': Loaded 'C:\Users\Saher\Documents\Visual Studio 2008\Projects\Proj_OpenCV\Debug\Proj_OpenCV.exe', Symbols loaded. 'Proj_OpenCV.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll' 'Proj_OpenCV.exe': Loaded 'C:\Windows\SysWOW64\kernel32.dll' 'Proj_OpenCV.exe': Loaded 'C:\Windows\SysWOW64\KernelBase.dll' 'Proj_OpenCV.exe': Loaded 'C:\Users\Saher\Downloads\OpenCV2.3\build\x86\vc9\bin\opencv_core230.dll' 'Proj_OpenCV.exe': Loaded

Deploy a Visual Studio application in a recently installed emulator

房东的猫 提交于 2019-12-11 08:26:17
问题 I'm trying to deploy an Visual Studio 2008 application in an emulator. I've downloaded the Windows Mobile 6.5.3 Professional DTK from this page, which comes with some emulators. The Emulator Manager from Visual Studio recognize them, but not at the moment of the deploy an application, when I try to deploy mi solution it appears a pop-up with the different versions of emulators, but the ones from 6.5.3 DTK don't appear to select. How can I configure Visual Studio to be able to select this new

Paint out of window (and controls)

你离开我真会死。 提交于 2019-12-11 08:25:03
问题 I think that if I use image it would be best: I need that my control could be out of window as datetimepicker calendar. I am using panelKalendar = new PanelDoubleBuffer(); then in method: void panelKalendar_Paint(object sender, PaintEventArgs e) I paint everything. But it´s painting to window and belov all other controls. How can I get "effect" that is use in DateTimePicker? 回答1: The drop-down list of a combo box (and also possibly the drop-down panel of a calendar control) is a child window