vstsplugins-help Mailing List for VSTSPlugins
Status: Pre-Alpha
Brought to you by:
martinwoodward
You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(4) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2006-05-09 01:07:29
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3718260 By: zleister I neglected to mention that I am using version 1.0.1.1277 of CCNET. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=487437 |
From: SourceForge.net <no...@so...> - 2006-05-08 17:58:01
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3718257 By: zleister I am now experiencing this exact same issue with the VSTS RC version of the plugin. I too double-checked that the supportedRuntime config elements were in the correct order but that did not fix the problem for me. I get the same error on both our CCNET server and my local workstation (wanted to make sure I could replicate the issue). I do not have the 1.0 framework installed on either box, so I even experimented with removing the 1.0 framework "supported/requiredRuntime" elements and setting each of the other two versions of the framework as the "requiredRuntime", to no avail. As an additional measure, I even downloaded the vsts plugin source and compiled it on my development workstation as suggested on this site. No luck there either. Any thoughts/ideas? Thanks, Zack ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=487437 |
From: SourceForge.net <no...@so...> - 2005-10-25 12:04:31
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3397909 By: martinwoodward Cool, glad you have it working. Looking at the docs for supported runtime, they confirm your finding that order is important. See <A HREF="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenr ef/html/gnconSupportedRuntimeElement.asp">http://msdn.microsoft.com/library/defa ult.asp?url=/library/en-us/cpgenref/html/gnconSupportedRuntimeElement.asp</A> for more information. Thanks, Martin. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=487437 |
From: SourceForge.net <no...@so...> - 2005-10-25 02:03:52
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3397404 By: delebash Thanks, unless I typed something wrong it looks like the order of the startup runtimes matters, below is what I had, when I copied the exact text from your release notes it worked fine. <startup> <supportedRuntime version="v1.1.4322" /> <supportedRuntime version="v1.0.3705" /> <requiredRuntime version="v1.0.3705" /> <supportedRuntime version="v2.0.50727" /> </startup> ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=487437 |
From: SourceForge.net <no...@so...> - 2005-10-22 02:43:15
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3393558 By: martinwoodward Couple of questions Dan, Are you running on a 64-bit copy of windows? Have you edited the ccnet.exe.config (or ccservices.exe.config if running as a service) to include the correct supported runtimes? Do you have v2.0.50727 of the .NET framework installed on the same machine as the plugin? Many thanks, Martin. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=487437 |
From: SourceForge.net <no...@so...> - 2005-10-20 21:23:16
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3391704 By: delebash I am running the same configuration of components as listed in your setup doc, however after dropping the plugin into the server folder of cruise control I get the below application error. Any ideas, thanks. Service cannot be started. System.BadImageFormatException: The format of the file 'ccnet.vsts.plugin.dll' is invalid. File name: "ccnet.vsts.plugin.dll" at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Boolean isStringized, Evidence assemblySecurity, Boolean throwOnFileNotFound, Assembly locationHint, StackCrawlMark& stackMark) ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=487437 |