stimulsoft report in visual studio don't display - stimulsoft

I create my report in stimulsoft designer but the report in visual studio don't display, and encounter with following error:
Error invoking 'Open Report from File'. Details:
Exception has been thrown by the target of an invocation.
I use 29 panel in this report, when i remove one specific panel,report display in visual studio but other panel's destroy.

Related

Line ending error on DACs in higher version of Visual Studio

before, we use Visual studio 2013 and acumatica works fine but now we use Visual studio 2017 and opening the solution detects all DAC's line ending have unexpected characters, blank line endings that hinders building the project.
please see attached photo
https://1drv.ms/i/s!Anz1GGZnZ-16gmnnqeZ_p1fs1Job
I have seen that occur if you use the Acumatica DAC generate class tool in visual studio.
To fix you delete all spaces/characters at the end of the file back to the ending namespace bracket "}" and save. Not sure what it adds to the cs file but I have seen this before and perform the step I listed above after each generate class.

Use Visual Studio 2012 and cant find project property pages

I Use Visual Studio Ultimate 2012 and try open "project property pages".
I need open the Properties of the project, go to Configuration Properties → General → Platform Toolset. Here switch to any older version of the toolset: Visual Studio 2012 (v110xp), or any other choice.
This window should look like this:
| "Configuration Properties"
-|General
-|Debugging
-|VC++ Directories
-|C/C++
--|General
--|Optimization
--|Preprocessor
--|Code Generator
--|Language
--|Precomplied Header
--|Output files
--|Browse information
--|Advanced
--|All option
--|Command Line
-|Linker
...
But my version looks like this:
"project property pages
-|Application
-|Build
-|Build events
-|Debug
-|Resourses
-|Services
-|Settings
-|Reference Path
-|Signing
-|Security
-|Publish
-|Code Analysis
How do I get to the window?
I think it's a bug on VS2012, it always do this to me.
You must use older toolset (or install vs2013).
As you can't change it in VS2012 (property doesn't available), you must change manually project file. Open vcxproj file in a text editor, and change all occurences of
<PlatformToolset>v110</PlatformToolset>
by
<PlatformToolset>v100</PlatformToolset>
Then save and reopen the project in VS2012

VS2012 Asp.net. Crystal Report Viewer. No Tool Bar

Development machine OS Winserver 2008 R2.
Attempting to hang an external report written in Crystal X1.
The 'Business decisions' toolbar is not displayed at the top of the CRV. There is a 'find' tab and 'page 1 1+ ' tab. Attempting to use these or the group tree sidebar drill down brings a javascript error
{if(!G||G.cons!=="bobj.crv.newReportAlbum"){return }for(var D=0,A=G.children.length;D<A;D++)
The A=G.children.length being the errored instruction.
expanding out 'G' with the Intellisense debugger shows 'children is undefined'
In VS2010 the toolbar is there and the same report is well behaved (Page navigation works etc).
I altered the VS2012 references to point at the Crystal Assemblies used by VS2010.
VS2012 now sort of works. The toolbar is there and functions correctly but its icons are missing.
Should I carry on down this path, or am I just attempting to bypass a fixable problem?
Has anybody else used the VS2012 CRV OK sitting on top of a 64 bit OS?
Re-Installed the SAP CRforVS_13_0_5.exe just in case but no change.
Just now installed CRforVS_13_0_7.exe No Change.

Visual Studio 2012 Target Schema for Validation Not Working

My first question here on stackoverflow:
I have installed Visual Studio 2012 and love the new IDE. The only problem I seem to be having thus far is that the target schema for validation is not working (in face, VS shows an error at launch when I open a project saying "could not complete the action". When I check on the validation target schema setting (in Tools->Opptions->Text Editor->HTML->Validation), it does indeed have an option selected (HTML5). However, when I try to add the "Target Schema for Validation" toolbar button, it again shows the same error when loading the project "could not complete the action".
Any thoughts? I'd appreciate any help anyone could provide.
Thanks!
Adam
Had the same problem on Visual Studio 2013, see the answer (in my case) here.

How do I pin the Help Viewer for Visual Studio 2012 RC to the task bar?

If I open the help viewer from within Visual Studio 2012RC and then use the "pin this program to taskbar" feature the icon that it creates doesn't work. When I attempt to open it I get an error message saying:
---------------------------
Microsoft Help Viewer 2.0
---------------------------
The Help Viewer command line has missing parameters. Specify the
required parameters, or run Help Viewer by using the application
shortcut.
For help with command syntax and options, use the /? parameter.
---------------------------
OK
---------------------------
To fix this, you need to provide the correct command line parameters which aren't being
applied when you pin the help viewer.
To do this:
Right click the pinned icon and then right click the "HlpViewer" item and select "Properties".
In the dialog that opens change the "Target" value and add the following to the end:
/catalogName VisualStudio11 /locale en-US /sku 3000
This should fix it so that it opens the help viewer just like from the help menu in Visual Studio. I'm not sure what the sku number is exactly, this was for 2012 Ultimate RC.

Resources