|
View Blog
By m.unterauer on
1/29/2008
This blog shows how to use T-SQL and catalog views to get a list of all files of all databases for a SQL Server 2005 instance with some meta-data (name, size, location, ...)
Read More »
|
By Wilfried Mausz on
24.01.2008 12:07
I just created an installation package for a BizTalk solution which exposes some orchestrations via webservices. Normally that should not be a problem and the MSI package creates the webservices as well, but on my production machine the IIS directories will get different names to the application where I created the installer from.
When the MSI package for a BizTalk solution is created it takes care of the BizTalk proxy webservices as they are used in the application. If you use different path names on the production machine you should read the following article which I have currently found:
http://geekswithblogs.net/paulp/archive/2006/03/30/73900.aspx
|
By Markus Ehrenmüller-Jensen on
Monday, January 21, 2008
With one of my customers I published a ProClarity Analytics page to SQL Server 2005 Reporting Services and activated "Add a link to analyze data in ProClarity" and chose "Data from this report".
Publishing worked fine. But when following the link back to ProClarity Analytics I received an error message (within my browser):
Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed /pas/en/src/PRSQuery.asp, line 50 Invalid class string
Research let me find out that one DLL was not registered. Registering can be done very simple through "Start - Run" the following command:
c:\windows\microsoft.net\Framework\v2.0.50727\regasm "c:\Pro ...
Read More »
|
By Wilfried Mausz on
14.01.2008 14:48
For every new project where I have to get an assembly into the GAC I have to look up the post-build events for Visual Studio again and again . So this are the two lines that are needed:
"$(DevEnvDir)..\..\SDK\v2.0\Bin\gacutil.exe" /u "$(TargetName)" "$(DevEnvDir)..\..\SDK\v2.0\Bin\gacutil.exe" /i "$(TargetPath)"
So I'll post these two lines for me ... as far as I can remember where I have posted it ... and maybe it is useful to anybody else too.
|
By David Schwingenschuh on
1/10/2008
Today, I found a very nice tool, which supports creating xpath query quite fine. See the link attached:
http://weblogs.asp.net/nleghari/articles/visualxpath.aspx
|
|
Newsletter
Sie möchten im Newsletter über aktuelle technische Entwicklungen und Neuigkeiten rund um cubido informiert werden?
Newsletter abonnieren ...
|