Hi,
I'm attempting to distribute a vb.net english query application to a
client, however, when the client runs the application, it crahses when
it tries to create an instance of the "Mseq.Session" object.
As far as I can tell, the interop and the original dll are being
included in the setup correctly - are there any special settings (such
as com registration, system etc), or other files that I should be
including? Or are there any other prerequisits for the client's pc
before I can expect the software to run?
Cheers,
Tinium.
you are still going to need to install the EQ engine on the target
platform.. There's an awful lot of work done by the engine before the query
is shipped off the Server. EQ is a client function..
Guy
"Tinium" <tin@.ium.com> wrote in message
news:eWfltpaQFHA.132@.TK2MSFTNGP10.phx.gbl...
> Hi,
> I'm attempting to distribute a vb.net english query application to a
> client, however, when the client runs the application, it crahses when it
> tries to create an instance of the "Mseq.Session" object.
> As far as I can tell, the interop and the original dll are being included
> in the setup correctly - are there any special settings (such as com
> registration, system etc), or other files that I should be including? Or
> are there any other prerequisits for the client's pc before I can expect
> the software to run?
> Cheers,
> Tinium.
Showing posts with label distribute. Show all posts
Showing posts with label distribute. Show all posts
Monday, March 19, 2012
Deploying vb.net english query application
Friday, March 9, 2012
Deploying database with application
i written an application in vs2005 using vb; it connects to a database on the server.
how do i publish/distribute this application with the database? so that when the client installs the application it will also create the whole database on its machine... or have it create the database on a server asking the client to specify the server path, name... etc
i am sure there is a simple way ot do this but i am new ot this and have never done this before..
appreciate all the help... thanks
You can take help of unattended installation, refer http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=636755&SiteID=1 too.|||Here is an excellent resource detailing unattended installations of SQL Server along with applications.
SQL Server 2005 UnAttended Installations
http://www.devx.com/dbzone/Article/31648
Wednesday, March 7, 2012
Deploying a report model programatically
Hi,
I would like to know how can I deploy a report model programatically in SQL
server 2005? Or if there is any other way to distribute report models.
Thanks in advance,
NiravI'm curious to find out as well...
Would it be possible to edit the RDLC files programmatically then
deploy them? RDLC files are basically XML files anyway. It would be
nice to customize a given report format based on the user that
requested it...|||You can use the CreateModel and SetModelDefinition methods of the
ReportingService2005 object to create or update a model on a ReportServer.
To get the definition from a server you would use the GetModelDefinition
method. Scripting and Transfering models are part of the features of v2 of
Reporting Services Scripter which should be available in the next few weeks
from my site
--
HTH
Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com
I support PASS - the definitive, global
community for SQL Server professionals -
http://www.sqlpass.org
"Nirav" <Nirav@.discussions.microsoft.com> wrote in message
news:D5342964-33E3-42FC-8B1A-6DD23B8016B9@.microsoft.com...
> Hi,
> I would like to know how can I deploy a report model programatically in
> SQL
> server 2005? Or if there is any other way to distribute report models.
> Thanks in advance,
> Nirav|||So after I do my editing to the RDLC file a call to SetModelDefinition
would be just like replacing the currently deployed RDLC file on the
Reporting Services Report Server? and any further report render
requests for the report defined by the updated RDLC will be rendered
with the changes I just made?|||Ok, I could deploy both the model and the required datasource through the
ReportingService2005 web service. Now I need to link them (setting the
published datasource for the model), otherwise my report will not execute. I
tried to use SetItemDataSources web method, but that throws an exception for
the model. Any ideas?
Thanks in advance.
"Nirav" wrote:
> Hi,
> I would like to know how can I deploy a report model programatically in SQL
> server 2005? Or if there is any other way to distribute report models.
> Thanks in advance,
> Nirav
I would like to know how can I deploy a report model programatically in SQL
server 2005? Or if there is any other way to distribute report models.
Thanks in advance,
NiravI'm curious to find out as well...
Would it be possible to edit the RDLC files programmatically then
deploy them? RDLC files are basically XML files anyway. It would be
nice to customize a given report format based on the user that
requested it...|||You can use the CreateModel and SetModelDefinition methods of the
ReportingService2005 object to create or update a model on a ReportServer.
To get the definition from a server you would use the GetModelDefinition
method. Scripting and Transfering models are part of the features of v2 of
Reporting Services Scripter which should be available in the next few weeks
from my site
--
HTH
Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com
I support PASS - the definitive, global
community for SQL Server professionals -
http://www.sqlpass.org
"Nirav" <Nirav@.discussions.microsoft.com> wrote in message
news:D5342964-33E3-42FC-8B1A-6DD23B8016B9@.microsoft.com...
> Hi,
> I would like to know how can I deploy a report model programatically in
> SQL
> server 2005? Or if there is any other way to distribute report models.
> Thanks in advance,
> Nirav|||So after I do my editing to the RDLC file a call to SetModelDefinition
would be just like replacing the currently deployed RDLC file on the
Reporting Services Report Server? and any further report render
requests for the report defined by the updated RDLC will be rendered
with the changes I just made?|||Ok, I could deploy both the model and the required datasource through the
ReportingService2005 web service. Now I need to link them (setting the
published datasource for the model), otherwise my report will not execute. I
tried to use SetItemDataSources web method, but that throws an exception for
the model. Any ideas?
Thanks in advance.
"Nirav" wrote:
> Hi,
> I would like to know how can I deploy a report model programatically in SQL
> server 2005? Or if there is any other way to distribute report models.
> Thanks in advance,
> Nirav
Subscribe to:
Posts (Atom)